Skip to content

nationalparkservice/places-editor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 835 commits ahead, 10208 commits behind openstreetmap:develop.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 
 
 
js
 
 
svg
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Places Editor - a fork of iD, OpenStreetMap's friendly JavaScript editor, customized for use in the National Park Service's Places system

Basics

iD

  • iD is a JavaScript OpenStreetMap editor.
  • It's intentionally simple. It lets you do the most basic tasks while not breaking other people's data.
  • It supports modern browsers. Data is rendered with d3.

Places

  • Places is an internal data management system for the National Park Service.
  • It makes it possible for all National Park Service employees to contribute to their park's map.

Installation

To run the current development version, fork this project, run make, and serve it locally. If you have Python handy, just cd into the project root directory and run

 python -m SimpleHTTPServer

Building / Installing

You can build a concatenated and minified version of Places Editor with the command make. Node.js is required for this.

Places Editor will be built to the dist directory. This directory is designed to be self-contained; you should be able to copy it into the public directory of your web server to deploy it. This functionality will be improved in future releases, since we require Windows compatibility (no sym links) for our web server.

License

iD is available under the WTFPL. It includes d3js, which BSD-licensed. All contributions made to this forked repository are public domain.

Thank you

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

About

The easy-to-use OpenStreetMap editor, iD, customized for use by the National Park Service's Places system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 5.2%
  • HTML 3.5%
  • Other 0.3%