Issue 462, add rendering types and render to project
This commit is contained in:
parent
8349d3d248
commit
7bc473ffad
4 changed files with 2689 additions and 0 deletions
627
DataExtractionOSM/src/net/osmand/osm/hm-rendering_types.xml
Executable file
627
DataExtractionOSM/src/net/osmand/osm/hm-rendering_types.xml
Executable file
|
@ -0,0 +1,627 @@
|
|||
<osmand_types>
|
||||
<!-- hm rendering types for all-purpose-renderer, v002. Changes synced with rendering_types.xml as contained in master 2011-06-27 -->
|
||||
<!-- 3 different types for polygon="true" that object will be rendered as polygon, polyline ="true" as line, point ="true" - as point -->
|
||||
<!-- You can combine any 3 types. -->
|
||||
<!-- building="true" means that object will be rendered as polygon (default building) + center point icon -->
|
||||
|
||||
|
||||
<!-- Restrictions of types format. -->
|
||||
<!-- 1) 31 (5 bytes) maximum number of different types -->
|
||||
<!-- 2) In each type only 31 (5 bytes) different polyline and polygon (in sum) subtypes available. -->
|
||||
<!-- 3) In each type only 127 (7 bytes) all different subtypes available -->
|
||||
<!-- TODO Try to not change id of types and subtypes, some of the constants are hardcoded (for rendering order, rendering). -->
|
||||
<type name="highway" id="1">
|
||||
<subtype id="2" polyline="true" tag="highway" value="motorway" minzoom="5" />
|
||||
<subtype id="2" polyline="true" tag="highway" value="motorway_link" minzoom="5" />
|
||||
<subtype id="1" polyline="true" tag="highway" value="trunk" minzoom="5" />
|
||||
<subtype id="1" polyline="true" tag="highway" value="trunk_link" minzoom="5" />
|
||||
<subtype id="3" polyline="true" tag="highway" value="primary" minzoom="7" />
|
||||
<subtype id="3" polyline="true" tag="highway" value="primary_link" minzoom="7" />
|
||||
<subtype id="4" polyline="true" tag="highway" value="secondary" minzoom="9" />
|
||||
<subtype id="4" polyline="true" tag="highway" value="secondary_link" minzoom="9" />
|
||||
<subtype id="5" polyline="true" tag="highway" value="tertiary" minzoom="10" />
|
||||
<subtype id="6" polygon="true" polyline="true" tag="highway" value="residential" minzoom="12" />
|
||||
<subtype id="7" polygon="true" polyline="true" tag="highway" value="service" minzoom="13" />
|
||||
|
||||
<subtype id="8" polyline="true" tag="highway" value="unclassified" minzoom="12" />
|
||||
<subtype id="8" polyline="true" tag="highway" value="road" minzoom="12" />
|
||||
<subtype id="9" polyline="true" tag="highway" value="track" minzoom="12" />
|
||||
<subtype id="10" polyline="true" tag="highway" value="path" minzoom="12" />
|
||||
<subtype id="11" polyline="true" tag="highway" value="living_street" minzoom="12" />
|
||||
|
||||
|
||||
<subtype id="16" polygon="true" polyline="true" tag="highway" value="pedestrian" minzoom="13" />
|
||||
<subtype id="17" polyline="true" tag="highway" value="cycleway" minzoom="12" />
|
||||
<subtype id="18" polyline="true" tag="highway" value="byway" minzoom="12" />
|
||||
<subtype id="19" polyline="true" tag="highway" value="footway" minzoom="12" />
|
||||
<subtype id="20" polyline="true" tag="highway" value="steps" minzoom="14" />
|
||||
<subtype id="21" polyline="true" tag="highway" value="bridleway" minzoom="12" />
|
||||
<subtype id="22" polygon="true" point="true" tag="highway" value="services" minzoom="12" />
|
||||
<!-- <subtype id="" polyline="true" tag="highway" value="bus_guideway" minzoom="15" /> -->
|
||||
|
||||
<subtype id="23" polyline="true" point="true" tag="highway" value="ford" minzoom="14" />
|
||||
<subtype id="25" polyline="true" tag="highway" value="construction" minzoom="14" />
|
||||
<subtype id="26" polyline="true" tag="highway" value="proposed" minzoom="15" />
|
||||
|
||||
<!-- POINT SUBTYPES -->
|
||||
<subtype id="35" point="true" tag="highway" value="mini_roundabout" minzoom="15" />
|
||||
<subtype id="36" point="true" tag="highway" value="stop" minzoom="15" />
|
||||
<subtype id="37" point="true" tag="highway" value="give_way" minzoom="15" />
|
||||
<subtype id="38" point="true" tag="highway" value="traffic_signals" minzoom="15" />
|
||||
<subtype id="39" point="true" tag="highway" value="motorway_junction" minzoom="15" />
|
||||
<subtype id="40" point="true" tag="highway" value="bus_stop" minzoom="15" />
|
||||
<subtype id="41" point="true" tag="highway" value="platform" minzoom="15" />
|
||||
<subtype id="42" point="true" tag="highway" value="turning_circle" minzoom="15" />
|
||||
<subtype id="43" point="true" tag="highway" value="emergency_access_point" minzoom="15" />
|
||||
<subtype id="44" point="true" tag="highway" value="speed_camera" minzoom="15" />
|
||||
<subtype id="45" point="true" tag="highway" value="street_lamp" minzoom="15" />
|
||||
|
||||
<subtype id="50" point="true" tag="traffic_calming" value="yes" minzoom="15" />
|
||||
<subtype id="51" point="true" tag="traffic_calming" value="bump" minzoom="15" />
|
||||
<subtype id="52" point="true" tag="traffic_calming" value="chicane" minzoom="15" />
|
||||
<subtype id="53" point="true" tag="traffic_calming" value="cushion" minzoom="15" />
|
||||
<subtype id="54" point="true" tag="traffic_calming" value="hump" minzoom="15" />
|
||||
<subtype id="55" point="true" tag="traffic_calming" value="rumble_strip" minzoom="15" />
|
||||
<subtype id="56" point="true" tag="traffic_calming" value="table" minzoom="15" />
|
||||
<subtype id="57" point="true" tag="traffic_calming" value="choker" minzoom="15" />
|
||||
<subtype id="58" point="true" tag="traffic_calming" minzoom="15" />
|
||||
</type>
|
||||
<type id="2" name="barrier">
|
||||
<subtype id="1" polyline="true" tag="barrier" value="hedge" minzoom="15" />
|
||||
<subtype id="1" polyline="true" tag="natural" value="hedge" minzoom="15" />
|
||||
<subtype id="2" polyline="true" tag="barrier" value="fence" minzoom="15" />
|
||||
<subtype id="2" polyline="true" tag="fenced" value="yes" minzoom="15" />
|
||||
<subtype id="3" polyline="true" tag="barrier" value="wall" minzoom="15" />
|
||||
<subtype id="1" polyline="true" tag="barrier" value="ditch" minzoom="15" />
|
||||
<subtype id="4" polyline="true" tag="barrier" value="retaining_wall" minzoom="15" />
|
||||
<subtype id="5" polyline="true" tag="barrier" value="city_wall" minzoom="13" />
|
||||
<subtype id="5" polyline="true" tag="historic" value="city_walls" minzoom="13" />
|
||||
<subtype id="6" point="true" polyline="true" tag="barrier" value="bollard" minzoom="15" />
|
||||
<subtype id="16" point="true" tag="barrier" value="cycle_barrier" minzoom="15" />
|
||||
<subtype id="17" point="true" tag="barrier" value="block" minzoom="15" />
|
||||
<subtype id="18" point="true" tag="barrier" value="cattle_grid" minzoom="15" />
|
||||
<subtype id="19" point="true" tag="barrier" value="toll_booth" minzoom="15" />
|
||||
<subtype id="20" point="true" tag="barrier" value="entrance" minzoom="15" />
|
||||
<subtype id="21" point="true" tag="barrier" value="gate" minzoom="15" />
|
||||
<subtype id="21" point="true" tag="highway" value="gate" minzoom="15" />
|
||||
<subtype id="22" point="true" tag="barrier" value="lift_gate" minzoom="15" />
|
||||
<subtype id="23" point="true" tag="barrier" value="stile" minzoom="15" />
|
||||
<subtype id="24" point="true" tag="barrier" value="horse_stile" minzoom="15" />
|
||||
<subtype id="25" point="true" tag="barrier" value="kissing_gate" minzoom="15" />
|
||||
<subtype id="26" point="true" tag="barrier" value="sally_port" minzoom="15" />
|
||||
<subtype id="27" point="true" tag="barrier" value="turnstile" minzoom="15" />
|
||||
<subtype id="28" point="true" tag="barrier" value="kent_carriage_gap" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="3" name="waterway">
|
||||
<subtype id="1" polyline="true" tag="waterway" value="stream" minzoom="13" />
|
||||
<subtype id="3" polygon="true" tag="waterway" value="riverbank" minzoom="8" />
|
||||
<subtype id="2" polyline="true" tag="waterway" value="river" minzoom="5" />
|
||||
<subtype id="4" polyline="true" tag="waterway" value="canal" minzoom="9" />
|
||||
<subtype id="5" polyline="true" tag="waterway" value="ditch" minzoom="13" />
|
||||
<subtype id="6" polyline="true" tag="waterway" value="drain" minzoom="13" />
|
||||
<subtype id="7" point="true" polygon_center="true" tag="waterway" value="dock" minzoom="10" />
|
||||
<subtype id="8" point="true" tag="waterway" value="lock_gate" minzoom="15" />
|
||||
<subtype id="8" point="true" tag="waterway" value="lock" minzoom="15" />
|
||||
<subtype id="9" point="true" tag="waterway" value="turning_point" minzoom="15" />
|
||||
<subtype id="10" point="true" tag="waterway" value="boatyard" minzoom="15" />
|
||||
<subtype id="11" point="true" polyline="true" tag="waterway" value="weir" minzoom="15" />
|
||||
<subtype id="12" polyline="true" tag="waterway" value="dam" minzoom="13" />
|
||||
<subtype id="13" point="true" polygon_center="true" tag="waterway" value="mill_pond" minzoom="13" />
|
||||
|
||||
</type>
|
||||
|
||||
<type id="4" name="railway">
|
||||
<subtype id="1" polyline="true" tag="railway" value="rail" minzoom="7" />
|
||||
<subtype id="2" polyline="true" tag="railway" value="tram" minzoom="13" />
|
||||
<subtype id="3" polyline="true" tag="railway" value="light_rail" minzoom="13" />
|
||||
<subtype id="4" polyline="true" tag="railway" value="abandoned" minzoom="15" />
|
||||
<subtype id="5" polyline="true" tag="railway" value="disused" minzoom="15" />
|
||||
<subtype id="6" polyline="true" tag="railway" value="subway" minzoom="13" />
|
||||
<subtype id="7" polyline="true" tag="railway" value="preserved" minzoom="13" />
|
||||
<subtype id="8" polyline="true" tag="railway" value="narrow_gauge" minzoom="15" />
|
||||
<subtype id="9" polyline="true" tag="railway" value="construction" minzoom="15" />
|
||||
<subtype id="10" polyline="true" tag="railway" value="monorail" minzoom="15" />
|
||||
<subtype id="11" polyline="true" tag="railway" value="funicular" minzoom="15" />
|
||||
<subtype id="12" polyline="true" tag="railway" value="platform" minzoom="15" />
|
||||
<subtype id="13" point="true" polygon_center="true" tag="railway" value="station" minzoom="12" />
|
||||
<subtype id="14" point="true" tag="railway" value="turntable" minzoom="15" />
|
||||
<subtype id="22" point="true" tag="railway" value="halt" minzoom="15" />
|
||||
<subtype id="23" point="true" tag="railway" value="tram_stop" minzoom="15" />
|
||||
<subtype id="24" point="true" tag="railway" value="crossing" minzoom="15" />
|
||||
<subtype id="25" point="true" tag="railway" value="level_crossing" minzoom="15" />
|
||||
<subtype id="26" point="true" tag="railway" value="subway_entrance" minzoom="15" />
|
||||
<subtype id="27" point="true" tag="railway" value="buffer_stop" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="5" name="aeroway">
|
||||
<subtype id="1" point="true" polygon_center="true" tag="aeroway" value="aerodrome" minzoom="12" />
|
||||
<subtype id="2" point="true" polygon_center="true" tag="aeroway" value="terminal" minzoom="15" />
|
||||
<subtype id="3" point="true" polygon_center="true" tag="aeroway" value="helipad" minzoom="12" />
|
||||
<subtype id="7" polyline="true" tag="aeroway" value="runway" minzoom="11" />
|
||||
<subtype id="8" polyline="true" tag="aeroway" value="taxiway" minzoom="12" />
|
||||
<subtype id="9" polygon="true" tag="aeroway" value="apron" minzoom="12" />
|
||||
<subtype id="10" point="true" polygon_center="true" tag="aeroway" value="airport" minzoom="11" />
|
||||
<subtype id="12" point="true" tag="aeroway" value="gate" minzoom="15" nameNullTag="ref"/>
|
||||
<subtype id="13" point="true" tag="aeroway" value="windsock" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="6" name="aerialway">
|
||||
<subtype id="1" polyline="true" tag="aerialway" value="cable_car" minzoom="13" />
|
||||
<subtype id="2" polyline="true" tag="aerialway" value="gondola" minzoom="13" />
|
||||
<subtype id="3" polyline="true" tag="aerialway" value="chair_lift" minzoom="13" />
|
||||
<subtype id="4" polyline="true" tag="aerialway" value="mixed_lift" minzoom="13" />
|
||||
<subtype id="5" polyline="true" tag="aerialway" value="drag_lift" minzoom="13" />
|
||||
<subtype id="6" polyline="true" tag="aerialway" value="goods" minzoom="15" />
|
||||
<subtype id="7" building="true" tag="aerialway" value="station" minzoom="15" />
|
||||
<subtype id="8" point="true" tag="aerialway" value="pylon" minzoom="15" />
|
||||
<subtype id="9" polyline="true" tag="aerialway" value="goods" minzoom="15" />
|
||||
|
||||
</type>
|
||||
|
||||
<type id="7" name="power">
|
||||
<subtype id="1" point="true" tag="power" value="tower" minzoom="13" />
|
||||
<subtype id="2" point="true" tag="power" value="pole" minzoom="15" />
|
||||
<subtype id="3" polyline="true" tag="power" value="line" minzoom="13" />
|
||||
<subtype id="4" polyline="true" tag="power" value="minor_line" minzoom="15" />
|
||||
<subtype id="5" point="true" polygon="true" tag="power" value="station" minzoom="13" />
|
||||
<subtype id="6" point="true" polygon="true" tag="power" value="sub_station" minzoom="13" />
|
||||
<subtype id="7" point="true" tag="power" value="generator" minzoom="15" />
|
||||
<subtype id="8" point="true" tag="power" value="cable_distribution_cabinet" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="8" name="man_made">
|
||||
<subtype id="1" polygon="true" tag="building" value="yes" minzoom="15" />
|
||||
<subtype id="1" polygon="true" tag="building" minzoom="15" />
|
||||
<subtype id="2" point="true" polygon="true" tag="man_made" value="wastewater_plant" minzoom="15" />
|
||||
<subtype id="3" building="true" tag="man_made" value="water_works" minzoom="15" />
|
||||
<subtype id="4" point="true" polygon="true" tag="man_made" value="works" minzoom="15" />
|
||||
<subtype id="5" polygon="true" tag="building" value="garages" minzoom="15" />
|
||||
<subtype id="7" polyline="true" tag="man_made" value="cutline" minzoom="15" />
|
||||
<subtype id="8" polyline="true" tag="man_made" value="groyne" minzoom="13" />
|
||||
<subtype id="8" polyline="true" tag="man_made" value="breakwater" minzoom="13" />
|
||||
<subtype id="9" polyline="true" tag="man_made" value="pier" minzoom="13" />
|
||||
<subtype id="10" polyline="true" tag="man_made" value="pipeline" minzoom="15" />
|
||||
<subtype id="11" polygon="true" tag="man_made" value="reservoir_covered" minzoom="15" />
|
||||
<subtype id="12" polyline="true" tag="man_made" value="embankment" minzoom="15" />
|
||||
|
||||
<subtype id="15" point="true" tag="man_made" value="beacon" minzoom="15" />
|
||||
<subtype id="16" point="true" tag="man_made" value="crane" minzoom="15" />
|
||||
<subtype id="17" point="true" tag="man_made" value="lighthouse" minzoom="15" />
|
||||
<subtype id="18" point="true" tag="man_made" value="mineshaft" minzoom="15" />
|
||||
<subtype id="19" point="true" tag="man_made" value="adit" minzoom="15" />
|
||||
<subtype id="20" point="true" tag="man_made" value="petroleum_well" minzoom="15" />
|
||||
<subtype id="21" point="true" tag="man_made" value="surveillance" minzoom="15" />
|
||||
<subtype id="22" point="true" tag="man_made" value="survey_point" minzoom="15" />
|
||||
<subtype id="23" point="true" tag="man_made" value="tower" minzoom="15" />
|
||||
<subtype id="24" point="true" tag="man_made" value="watermill" minzoom="15" />
|
||||
<subtype id="25" point="true" tag="man_made" value="water_tower" minzoom="15" />
|
||||
<subtype id="26" point="true" tag="man_made" value="water_well" minzoom="15" />
|
||||
<subtype id="27" point="true" tag="man_made" value="windmill" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="9" name="leisure">
|
||||
<subtype id="1" point="true" polygon="true" tag="leisure" value="dog_park" minzoom="15" />
|
||||
<subtype id="2" point="true" polygon="true" tag="leisure" value="sports_centre" minzoom="13" />
|
||||
<subtype id="3" point="true" polygon="true" tag="leisure" value="golf_course" minzoom="12" />
|
||||
<subtype id="4" point="true" polygon="true" tag="leisure" value="stadium" minzoom="13" />
|
||||
<subtype id="5" polyline="true" polygon="true" tag="leisure" value="track" minzoom="12" />
|
||||
<subtype id="6" point="true" polygon="true" tag="leisure" value="pitch" minzoom="12" />
|
||||
<subtype id="7" point="true" polygon="true" tag="leisure" value="water_park" minzoom="13" />
|
||||
<subtype id="8" point="true" polyline="true" tag="leisure" value="marina" minzoom="13" />
|
||||
<subtype id="9" point="true" polygon="true" tag="leisure" value="slipway" minzoom="15" />
|
||||
<subtype id="10" point="true" polygon="true" tag="leisure" value="fishing" minzoom="15" />
|
||||
<subtype id="11" point="true" polygon="true" tag="leisure" value="nature_reserve" minzoom="10" />
|
||||
<subtype id="12" point="true" polygon="true" tag="natural" value="park" minzoom="12" />
|
||||
<subtype id="12" point="true" polygon="true" tag="leisure" value="park" minzoom="12" />
|
||||
<subtype id="12" point="true" polygon="true" tag="leisure" value="recreation_ground" minzoom="12" />
|
||||
<subtype id="13" point="true" polygon="true" tag="leisure" value="playground" minzoom="15" />
|
||||
<subtype id="14" point="true" polygon="true" tag="leisure" value="garden" minzoom="12" />
|
||||
<subtype id="15" point="true" polygon="true" tag="leisure" value="common" minzoom="12" />
|
||||
<subtype id="16" point="true" polygon="true" tag="leisure" value="ice_rink" minzoom="15" />
|
||||
<subtype id="17" point="true" polygon="true" tag="leisure" value="miniature_golf" minzoom="15" />
|
||||
<subtype id="18" point="true" polygon="true" tag="leisure" value="dance" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="10" name="office">
|
||||
<subtype id="5" point="true" tag="office" value="accountant" minzoom="15" />
|
||||
<subtype id="6" point="true" tag="office" value="architect" minzoom="15" />
|
||||
<subtype id="7" point="true" tag="office" value="company" minzoom="15" />
|
||||
<subtype id="8" point="true" tag="office" value="employment_agency" minzoom="15" />
|
||||
<subtype id="9" point="true" tag="office" value="estate_agent" minzoom="15" />
|
||||
<subtype id="10" point="true" tag="office" value="government" minzoom="15" />
|
||||
<subtype id="11" point="true" tag="office" value="insurance" minzoom="15" />
|
||||
<subtype id="12" point="true" tag="office" value="it" minzoom="15" />
|
||||
<subtype id="13" point="true" tag="office" value="lawyer" minzoom="15" />
|
||||
<subtype id="14" point="true" tag="office" value="ngo" minzoom="15" />
|
||||
<subtype id="15" point="true" tag="office" value="quango" minzoom="15" />
|
||||
<subtype id="16" point="true" tag="office" value="research" minzoom="15" />
|
||||
<subtype id="17" point="true" tag="office" value="telecommunication" minzoom="15" />
|
||||
<subtype id="18" point="true" tag="office" value="travel_agent" minzoom="15" />
|
||||
<subtype id="19" point="true" tag="amenity" value="architect_office" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="11" name="shop">
|
||||
<subtype id="41" point="true" tag="shop" value="alcohol" minzoom="16" />
|
||||
<subtype id="42" point="true" tag="shop" value="bakery" minzoom="16" />
|
||||
<subtype id="43" point="true" tag="shop" value="beauty" minzoom="16" />
|
||||
<subtype id="44" point="true" tag="shop" value="beverages" minzoom="16" />
|
||||
<subtype id="45" point="true" tag="shop" value="bicycle" minzoom="16" />
|
||||
<subtype id="46" point="true" tag="shop" value="books" minzoom="16" />
|
||||
<subtype id="47" point="true" tag="shop" value="boutique" minzoom="16" />
|
||||
<subtype id="48" point="true" tag="shop" value="butcher" minzoom="16" />
|
||||
<subtype id="49" point="true" tag="shop" value="car" minzoom="16" />
|
||||
<subtype id="50" point="true" tag="shop" value="car_repair" minzoom="16" />
|
||||
<subtype id="11" point="true" tag="shop" value="charity" minzoom="16" />
|
||||
<subtype id="12" point="true" tag="shop" value="chemist" minzoom="16" />
|
||||
<subtype id="13" point="true" tag="shop" value="clothes" minzoom="16" />
|
||||
<subtype id="13" point="true" tag="shop" value="fashion" minzoom="16" />
|
||||
<subtype id="14" point="true" tag="shop" value="computer" minzoom="16" />
|
||||
<subtype id="15" point="true" tag="shop" value="confectionery" minzoom="16" />
|
||||
<subtype id="16" point="true" tag="shop" value="convenience" minzoom="16" />
|
||||
<subtype id="17" point="true" tag="shop" value="department_store" minzoom="16" />
|
||||
<subtype id="18" point="true" tag="shop" value="dry_cleaning" minzoom="16" />
|
||||
<subtype id="19" point="true" tag="shop" value="doityourself" minzoom="16" />
|
||||
<subtype id="20" point="true" tag="shop" value="electronics" minzoom="16" />
|
||||
<subtype id="21" point="true" tag="shop" value="fabrics" minzoom="16" />
|
||||
<subtype id="22" point="true" tag="shop" value="farm" minzoom="16" />
|
||||
<subtype id="23" point="true" tag="shop" value="florist" minzoom="16" />
|
||||
<subtype id="24" point="true" tag="shop" value="funeral_directors" minzoom="16" />
|
||||
<subtype id="25" point="true" tag="shop" value="furniture" minzoom="16" />
|
||||
<subtype id="26" point="true" tag="shop" value="garden_centre" minzoom="16" />
|
||||
<subtype id="27" point="true" tag="shop" value="general" minzoom="16" />
|
||||
<subtype id="28" point="true" tag="shop" value="gift" minzoom="16" />
|
||||
<subtype id="29" point="true" tag="shop" value="glaziery" minzoom="16" />
|
||||
<subtype id="30" point="true" tag="shop" value="greengrocer" minzoom="16" />
|
||||
<subtype id="31" point="true" tag="shop" value="hairdresser" minzoom="16" />
|
||||
<subtype id="32" point="true" tag="shop" value="hardware" minzoom="16" />
|
||||
<subtype id="33" point="true" tag="shop" value="hearing_aids" minzoom="16" />
|
||||
<subtype id="34" point="true" tag="shop" value="hifi" minzoom="16" />
|
||||
<subtype id="35" point="true" tag="shop" value="ice_cream" minzoom="16" />
|
||||
<subtype id="40" point="true" tag="shop" value="jewelry" minzoom="16" />
|
||||
<subtype id="51" point="true" tag="shop" value="kiosk" minzoom="16" />
|
||||
<subtype id="52" point="true" tag="shop" value="laundry" minzoom="16" />
|
||||
<subtype id="53" point="true" tag="shop" value="mall" minzoom="16" />
|
||||
<subtype id="54" point="true" tag="shop" value="massage" minzoom="16" />
|
||||
<subtype id="55" point="true" tag="shop" value="money_lender" minzoom="16" />
|
||||
<subtype id="56" point="true" tag="shop" value="motorcycle" minzoom="16" />
|
||||
<subtype id="57" point="true" tag="shop" value="newsagent" minzoom="16" />
|
||||
<subtype id="58" point="true" tag="shop" value="optician" minzoom="16" />
|
||||
<subtype id="59" point="true" tag="shop" value="organic" minzoom="16" />
|
||||
<subtype id="60" point="true" tag="shop" value="outdoor" minzoom="16" />
|
||||
<subtype id="61" point="true" tag="shop" value="pawnbroker" minzoom="16" />
|
||||
<subtype id="62" point="true" tag="shop" value="second_hand" minzoom="16" />
|
||||
<subtype id="63" point="true" tag="shop" value="sports" minzoom="16" />
|
||||
<subtype id="64" point="true" tag="shop" value="stationery" minzoom="16" />
|
||||
<subtype id="65" point="true" tag="shop" value="supermarket" minzoom="16" />
|
||||
<subtype id="66" point="true" tag="shop" value="shoes" minzoom="16" />
|
||||
<subtype id="67" point="true" tag="shop" value="tattoo" minzoom="16" />
|
||||
<subtype id="68" point="true" tag="shop" value="toys" minzoom="16" />
|
||||
<subtype id="69" point="true" tag="shop" value="travel_agency" minzoom="16" />
|
||||
<subtype id="70" point="true" tag="shop" value="variety_store" minzoom="16" />
|
||||
<subtype id="71" point="true" tag="shop" value="video" minzoom="16" />
|
||||
<subtype id="75" point="true" tag="shop" minzoom="16" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="12" name="emergency">
|
||||
<subtype id="1" building="true" tag="emergency" value="ambulance_station" minzoom="16" />
|
||||
<subtype id="2" building="true" tag="emergency" value="ses_station" minzoom="16" />
|
||||
<subtype id="3" point="true" tag="emergency" value="fire_extinguisher" minzoom="16" />
|
||||
<subtype id="4" point="true" tag="emergency" value="fire_flapper" minzoom="16" />
|
||||
<subtype id="5" point="true" tag="emergency" value="fire_hose" minzoom="16" />
|
||||
<subtype id="6" point="true" tag="emergency" value="fire_hydrant" minzoom="16" />
|
||||
<subtype id="7" point="true" tag="emergency" value="phone" minzoom="16" />
|
||||
<subtype id="9" point="true" tag="emergency" value="siren" minzoom="16" />
|
||||
<subtype id="10" point="true" tag="amenity" value="fire_station" minzoom="16" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="13" name="tourism">
|
||||
<subtype id="2" point="true" polygon="true" tag="tourism" value="attraction" minzoom="13" />
|
||||
<subtype id="3" point="true" polygon="true" tag="tourism" value="artwork" minzoom="15" />
|
||||
<subtype id="4" point="true" polygon="true" tag="tourism" value="camp_site" minzoom="13" />
|
||||
<subtype id="5" point="true" polygon="true" tag="tourism" value="caravan_site" minzoom="13" />
|
||||
<subtype id="6" point="true" polygon="true" tag="tourism" value="picnic_site" minzoom="13" />
|
||||
<subtype id="7" point="true" polygon="true" tag="tourism" value="theme_park" minzoom="12" />
|
||||
<subtype id="8" point="true" polygon="true" tag="tourism" value="zoo" minzoom="12" />
|
||||
<subtype id="9" building="true" tag="tourism" value="alpine_hut" minzoom="14" />
|
||||
<subtype id="10" building="true" tag="tourism" value="chalet" minzoom="16" />
|
||||
<subtype id="11" building="true" tag="tourism" value="guest_house" minzoom="16" />
|
||||
<subtype id="12" building="true" tag="tourism" value="hostel" minzoom="16" />
|
||||
<subtype id="13" building="true" tag="tourism" value="hotel" minzoom="16" />
|
||||
<subtype id="14" building="true" tag="tourism" value="motel" minzoom="16" />
|
||||
<subtype id="15" building="true" tag="tourism" value="museum" minzoom="16" />
|
||||
<subtype id="16" point="true" tag="tourism" value="information" minzoom="15" />
|
||||
<subtype id="17" point="true" tag="tourism" value="viewpoint" minzoom="15" />
|
||||
<subtype id="18" point="true" tag="tourism" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="14" name="historic">
|
||||
<subtype id="1" point="true" polygon="true" tag="historic" value="archaeological_site" minzoom="15" />
|
||||
<subtype id="2" point="true" polygon="true" tag="historic" value="battlefield" minzoom="15" />
|
||||
<subtype id="4" point="true" polygon="true" tag="historic" value="castle" minzoom="15" />
|
||||
<subtype id="5" point="true" polygon="true" tag="historic" value="fort" minzoom="15" />
|
||||
<subtype id="8" point="true" polygon="true" tag="historic" value="ruins" minzoom="15" />
|
||||
<subtype id="7" building="true" tag="historic" value="monument" minzoom="15" />
|
||||
<subtype id="3" point="true" tag="historic" value="boundary_stone" minzoom="15" />
|
||||
<subtype id="6" point="true" tag="historic" value="memorial" minzoom="15" />
|
||||
<subtype id="9" point="true" tag="historic" value="wayside_cross" minzoom="15" />
|
||||
<subtype id="10" point="true" tag="historic" value="wayside_shrine" minzoom="15" />
|
||||
<subtype id="11" point="true" tag="historic" value="wreck" minzoom="15" />
|
||||
<subtype id="12" point="true" tag="historic" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="15" name="landuse">
|
||||
<subtype id="1" polygon="true" tag="landuse" value="allotments" minzoom="10" />
|
||||
<subtype id="2" point="true" polygon="true" tag="landuse" value="basin" minzoom="10" />
|
||||
<subtype id="3" point="true" polygon="true" tag="landuse" value="brownfield" minzoom="12" />
|
||||
<subtype id="4" polygon="true" tag="landuse" value="cemetery" minzoom="12" />
|
||||
<subtype id="4" polygon="true" tag="landuse" value="grave_yard" minzoom="15" />
|
||||
<subtype id="5" polygon="true" tag="landuse" value="commercial" minzoom="10" />
|
||||
<subtype id="6" point="true" polygon="true" tag="landuse" value="construction" minzoom="12" />
|
||||
<subtype id="7" polygon="true" tag="landuse" value="farm" minzoom="12" />
|
||||
<subtype id="7" polygon="true" tag="landuse" value="farmland" minzoom="12" />
|
||||
<subtype id="9" polygon="true" tag="landuse" value="farmyard" minzoom="12" />
|
||||
<subtype id="10" polygon="true" tag="landuse" value="forest" minzoom="10" />
|
||||
<subtype id="11" polygon="true" tag="landuse" value="garages" minzoom="12" />
|
||||
<subtype id="12" polygon="true" tag="landuse" value="grass" minzoom="12" />
|
||||
<subtype id="13" polygon="true" tag="landuse" value="greenfield" minzoom="12" />
|
||||
<subtype id="14" polygon="true" tag="landuse" value="greenhouse_horticulture" minzoom="12" />
|
||||
<subtype id="15" polygon="true" tag="landuse" value="industrial" minzoom="10" />
|
||||
<subtype id="16" polygon="true" tag="landuse" value="landfill" minzoom="12" />
|
||||
<subtype id="17" point="true" polygon="true" tag="landuse" value="meadow" minzoom="12" />
|
||||
<subtype id="18" polygon="true" tag="landuse" value="military" minzoom="10" />
|
||||
<subtype id="19" polygon="true" tag="landuse" value="orchard" minzoom="12" />
|
||||
<subtype id="20" polygon="true" tag="landuse" value="railway" minzoom="12" />
|
||||
<subtype id="21" polygon="true" tag="landuse" value="recreation_ground" minzoom="12" />
|
||||
<subtype id="21" polygon="true" tag="landuse" value="conservation" minzoom="10" />
|
||||
<subtype id="21" polygon="true" tag="landuse" value="village_green" minzoom="12" />
|
||||
<subtype id="22" point="true" polygon="true" tag="landuse" value="reservoir" minzoom="7" />
|
||||
<subtype id="22" point="true" polygon="true" tag="landuse" value="water" minzoom="7" />
|
||||
<subtype id="23" polygon="true" tag="landuse" value="residential" minzoom="10" />
|
||||
<subtype id="24" polygon="true" tag="landuse" value="retail" minzoom="12" />
|
||||
<subtype id="25" point="true" polygon="true" tag="landuse" value="salt_pond" minzoom="10" />
|
||||
<subtype id="26" point="true" polygon="true" tag="landuse" value="quarry" minzoom="12" />
|
||||
<subtype id="27" polygon="true" tag="landuse" value="vineyard" minzoom="12" />
|
||||
<subtype id="28" polygon="true" tag="landuse" value="field" minzoom="12" />
|
||||
<subtype id="28" polygon="true" tag="natural" value="field" minzoom="12" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="16" name="military">
|
||||
<subtype id="1" point="true" polygon_center="true" tag="military" value="airfield" minzoom="12" />
|
||||
<subtype id="2" point="true" polygon_center="true" tag="military" value="bunker" minzoom="15" />
|
||||
<subtype id="3" polygon="true" tag="military" value="barracks" minzoom="12" />
|
||||
<subtype id="4" point="true" polygon_center="true" tag="military" value="danger_area" minzoom="10" />
|
||||
<subtype id="5" point="true" polygon="true" tag="military" value="range" minzoom="10" />
|
||||
<subtype id="6" point="true" polygon="true" tag="military" value="naval_base" minzoom="12" />
|
||||
<subtype id="7" point="true" polygon="true" tag="military" minzoom="12" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="17" name="natural">
|
||||
<subtype id="5" polygon="true" tag="natural" value="coastline" minzoom="1" />
|
||||
<subtype id="1" point="true" polygon="true" tag="natural" value="bay" minzoom="11" />
|
||||
<subtype id="2" point="true" polygon="true" tag="natural" value="beach" minzoom="11" />
|
||||
<subtype id="3" point="true" polygon_center="true" tag="natural" value="cave_entrance" minzoom="15" />
|
||||
<subtype id="4" point="true" polyline="true" tag="natural" value="cliff" minzoom="13" />
|
||||
<subtype id="6" point="true" polygon="true" tag="natural" value="fell" minzoom="13" />
|
||||
<subtype id="7" point="true" polygon="true" tag="natural" value="glacier" minzoom="10" />
|
||||
<subtype id="8" point="true" polygon="true" tag="natural" value="heath" minzoom="11" />
|
||||
<subtype id="9" point="true" polygon="true" tag="natural" value="land" minzoom="10" />
|
||||
<subtype id="11" point="true" polygon="true" tag="natural" value="marsh" minzoom="11" />
|
||||
<subtype id="12" point="true" polygon="true" tag="natural" value="mud" minzoom="11" />
|
||||
<subtype id="13" point="true" tag="natural" value="peak" minzoom="11" nameNullTag="ele"/>
|
||||
<subtype id="14" point="true" polygon="true" tag="natural" value="sand" minzoom="11" />
|
||||
<subtype id="15" point="true" polygon="true" tag="natural" value="scree" minzoom="11" />
|
||||
<subtype id="16" point="true" polygon="true" tag="natural" value="scrub" minzoom="11" />
|
||||
<subtype id="17" point="true" tag="natural" value="spring" minzoom="14" />
|
||||
<subtype id="18" point="true" tag="natural" value="stone" minzoom="15" />
|
||||
<subtype id="19" point="true" tag="natural" value="tree" minzoom="15" />
|
||||
<subtype id="20" point="true" tag="natural" value="volcano" minzoom="11" />
|
||||
<subtype id="21" point="true" polygon="true" tag="natural" value="water" minzoom="4" />
|
||||
<subtype id="21" point="true" polygon="true" tag="natural" value="lake" minzoom="4" />
|
||||
<subtype id="22" point="true" polygon="true" tag="natural" value="wetland" minzoom="10" />
|
||||
<subtype id="23" point="true" polygon="true" tag="natural" value="wood" minzoom="10" />
|
||||
<subtype id="23" point="true" polygon="true" tag="landuse" value="wood" minzoom="10" />
|
||||
|
||||
<subtype id="31" point="true" polygon="true" tag="natural" minzoom="11" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="18" name="sustenance">
|
||||
<subtype id="1" building="true" tag="amenity" value="restaurant" minzoom="15" />
|
||||
<subtype id="2" building="true" tag="amenity" value="cafe" minzoom="15" />
|
||||
<subtype id="3" building="true" tag="amenity" value="food_court" minzoom="15" />
|
||||
<subtype id="4" building="true" tag="amenity" value="fast_food" minzoom="15" />
|
||||
<subtype id="5" building="true" tag="amenity" value="pub" minzoom="15" />
|
||||
<subtype id="6" building="true" tag="amenity" value="bar" minzoom="15" />
|
||||
<subtype id="7" building="true" tag="amenity" value="biergarten" minzoom="15" />
|
||||
<subtype id="8" point="true" tag="amenity" value="drinking_water" minzoom="15" />
|
||||
<subtype id="9" point="true" tag="amenity" value="bbq" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="19" name="education">
|
||||
<subtype id="1" point="true" polygon_center="true" tag="amenity" value="kindergarten" minzoom="15" />
|
||||
<subtype id="2" point="true" polygon_center="true" tag="amenity" value="school" minzoom="15" />
|
||||
<subtype id="3" point="true" polygon_center="true" tag="amenity" value="college" minzoom="15" />
|
||||
<subtype id="4" point="true" tag="amenity" value="library" minzoom="15" />
|
||||
<subtype id="5" point="true" polygon_center="true" tag="amenity" value="university" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="20" name="transportation">
|
||||
<subtype id="1" point="true" polygon_center="true" tag="amenity" value="parking" minzoom="15" />
|
||||
<subtype id="2" point="true" polygon_center="true" tag="amenity" value="bicycle_parking" minzoom="15" />
|
||||
<subtype id="3" point="true" polygon="true" tag="amenity" value="ferry_terminal" minzoom="12" />
|
||||
<subtype id="4" point="true" tag="amenity" value="fuel" minzoom="13" />
|
||||
<subtype id="16" point="true" tag="amenity" value="taxi" minzoom="15" />
|
||||
<subtype id="17" point="true" tag="amenity" value="bicycle_rental" minzoom="15" />
|
||||
<subtype id="18" point="true" tag="amenity" value="bus_station" minzoom="13" />
|
||||
<subtype id="19" point="true" tag="amenity" value="car_rental" minzoom="15" />
|
||||
<subtype id="20" point="true" tag="amenity" value="car_sharing" minzoom="15" />
|
||||
<subtype id="21" point="true" tag="amenity" value="car_wash" minzoom="15" />
|
||||
<subtype id="22" point="true" tag="amenity" value="grit_bin" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="21" name="finance">
|
||||
<subtype id="1" point="true" tag="amenity" value="atm" minzoom="15" />
|
||||
<subtype id="2" building="true" tag="amenity" value="bank" minzoom="15" />
|
||||
<subtype id="3" point="true" tag="amenity" value="bureau_de_change" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="22" name="healthcare">
|
||||
<subtype id="1" building="true" tag="amenity" value="pharmacy" minzoom="15" />
|
||||
<subtype id="2" point="true" polygon_center="true" tag="amenity" value="hospital" minzoom="15" />
|
||||
<subtype id="3" point="true" tag="amenity" value="baby_hatch" minzoom="15" />
|
||||
<subtype id="4" point="true" tag="amenity" value="dentist" minzoom="15" />
|
||||
<subtype id="5" point="true" tag="amenity" value="doctors" minzoom="15" />
|
||||
<subtype id="6" point="true" tag="amenity" value="veterinary" minzoom="15" />
|
||||
<subtype id="7" point="true" tag="amenity" value="first_aid" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="23" name="entertainment">
|
||||
<subtype id="2" point="true" tag="amenity" value="arts_centre" minzoom="15" />
|
||||
<subtype id="3" point="true" polygon_center="true" tag="amenity" value="cinema" minzoom="15" />
|
||||
<subtype id="4" point="true" tag="amenity" value="community_centre" minzoom="15" />
|
||||
<subtype id="5" point="true" tag="amenity" value="social_centre" minzoom="15" />
|
||||
<subtype id="6" building="true" tag="amenity" value="nightclub" minzoom="15" />
|
||||
<subtype id="7" point="true" tag="amenity" value="stripclub" minzoom="15" />
|
||||
<subtype id="8" point="true" tag="amenity" value="studio" minzoom="15" />
|
||||
<subtype id="9" building="true" tag="amenity" value="theatre" minzoom="15" />
|
||||
<subtype id="10" point="true" tag="amenity" value="sauna" minzoom="15" />
|
||||
<subtype id="11" building="true" tag="amenity" value="brothel" minzoom="15" />
|
||||
|
||||
<subtype id="33" point="true" tag="geocache" minzoom="15" />
|
||||
<subtype id="34" point="true" tag="geocache" value="found" minzoom="15" />
|
||||
<subtype id="35" point="true" tag="geocache" value="not found" minzoom="15" />
|
||||
|
||||
</type>
|
||||
|
||||
|
||||
<type id="24" name="amenity_other">
|
||||
<subtype id="1" point="true" polygon="true" tag="amenity" value="marketplace" minzoom="15" />
|
||||
<subtype id="5" building="true" tag="amenity" value="courthouse" minzoom="15" />
|
||||
<subtype id="6" building="true" tag="amenity" value="crematorium" minzoom="15" />
|
||||
<subtype id="7" point="true" tag="amenity" value="embassy" minzoom="15" />
|
||||
<subtype id="8" point="true" tag="amenity" value="grave_yard" minzoom="15" />
|
||||
<subtype id="9" point="true" tag="amenity" value="hunting_stand" minzoom="15" />
|
||||
<subtype id="10" point="true" tag="amenity" value="police" minzoom="15" />
|
||||
<subtype id="11" point="true" tag="amenity" value="post_box" minzoom="15" />
|
||||
<subtype id="12" building="true" tag="amenity" value="post_office" minzoom="15" />
|
||||
<subtype id="13" point="true" tag="amenity" value="prison" minzoom="15" />
|
||||
<subtype id="14" point="true" tag="amenity" value="public_building" minzoom="15" />
|
||||
<subtype id="15" point="true" tag="amenity" value="recycling" minzoom="15" />
|
||||
<subtype id="16" point="true" tag="amenity" value="shelter" minzoom="15" />
|
||||
<subtype id="17" point="true" tag="amenity" value="telephone" minzoom="15" />
|
||||
<subtype id="18" point="true" tag="amenity" value="toilets" minzoom="15" />
|
||||
<subtype id="19" building="true" tag="amenity" value="townhall" minzoom="15" />
|
||||
<subtype id="20" point="true" tag="amenity" value="vending_machine" minzoom="15" />
|
||||
<subtype id="21" point="true" tag="amenity" value="waste_basket" minzoom="15" />
|
||||
<subtype id="22" point="true" tag="amenity" value="waste_disposal" minzoom="15" />
|
||||
<subtype id="23" point="true" tag="amenity" value="fountain" minzoom="15" />
|
||||
<subtype id="24" point="true" tag="amenity" value="bench" minzoom="15" />
|
||||
<subtype id="25" point="true" tag="amenity" value="clock" minzoom="15" />
|
||||
<subtype id="26" point="true" tag="amenity" value="place_of_worship" minzoom="15" />
|
||||
<subtype id="30" point="true" tag="amenity" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="25" name="administrative">
|
||||
<subtype id="41" point="true" tag="place" value="continent" minzoom="1" />
|
||||
<subtype id="42" point="true" tag="place" value="country" minzoom="2" />
|
||||
<subtype id="43" point="true" tag="place" value="state" minzoom="3" />
|
||||
<subtype id="44" point="true" tag="place" value="region" minzoom="4" />
|
||||
<subtype id="45" point="true" tag="place" value="county" minzoom="4" />
|
||||
<subtype id="6" point="true" polygon_center="true" tag="place" value="city" minzoom="4" />
|
||||
<subtype id="7" point="true" polygon_center="true" tag="place" value="town" minzoom="6" />
|
||||
<subtype id="8" point="true" polygon_center="true" tag="place" value="village" minzoom="10" />
|
||||
<subtype id="9" point="true" polygon_center="true" tag="place" value="hamlet" minzoom="10" />
|
||||
<subtype id="10" point="true" polygon_center="true" tag="place" value="suburb" minzoom="10" />
|
||||
<subtype id="11" point="true" polygon_center="true" tag="place" value="locality" minzoom="10" />
|
||||
<subtype id="12" point="true" polygon_center="true" tag="place" value="island" minzoom="10" />
|
||||
<!-- register(st, "boundary", "administrative", ADMINISTRATIVE, 15, POLYLINE_TYPE); //$NON-NLS-1$ //$NON-NLS-2$ -->
|
||||
<subtype id="21" polyline="true" tag="admin_level" value="1" minzoom="2" />
|
||||
<subtype id="22" polyline="true" tag="admin_level" value="2" minzoom="2" />
|
||||
<subtype id="23" polyline="true" tag="admin_level" value="3" minzoom="5" />
|
||||
<subtype id="24" polyline="true" tag="admin_level" value="4" minzoom="5" />
|
||||
<subtype id="25" polyline="true" tag="admin_level" value="5" minzoom="6" />
|
||||
<subtype id="26" polyline="true" tag="admin_level" value="6" minzoom="6" />
|
||||
<subtype id="27" polyline="true" tag="admin_level" value="7" minzoom="6" />
|
||||
<subtype id="28" polyline="true" tag="admin_level" value="8" minzoom="10" />
|
||||
<subtype id="29" polyline="true" tag="admin_level" value="9" minzoom="11" />
|
||||
<subtype id="30" polyline="true" tag="admin_level" value="10" minzoom="12" />
|
||||
<subtype id="16" polyline="true" tag="boundary" value="civil" minzoom="7" />
|
||||
<subtype id="17" polyline="true" tag="boundary" value="political" minzoom="7" />
|
||||
<subtype id="18" polyline="true" tag="boundary" value="maritime" minzoom="7" />
|
||||
<subtype id="19" polyline="true" tag="boundary" value="national_park" minzoom="7" />
|
||||
<subtype id="20" polyline="true" tag="boundary" value="protected_area" minzoom="7" />
|
||||
<subtype id="33" point="true" tag="addr:housenumber" minzoom="15" />
|
||||
</type>
|
||||
|
||||
|
||||
<type id="27" name="sport">
|
||||
<subtype id="1" point="true" tag="sport" value="9pin" minzoom="15" />
|
||||
<subtype id="2" point="true" tag="sport" value="10pin" minzoom="15" />
|
||||
<subtype id="3" point="true" tag="sport" value="archery" minzoom="15" />
|
||||
<subtype id="4" point="true" tag="sport" value="athletics" minzoom="15" />
|
||||
<subtype id="5" point="true" tag="sport" value="australian_football" minzoom="15" />
|
||||
<subtype id="6" point="true" tag="sport" value="baseball" minzoom="15" />
|
||||
<subtype id="7" point="true" tag="sport" value="basketball" minzoom="15" />
|
||||
<subtype id="8" point="true" tag="sport" value="beachvolleyball" minzoom="15" />
|
||||
<subtype id="9" point="true" tag="sport" value="boules" minzoom="15" />
|
||||
<subtype id="10" point="true" tag="sport" value="bowls" minzoom="15" />
|
||||
<subtype id="11" point="true" tag="sport" value="canoe" minzoom="15" />
|
||||
<subtype id="12" point="true" tag="sport" value="chess" minzoom="15" />
|
||||
<subtype id="13" point="true" tag="sport" value="climbing" minzoom="15" />
|
||||
<subtype id="14" point="true" tag="sport" value="cricket" minzoom="15" />
|
||||
<subtype id="15" point="true" tag="sport" value="cricket_nets" minzoom="15" />
|
||||
<subtype id="16" point="true" tag="sport" value="croquet" minzoom="15" />
|
||||
<subtype id="17" point="true" tag="sport" value="cycling" minzoom="15" />
|
||||
<subtype id="18" point="true" tag="sport" value="diving" minzoom="15" />
|
||||
<subtype id="19" point="true" tag="sport" value="dog_racing" minzoom="15" />
|
||||
<subtype id="20" point="true" tag="sport" value="equestrian" minzoom="15" />
|
||||
<subtype id="21" point="true" tag="sport" value="football" minzoom="15" />
|
||||
<subtype id="22" point="true" tag="sport" value="golf" minzoom="15" />
|
||||
<subtype id="23" point="true" tag="sport" value="gymnastics" minzoom="15" />
|
||||
<subtype id="24" point="true" tag="sport" value="hockey" minzoom="15" />
|
||||
<subtype id="25" point="true" tag="sport" value="horse_racing" minzoom="15" />
|
||||
<subtype id="26" point="true" tag="sport" value="ice_stock" minzoom="15" />
|
||||
<subtype id="27" point="true" tag="sport" value="korfball" minzoom="15" />
|
||||
<subtype id="28" point="true" tag="sport" value="motor" minzoom="15" />
|
||||
<subtype id="29" point="true" tag="sport" value="multi" minzoom="15" />
|
||||
<subtype id="30" point="true" tag="sport" value="orienteering" minzoom="15" />
|
||||
<subtype id="31" point="true" tag="sport" value="paddle_tennis" minzoom="15" />
|
||||
<subtype id="32" point="true" tag="sport" value="paragliding" minzoom="15" />
|
||||
<subtype id="33" point="true" tag="sport" value="pelota" minzoom="15" />
|
||||
<subtype id="34" point="true" tag="sport" value="racquet" minzoom="15" />
|
||||
<subtype id="35" point="true" tag="sport" value="rowing" minzoom="15" />
|
||||
<subtype id="36" point="true" tag="sport" value="rugby" minzoom="15" />
|
||||
<subtype id="37" point="true" tag="sport" value="shooting" minzoom="15" />
|
||||
<subtype id="38" point="true" tag="sport" value="skating" minzoom="15" />
|
||||
<subtype id="39" point="true" tag="sport" value="skateboard" minzoom="15" />
|
||||
<subtype id="40" point="true" tag="sport" value="skiing" minzoom="15" />
|
||||
<subtype id="41" point="true" tag="sport" value="soccer" minzoom="15" />
|
||||
<subtype id="42" point="true" tag="sport" value="swimming" minzoom="15" />
|
||||
<subtype id="43" point="true" tag="sport" value="table_tennis" minzoom="15" />
|
||||
<subtype id="44" point="true" tag="sport" value="team_handball" minzoom="15" />
|
||||
<subtype id="45" point="true" tag="sport" value="tennis" minzoom="15" />
|
||||
<subtype id="46" point="true" tag="sport" value="toboggan" minzoom="15" />
|
||||
<subtype id="47" point="true" tag="sport" value="volleyball" minzoom="15" />
|
||||
<subtype id="50" point="true" tag="sport" minzoom="15" />
|
||||
</type>
|
||||
</osmand_types>
|
1031
DataExtractionOSM/src/net/osmand/render/hm-night.render.xml
Executable file
1031
DataExtractionOSM/src/net/osmand/render/hm-night.render.xml
Executable file
File diff suppressed because it is too large
Load diff
1029
DataExtractionOSM/src/net/osmand/render/hm.render.xml
Executable file
1029
DataExtractionOSM/src/net/osmand/render/hm.render.xml
Executable file
File diff suppressed because it is too large
Load diff
|
@ -39,6 +39,8 @@ public class RendererRegistry {
|
|||
internalRenderers.put(CAR_RENDER, "car.render.xml"); //$NON-NLS-1$
|
||||
internalRenderers.put(CAR_NIGHT_RENDER, "car-night.render.xml"); //$NON-NLS-1$
|
||||
internalRenderers.put(BICYCLE_RENDER, "bicycle.render.xml"); //$NON-NLS-1$
|
||||
internalRenderers.put("hm-all-purpose", "hm.render.xml"); //$NON-NLS-1$
|
||||
internalRenderers.put("hm-all-purpose-night", "hm-night.render.xml"); //$NON-NLS-1$
|
||||
}
|
||||
|
||||
private BaseOsmandRender defaultRender = null;
|
||||
|
|
Loading…
Reference in a new issue