mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
document comment url parameter
This commit is contained in:
@@ -19,6 +19,9 @@ in the hash portion of the URL:
|
||||
`{z}`, `{ty}` for flipped TMS-style Y coordinates, and `{switch:a,b,c}` for
|
||||
DNS multiplexing. Example:
|
||||
`background=custom:http://{switch:a,b,c}.tiles.mapbox.com/v3/examples.map-4l7djmvo/{z}/{x}/{y}.png`
|
||||
* `comment` - Prefills the changeset comment box, for use when integrating iD with
|
||||
external task management or quality assurance tools. Example:
|
||||
`comment=CAR%20crisis%2C%20refugee%20areas%20in%20Cameroon%20%23hotosm-task-592`.
|
||||
|
||||
When constructing a URL to an instance of iD embedded in the OpenStreetMap Rails
|
||||
Port (e.g. `http://www.openstreetmap.org/edit?editor=id`), the following parameters
|
||||
@@ -90,4 +93,4 @@ of several elements, only one of which can be `:hover`ed.)
|
||||
Elements that are currently active (being clicked or dragged) shall have the `.active`
|
||||
class. (TODO)
|
||||
|
||||
Elements that are currently selected shall have the `.selected` class.
|
||||
Elements that are currently selected shall have the `.selected` class.
|
||||
|
||||
Reference in New Issue
Block a user