Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/origo-map/origo
Origo
https://github.com/origo-map/origo
arcgis map openlayers origo wfs wms wmts
Last synced: 18 days ago
JSON representation
Origo
- Host: GitHub
- URL: https://github.com/origo-map/origo
- Owner: origo-map
- License: other
- Created: 2016-04-20T07:06:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T15:04:06.000Z (21 days ago)
- Last Synced: 2024-10-23T18:56:20.496Z (21 days ago)
- Topics: arcgis, map, openlayers, origo, wfs, wms, wmts
- Language: JavaScript
- Homepage:
- Size: 26.2 MB
- Stars: 48
- Watchers: 21
- Forks: 55
- Open Issues: 112
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/license-BSD2-blue.svg?style=flat-square)](https://github.com/origo-map/origo/blob/master/LICENSE.txt)
[![Build Status](https://travis-ci.org/origo-map/origo.svg?branch=master)](https://travis-ci.org/origo-map/origo)
# OrigoAn easy to configure framework for creating your own web mapping applications.
## What is Origo?
Origo is a web mapping framework. It is based on the [OpenLayers library](https://github.com/openlayers/openlayers). You can use Origo to create your own desktop-like web mapping applications. The project is run and maintained by a number of Swedish municipalities.
## Features
* Responsive design
* Multiple modules available (among others: an editing interface, geopositioning and map sharing)
* Ability to read data from multiple different types of sources
* Very light footprint## How to get started
Download the latest [release](https://github.com/origo-map/origo/releases/) and check out the [documentation](https://origo-map.github.io/origo-documentation/latest/#origo-api). Below you will find some live examples and how to get started devoloping with Origo.
## Documentation
Learn more how to use Origo with the [documentation](https://origo-map.github.io/origo-documentation/latest/#origo-api).
## Want to contribute?
We happily accept contributions of any kind. Guidelines are available in the [`CONTRIBUTING.md`](https://github.com/origo-map/origo/blob/master/CONTRIBUTING.md) and [`DEVELOPING.md`](https://github.com/origo-map/origo/blob/master/DEVELOPING.md) files.Thank you for considering contributing to Origo.
## Found an issue?
For all bugs and feature requests please use ["Issues"](https://github.com/origo-map/origo/issues). Have a look at [`CONTRIBUTING.md`](https://github.com/origo-map/origo/blob/master/CONTRIBUTING.md) for some tips on how to write issues.## Live examples
Not convinced? Or maybe you need some inspiration? Check out these examples of web maps that have been developed using the Origo framework:
* [Demo of latest release](http://origo-map.github.io/origo-map-demo/index.html)
* [Enakartan](http://karta.enkoping.se)
* [Eskilstunakartan](https://karta.eskilstuna.se)
* [Hallstakartan](http://karta.hallstahammar.se)
* [Haninge kommun webbkarta](https://karta.haninge.se/)
* [Karlstadskartan](http://gi.karlstad.se)
* [Mälardalskartan](http://www.malardalskartan.se)
* [Sigtunakartan](https://karta.sigtuna.se)
* [Strängnäskartan](https://kartor.strangnas.se)
* [Västerås Stads samlingskarta](https://kartor.vasteras.se/sam)## Getting started
So you have decided to take matters into your own hands and get coding? Great!Just follow these three steps and you will be up and running in no time.
### Setting up the development environment
The minimum requirements are:* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (current lts version or higher is recommended to avoid build problems)1. To get your own local copy of Origo use git to clone the repository with the command below:
git clone https://github.com/origo-map/origo.git
2. To install the required node dependencies run the following command from the root directory of Origo:
npm install
3. To start webpack-dev-server use:
npm start
The server will be available at . It utilizes LiveReload which means you do not have to refresh the browser page whenever you make a change in your code.
### Creating a bundle
Once you are ready to create a minified bundle, you will use:npm run build
This will create a build of Origo in the build folder. Note that you will need to change the path to the Origo javascript file in the `index.html` file, from `origo.js` to `origo.min.js`, if you wish to run the map using the bundled version.
To further reduce the bundle size of Origo it's recommended to enable gzip on your web server, as in this example for [IIS](https://docs.microsoft.com/en-us/iis/configuration/system.webserver/httpcompression/). This will reduce the file size to approximately a fourth of the original size.
### Notes
Guidelines for developing in Origo are available in the [`DEVELOPING.md`](https://github.com/origo-map/origo/blob/master/DEVELOPING.md) file.## Plugins
More information about Origo plugins can be found in the [PLUGINS.md](https://github.com/origo-map/origo/blob/master/PLUGINS.md) file.## Copyright
The project is licensed under the BSD 2-clause license. It is specified in the [license file](LICENSE.txt).## Contact
If you want to get in contact with us and other users of Origo then please join our chat on discord using this invitation: [origo.map](https://discord.gg/NWRAkWAXQ3).On [https://origo-map.github.io/archive/](https://origo-map.github.io/archive/) you can take part of our newsletter and read about our meetups.