You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update params structure for OSM iD
update params structure for the iD editor hosted at openstreetmap.org/edit : have to keep the params after a # instead of ?
* working osm editor with-gpx-hash-param link
* update list of query/hash params on osm.org
Some hash parameters are not supported on osm.org, while there are some query parameters which work slightly differently when used on osm.org
See https://github.com/openstreetmap/openstreetmap-website/blob/66656e1d1d58e6073efd453007d7452920531b37/app/assets/javascripts/edit/id.js.erb
This should accurately the currently state of the iD integration in the openstreetmap-website (aka as the rails port).
Co-authored-by: Martin Raifer <[email protected]>
*__`node`__, __`way`__, __`relation`__ - Select the specified entity.
75
-
*__`background`__ - same as standalone
76
-
*__`disable_features`__ - same as standalone
77
-
*__`gpx`__ - same as standalone
78
-
*__`maprules`__ - same as standalone
79
-
*__`offset`__ - same as standalone
80
-
*__`presets`__ - same as standalone
81
-
*__`comment`__ - same as standalone
82
-
*__`source`__ - same as standalone
83
-
*__`hashtags`__ - same as standalone
84
-
*__`locale`__ - same as standalone, but the default locale is set by the language settings in your OSM user account.
85
-
*__`walkthrough`__ - same as standalone
86
-
68
+
When constructing a URL to an instance of iD embedded on the [OpenStreetMap website](github.com/openstreetmap/openstreetmap-website/) (e.g. `https://www.openstreetmap.org/edit?editor=id`), the following parameters
0 commit comments