Code Monkey home page Code Monkey logo

origo's Introduction

Build Status

Origo

An 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. 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 and check out the documentation. 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.

Want to contribute?

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.

Found an issue?

For all bugs and feature requests please use "Issues". Have a look at 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:

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
  • Node.js (version 8 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 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.

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. 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 file.

Plugins

More information about Origo plugins can be found in the PLUGINS.md file.

Copyright

The project is licensed under the BSD 2-clause license. It is specified in the license file.

Contact

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.

origo's People

Contributors

jokd avatar afogelberg avatar darasmussen avatar markus659 avatar mulfvik avatar tonnyandersson avatar grammostola avatar johnnyblasta avatar imantahriri avatar dependabot[bot] avatar flodkvist avatar johnniehard avatar mattiassp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.