Changeset 8328 in josm
- Timestamp:
- 2015-05-05T18:18:35+02:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r8300 r8328 5180 5180 uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:building" /> 5181 5181 <space /> 5182 <combo key="building" text="Building" values="yes,roof,garage,garages,industrial,school,hangar,commercial,barn,farm_auxiliary,transportation,greenhouse,office,university,hospital,warehouse,retail,shed, cowshed,construction" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />5182 <combo key="building" text="Building" values="yes,roof,garage,garages,industrial,school,hangar,commercial,barn,farm_auxiliary,transportation,greenhouse,office,university,hospital,warehouse,retail,shed,storage_tank,cowshed,construction" values_context="building" default="yes" match="keyvalue!" values_searchable="true" /> 5183 5183 <text key="name" text="Name" /> 5184 5184 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" /> … … 5383 5383 <text key="name" text="Name" /> 5384 5384 </item> <!-- Water Tower --> 5385 <item name="Storage Tank" icon="presets/storage_tank.png" type="node,closedway"> 5386 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=storage_tank" 5387 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=storage_tank" 5388 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=storage_tank" /> 5389 <key key="man_made" value="storage_tank" /> 5390 <combo key="building" text="Building" values="storage_tank" values_context="building" /> 5391 <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" /> 5392 <text key="operator" text="Operator" /> 5393 <text key="height" text="Height (meters)" length="7" /> 5394 </item> <!-- Storage Tank --> 5385 5395 <item name="Water Works" icon="presets/water_works.png" type="node,closedway" preset_name_label="true"> 5386 5396 <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=water_works" -
trunk/styles/standard/elemstyles.mapcss
r8321 r8328 1254 1254 area[man_made=crane], 1255 1255 area[man_made=gasometer], 1256 area[man_made=storage_tank], 1256 1257 area[man_made=bunker_silo], 1257 1258 area[man_made=lighthouse], … … 1292 1293 node[man_made=gasometer] { 1293 1294 icon-image: "presets/gasometer.png"; 1295 icon-width: 16; 1296 set icon_z17; 1297 text: auto; 1298 } 1299 node[man_made=storage_tank] { 1300 icon-image: "presets/storage_tank.png"; 1294 1301 icon-width: 16; 1295 1302 set icon_z17;
Note:
See TracChangeset
for help on using the changeset viewer.