Changes between Version 14 and Version 15 of Help/Preferences/RemoteControl


Ignore:
Timestamp:
2013-02-12T17:23:45+01:00 (13 years ago)
Author:
akks
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/RemoteControl

    v14 v15  
    217217
    218218
    219 === Adding, changing or deleting tags ===
    220  Try this example:
     219=== Adding, changing or deleting tags === #addtags
     220Try this example: 
    221221[http://localhost:8111/load_and_zoom?addtags=wikipedia:de=Wei%C3%9Fe_Gasse|maxspeed=5&select=way23071688,way23076176,way23076177,&left=13.739727546842&right=13.740890970188&top=51.049987191025&bottom=51.048466954325].
     222(Works also with the zoom-command)
     223
     224The user must review the tags and the selection before the tags are applied to the selected objects.
     225If the tag exists on some objects, it will be can be replaced.
    222226
    223227Since protocol version 1.5
    224 - there is possible to use `=` character in value and all leading/trailing spaces are trimmed.
     228- There is possible to use `=` character in value and all leading/trailing spaces are trimmed.
    225229[http://localhost:8111/add_node?lon=13.3&lat=53.2&addtags=natural=tree|name=%20%20%20==Great%20Oak==] (creates node with natural=tree an name="==Great Oak==")
    226 - if empty value is found, tag is to be deleted from objects
     230- If empty value is found, tag is to be deleted from objects
    227231[http://localhost:8111/load_and_zoom?addtags=wikipedia:de=|maxspeed=&select=way23071688,way23076176,way23076177,&left=13.739727546842&right=13.740890970188&top=51.049987191025&bottom=51.048466954325].
    228 
    229 (Works also with the zoom-command)
    230 
    231 The user must review the tags and the selection before the tags are applied to the selected objects.
     232- `add_node` and `add_way` support `addtags` parameter
    232233
    233234=== Other commands ===