spatialdev/iD

Name: iD

Owner: SpatialDev

Description: The easy-to-use OpenStreetMap editor in JavaScript.

Forked from: openstreetmap/iD

Created: 2018-03-06 21:14:10.0

Updated: 2018-03-06 21:14:15.0

Pushed: 2018-03-20 20:05:38.0

Homepage: http://www.openstreetmap.org/edit?editor=id

Size: 143948

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

iD - friendly JavaScript editor for OpenStreetMap

Build Status Greenkeeper badge

Basics
Participate!

Come on in, the water's lovely. More help? Ping bhousel on:

Prerequisites
Installation

Note: Windows users should run these steps in a shell started with “Run as administrator”. This is only necessary the first time so that the build process can create symbolic links.

To run the current development version of iD on your own computer:

Cloning the repository

The repository is reasonably large, and it's unlikely that you need the full history. If you are happy to wait for it all to download, run:

clone https://github.com/openstreetmap/iD.git

To clone only the most recent version, instead use a 'shallow clone':

clone --depth=1 https://github.com/openstreetmap/iD.git

If you want to add in the full history later on, perhaps to run git blame or git log, run git fetch --depth=1000000

Building iD
  1. cd into the newly cloned project folder
  2. Run npm install
  3. Run npm run all
  4. Run npm start
  5. Open http://localhost:8080/ in a web browser

For guidance on building a packaged version, running tests, and contributing to development, see CONTRIBUTING.md.

License

iD is available under the ISC License. See the LICENSE.md file for more details.

Thank you

Initial development of iD was made possible by a grant of the Knight Foundation.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.