An easy to configure framework for creating your own web mapping applications.
Origo is a web mapping framework. It is based on the OpenLayers library. 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.
- 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
Download the latest release and check out the documentation. Below you will find some live examples and how to get started devoloping with Origo.
Learn more how to use Origo with the documentation.
We happily accept contributions of any kind. Guidelines are available in the CONTRIBUTING.md
and DEVELOPING.md
files.
Thank you for considering contributing to Origo.
For all bugs and feature requests please use "Issues". Have a look at CONTRIBUTING.md
for some tips on how to write issues.
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
- Enakartan
- Eskilstunakartan
- Hallstakartan
- Karlstadskartan
- Mälardalskartan
- Sigtunakartan
- Strängnäskartan
- Västerås Stads samlingskarta
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.
The minimum requirements are:
-
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
-
To install the required node dependencies run the following command from the root directory of Origo:
npm install
-
To start webpack-dev-server use:
npm start
The server will be available at http://localhost:9966/. It utilizes LiveReload which means you do not have to refresh the browser page whenever you make a change in your code.
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. This will reduce the file size to approximately a fourth of the original size.
Guidelines for developing in Origo are available in the DEVELOPING.md
file.
More information about Origo plugins can be found in the PLUGINS.md file.
The project is licensed under the BSD 2-clause license. It is specified in the license file.
If you want to get in contact with us, please join our chat on slack.com using this invitation: origo-map.slack.com.
On https://origo-map.github.io/archive/ you can take part of our newsletter and read about our meetups.