diff --git a/API.md b/API.md index 3811ef518..09c01a957 100644 --- a/API.md +++ b/API.md @@ -27,8 +27,12 @@ in the hash portion of the URL: * __`gpx`__ - A custom URL for loading a gpx track. Specifying a `gpx` parameter will automatically enable the gpx layer for display.
_Example:_ `gpx=https://tasks.hotosm.org/project/592/task/16.gpx` +* __`maprules`__ - connect to a [MapRules](https://github.com/radiant-maxar/maprules) service for enhanced tag validation.
+ _Example:_ `maprules=https://path/to/file.json` * __`offset`__ - imagery offset in meters, formatted as `east,north`.
_Example:_ `offset=-10,5` +* __`presets`__ - load an external presets file.
+ _Example:_ `presets=https://path/to/presets.json` * __`comment`__ - Prefills the changeset comment. Pass a url encoded string.
_Example:_ `comment=CAR%20crisis%2C%20refugee%20areas%20in%20Cameroon` * __`source`__ - Prefills the changeset source. Pass a url encoded string.
@@ -55,7 +59,9 @@ are available as regular URL query parameters: * __`background`__ - same as standalone * __`disable_features`__ - same as standalone * __`gpx`__ - same as standalone +* __`maprules`__ - same as standalone * __`offset`__ - same as standalone +* __`presets`__ - same as standalone * __`comment`__ - same as standalone * __`source`__ - same as standalone * __`hashtags`__ - same as standalone diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e8e807c..512b84c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,9 +33,10 @@ _Breaking changes, which may affect downstream projects or sites that embed iD, #### :mega: Release Highlights -* :zap: [KeepRight](https://wiki.openstreetmap.org/wiki/Keep_Right) data quality issues can now be browsed and resolved directly within iD. Many thanks to Thomas Hervey ([@thomas-hervey]) for his work on this!
+* :zap: You can now browse and fix [KeepRight](https://wiki.openstreetmap.org/wiki/Keep_Right) data quality issues directly within iD. Many thanks to Thomas Hervey ([@thomas-hervey]) for his work on this!
_Open the Map Data pane (shortcut F) and select "KeepRight Issues" to view and fix map issues._ -* :triangular_ruler: [MapRules](https://github.com/radiant-maxar/maprules)
+* :triangular_ruler: We've added support for [MapRules](https://github.com/radiant-maxar/maprules), an API service and web interface for creating and sharing reusable presets and validation rules.
+_Check out the [maprules repo](https://github.com/radiant-maxar/maprules) for more info or watch Clarisse and Max's talk at SOTM-US [here](https://2018.stateofthemap.us/program/grossman-maprules.html)_ * :mag: You can now quickly center and zoom the map on any feature, note, or data issue!
_Click the new "zoom to" link on the sidebar under the preset icon, or press Z keyboard shortcut to focus on the selected feature._ @@ -45,6 +46,7 @@ _Click the new "zoom to" link on the sidebar under the preset icon, or press