- This is a fork of the iD editor intended for use with OSM Sandbox
- Before participating, please read the Code of Conduct and remember to be nice
- Questions or comments? Feel free to open an issue
- This fork is available under the same ISC License used by iD. See LICENSE.md for more details
Several major changes have been made to this fork in order to facilitate use with OSM Sandbox.
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.
The OSM Sandbox has a custom login workflow that allows user to login with their OpenStreetMap account instead of registering a separate username and password for each sandbox. This fork has been updated to support this specialized workflow.
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.