Changes between Version 14 and Version 15 of Presets/WifiHotspots
- Timestamp:
- 2017-09-13T15:55:43+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Presets/WifiHotspots
v14 v15 1 The internal JOSM presets has integrated golf presets since version r9640.2 1 {{{ 3 2 #!preset … … 8 7 icon="wifihotspot.png" 9 8 10 description="Presets for Mapping of Wifi Hotspots" 9 description="Presets for Mapping of Wifi Hotspots or areas of wifi connectivity in the community" 11 10 shortdescription="Wifi Hotspots" 12 11 … … 15 14 16 15 <group name="Wifi Hotspot" icon="wifihotspot.png"> 17 <item name=" Wifi Hotspot" type="closedway,node" icon="wifihotspot.png" preset_name_label="true">16 <item name="Internet Cafe" type="closedway,node" icon="wifihotspot.png" preset_name_label="true"> 18 17 <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure%3Dwifi_hotspot"/> 19 <label text="A location where you can accessinternetwirelessly" />18 <label text="A place whose principal role is providing internet services to the public." /> 20 19 <space /> 21 <key key=" leisure" value="wifi_hotspot"/>20 <key key="amenity" value="internet_cafe"/> 22 21 <text key="name" text="Name" /> 23 </item> 22 </item> 23 24 <item name="Computer Lab" icon="computer_lab.png" type="node,closedway" preset_name_label="true"> 25 <link href="https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dwifi_hotspot"/> 26 <label text="A place that offers computers for public use." /> 27 <key key="amenity" value="computer_lab"/> 28 <text key="opening_hours" value="weekday_range"/> 29 </item> 30 31 <item name="Library" icon="library.png" type="node,closedway" preset_name_label="true"> 32 <link href="https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dwifi_hotspot"/> 33 <label text="A public library (municipal, university, …) to borrow books from; may also offer computers or wifi for public use." /> 34 <key key="amenity" value="library"/> 35 <key key="opening_hours" value="weekday_range"/> 36 <key key="wifi_access" value="yes/no"/> 37 </item> 38 39 <item name="Other Wifi Hotspot" icon="wifihotspot.png" type="node,closedway" preset_name_label="true"> 40 <link href="https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dwifi_hotspot"/> 41 <key key="amenity" value="wifihotspot"/> 42 <text key="opening_hours" value="weekday_range"/> 43 </item> 24 44 25 45 </group>
