Giter Club home page Giter Club logo

osmoscope4campsites's Introduction

Osmoscope

Osmoscope is an OpenStreetMap quality assurance tool. It runs in the web browser displaying problems with OSM data and gives you access to the OSM editors to fix those issues. Additional layers can be added by anyone.

Status

At the moment this software is only barely usable, more a proof-of-concept.

To run the web application

To run this yourself, simply serve the contents of the site directory through a webserver and access that site in your browser. No server side components are necessary besides a web server that can server static pages.

Here are some ways to start a simple web server for development using only Python2/3 or Ruby. All will serve the current directory on port 8000.

cd site
python2 -m SimpleHTTPServer 8000

or

cd site
python3 -m http.server --bind 127.0.0.1 8000

or

cd site
ruby -run -ehttpd . -p8000 --bind-address=127.0.0.1

A test server is available at http://osmoscope.jochentopf.com/ .

To add your own layers

For each layer you need to write a JSON file describing this layer. Several layers can be combined into a data source which is also described in a JSON file. Look at the example for some idea about the format. You must put these JSON files somewhere on the web. You can access the layers by typing the data source URL into the config dialog box.

The actual data of the layers has to be in GeoJSON or Mapbox Vector Tile format and must be put online somewhere also.

For a more detailed description read this.

Javascript libraries used

License

Copyright (C) 2018 Jochen Topf ([email protected])

This program is available under the GNU GENERAL PUBLIC LICENSE Version 3. See the file LICENSE.txt for the complete text of the license.

Authors

This program was written and is maintained by Jochen Topf ([email protected]).

osmoscope4campsites's People

Contributors

joto avatar

Watchers

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