This is a fork of the iD editor intended for use with OSM Sandbox.
Sandbox-iD has a few modifications compared to the upstream iD editor, in order to meet our needs for editing in Sandbox environments:
The editor can be configured on launch to show only those data sources (imagery, overlays, etc.) compatible for mapping public domain data (typically CC0). This can be done by setting license=cc0
in the URL hash or programmatically by running context.license('cc0')
. The default license is odbl
, suitable for editing OpenStreetMap extracts in a sandbox.
To avoid confusion, references to "OpenStreetMap" in the UI have been replaced with "OSM Sandbox". Information and links specific to OSM have been removed or replaced.
- Questions or comments? Feel free to open an issue
- Before participating, please read the Code of Conduct and remember to be nice
This fork is available under the same ISC License used by iD. See LICENSE.md for more details.