| | 1 | This preset designed for quick adding tags by click on toolbar. |
| | 2 | It contains groups with presets for national speed limits zones. |
| | 3 | |
| | 4 | At present supported: |
| | 5 | * [[Image(ru.png)]] RU |
| | 6 | |
| | 7 | == See also == |
| | 8 | * [[Presets/OneClick]] |
| | 9 | * [[Presets/maxspeed_PL]] |
| | 10 | * [[Presets/Quick-highways]] |
| | 11 | |
| | 12 | == The preset itself == |
| | 13 | |
| | 14 | {{{ |
| | 15 | #!preset |
| | 16 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| | 17 | shortdescription="Maxspeed zones" |
| | 18 | description="National speed limits zones" |
| | 19 | author="lzhl" |
| | 20 | version="0.[[revision]]_[[date]]"> |
| | 21 | |
| | 22 | <group name="Maxspeed zones" icon="ru-rural.png"> |
| | 23 | <group name="Russia" ru.name="Россия" icon="ru.png"> |
| | 24 | <item name="Living street" ru.name="Жилая зона" icon="ru-living_street.png" type="way"> |
| | 25 | <key key="maxspeed" value="RU:motorway" /> |
| | 26 | </item> |
| | 27 | |
| | 28 | <item name="Rural" ru.name="Вне населённых пунктов" icon="ru-rurul.png" type="way"> |
| | 29 | <key key="maxspeed" value="RU:motorway" /> |
| | 30 | </item> |
| | 31 | |
| | 32 | <item name="Urban" ru.name="Населённый пункт" icon="ru-urban.png" type="way"> |
| | 33 | <key key="maxspeed" value="RU:motorway" /> |
| | 34 | </item> |
| | 35 | |
| | 36 | <item name="Motorway" ru.name="Автомагистраль" icon="ru-motorway.png" type="way"> |
| | 37 | <key key="maxspeed" value="RU:motorway" /> |
| | 38 | </item> |
| | 39 | </group> |
| | 40 | </group> |
| | 41 | </presets> |
| | 42 | }}} |