Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmlab/data-mapper
A map tool to help review and add external data into OpenStreetMap
https://github.com/osmlab/data-mapper
Last synced: 5 days ago
JSON representation
A map tool to help review and add external data into OpenStreetMap
- Host: GitHub
- URL: https://github.com/osmlab/data-mapper
- Owner: osmlab
- License: mit
- Created: 2016-06-23T11:24:26.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-08-11T07:35:23.000Z (about 8 years ago)
- Last Synced: 2024-08-01T12:32:00.228Z (3 months ago)
- Language: JavaScript
- Homepage: https://osmlab.github.io/data-mapper/toronto.html
- Size: 86.9 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - osmlab/data-mapper - A map tool to help review and add external data into OpenStreetMap (others)
README
# data-mapper
A map tool to help review and add external data into OpenStreetMap![](https://cloud.githubusercontent.com/assets/126868/16585021/6925a510-42dc-11e6-8754-5cadb2bc3fef.gif)
## Features
- Overlay an open dataset with an OSM basemap
- Custom visualization of map data and basemap
- Links to inspect the map location in JOSM
- Mapillary photo layer## Customizing for your own project
Every data mapping project needs to have these components:
- A [Mapbox tileset ID](https://www.mapbox.com/api-documentation/#uploads) that contains data to be overlaid onto the map
- A [GL style](https://www.mapbox.com/mapbox-gl-style-spec/) blurb that defines how to visualize this data
- A [Mapbox dataset ID](https://www.mapbox.com/api-documentation/#datasets) to store the data of the review markers
- A data review form for the details to be captured on the review markersInstructions on how to customize will be updated after https://github.com/osmlab/data-mapper/issues/5
### [WIP] Define a project
## Develop
You will need Jekyll and node installed.
- Clone the repo and `cd`
- `npm install && npm start`