Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e036a1d37d
2 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,8 @@ public class OSMSettings {
|
|||
ROUTE_MASTER("route_master"), //$NON-NLS-1$
|
||||
OPERATOR("operator"), //$NON-NLS-1$
|
||||
REF("ref"), //$NON-NLS-1$
|
||||
RCN_REF("rcn_ref"), //$NON-NLS-1$
|
||||
RWN_REF("rwn_ref"), //$NON-NLS-1$
|
||||
|
||||
// address
|
||||
PLACE("place"), //$NON-NLS-1$
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
<type tag="highway" value="emergency_access_point" minzoom="16" poi_category="transportation"/>
|
||||
<type tag="highway" value="speed_camera" minzoom="16" poi_category="transportation"/>
|
||||
<type tag="highway" value="street_lamp" minzoom="16" />
|
||||
|
||||
</category>
|
||||
|
||||
<category name="routes">
|
||||
|
@ -534,9 +535,12 @@
|
|||
<type tag="amenity" value="car_sharing" minzoom="15" />
|
||||
<type tag="amenity" value="car_wash" minzoom="15" />
|
||||
<type tag="amenity" value="grit_bin" minzoom="15" />
|
||||
<type tag="rwn_ref" value="" minzoom="14" nameTags="rwn_ref" poi_prefix="walking_node_"/>
|
||||
<type tag="rcn_ref" value="" minzoom="14" nameTags="rcn_ref" poi_prefix="cycle_node_"/>
|
||||
</category>
|
||||
|
||||
|
||||
|
||||
<category name="finance" poi_category="finance">
|
||||
<type tag="amenity" value="atm" minzoom="15" />
|
||||
<type tag="amenity" value="bank" minzoom="15" />
|
||||
|
|
Loading…
Reference in a new issue