Skip to content

vnopenroads/openroads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRoads

Build Status

OpenRoads is a set of tools that allows for management and collaborative editing of road network data. Most of them are forks from OSM applications that were adapted and streamlined for the OR use case.

The following repositories are part of the OR ecosystem:

Build Status API The partial port of the OSM API to Hapi
Build Status Network editor Forked from iD
Build Status Analytics Analytics and dashboards
Frontend to-fix Frontend for the verification platform
Backend to-fix Backend for the verification platform
OpenRoads data Everything related to data and maps

This is the main repo that contains the frontend wrapper that glues all these applications together.

The wrapper

The wrapper is the bit of glue that brings the OR eco-system together for the end users. It contains a shared header, loads each of the applications in an <iframe> and takes care of the routing.

Local environment

$ python -m SimpleHTTPServer 9898

Starts the server at http://localhost:9898

To run tests, point your browser to http://localhost:9898/test

Implementing the header

For technical docs on how to implement this in the OR applications, check docs/or-wrapper.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages