Changes between Version 1 and Version 2 of Nl:Help/RemoteControlCommands
- Timestamp:
- 2016-12-07T16:56:43+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nl:Help/RemoteControlCommands
v1 v2 1 [[TranslatedPages(revision= 1,outdated=This page is missing command features.)]]1 [[TranslatedPages(revision=3,outdated=This page is missing command features.)]] 2 2 3 3 [[PageOutline(3-3,Opdrachten voor afstandsbediening,inline)]] … … 105 105 === {{{load_object}}} === 106 106 107 Instructs JOSM todownloadobjects with a given id.107 Geeft JOSM instructies om objecten te downloaden met opgegeven ID. 108 108 {{{ 109 109 GET /load_object?new_layer=true|false&objects=... 110 110 }}} 111 w here112 ||= **Parameter** =||= ** Required/Optional** =||= **Meaning** =||113 || `objects` || R || Comma separated list ofobjectids, e.g. "{{{n1234,n1235,w84,r958493}}}" ||114 || `new_layer` || O || I f'''true''', downloads to a new layer||115 || `addtags` || O || Option alparameterto add tags. The key and value is separated by "=" and multiple tagscan be separated by a Pipe "|".See [#addtags details]. ||116 || `relation_members` || O || I f'''true''', downloadsobjects members of the relations as well. ||117 || `referrers` || O || I f'''true''',downloads referrers of the objectas well. I.e. parent relations, and for nodes, additionally, parent ways. (sincer6782) ||118 119 ==== Example====111 waar 112 ||= **Parameter** =||= **Vereist/Optioneel** =||= **Betekenis** =|| 113 || `objects` || R || Kommagescheiden lijst van ID's van objecten, bijv. "{{{n1234,n1235,w84,r958493}}}" || 114 || `new_layer` || O || Indien '''true''', downloadt naar een nieuwe laag || 115 || `addtags` || O || Optionele parameter om tags toe te voegen. De sleutel de waarde worden gescheiden door "=" en meerdere tags kunnen worden gescheiden door een pipe "|". Zie [details #addtags]. || 116 || `relation_members` || O || Indien '''true''', downloadt het objectleden van de relaties ook. || 117 || `referrers` || O || Indien '''true''' downloadt het ook de verwijzingen naar de objecten. D.i. ouder-relaties, en voor knopen, aanvullend, ouder-wegen. (sinds r6782) || 118 119 ==== Voorbeeld ==== 120 120 121 121 [http://localhost:8111/load_object?new_layer=true&objects=w106159509] … … 123 123 === {{{add_node}}} === 124 124 125 Instructs JOSM to create a new node at the given coordinates.126 127 ** Note**: This action requires the permission ''Create newobjects'' which is disabled by default.125 Geeft JOSM instructies om een nieuwe knoop te maken op de opgegeven coördinaten. 126 127 **Opmerking**: Deze actie vereist het recht ''Nieuwe objecten maken'' is standaard uitgeschakeld. 128 128 129 129 {{{ 130 130 GET /add_node?lon=...&lat=... 131 131 }}} 132 w here133 ||= **Parameter** =||= ** Required/Optional** =||= **Meaning** =||132 waar 133 ||= **Parameter** =||= **Vereist/Optioneel** =||= **Betekenis** =|| 134 134 || `lon` || R || The longitude of the node || 135 135 || `lat` || R || The latitude of the node || … … 148 148 GET /add_way?way=lat1,lon1;lat2,lon2;... 149 149 }}} 150 w here151 ||= **Parameter** =||= ** Required/Optional** =||= **Meaning** =||150 waar 151 ||= **Parameter** =||= **Vereist/Optioneel** =||= **Betekenis** =|| 152 152 || `way` || R || Pairs of latitude, longitude coordinates separated by semicolon. || 153 153 || `addtags` since v1.5|| O || Optional parameter to add tags. The key and value is separated by "=" and multiple tags can be separated by a Pipe "|". See [#addtags details]. || … … 163 163 GET /version[?jsonp=callback] 164 164 }}} 165 w here166 ||= **Parameter** =||= ** Required/Optional** =||= **Meaning** =||165 waar 166 ||= **Parameter** =||= **Vereist/Optioneel** =||= **Betekenis** =|| 167 167 || `jsonp` || O|| Jsonp callback for older browsers not implementing Cross-Origin Resource Sharing (CORS) || 168 168
