forked from organicmaps/organicmaps
[editor] Add areal types commonly mapped as nodes
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
bc561df963
commit
3345dd8d1f
1 changed files with 22 additions and 0 deletions
|
@ -349,6 +349,22 @@
|
|||
<type id="amenity-school" group="education">
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
<type id="amenity-arts_centre">
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
<type id="amenity-conference_centre">
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
<type id="amenity-events_venue">
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
<type id="amenity-exhibition_centre">
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
<type id="amenity-public_bath">
|
||||
<include field="name" />
|
||||
<include field="opening_hours" />
|
||||
</type>
|
||||
<type id="amenity-taxi" can_add="no">
|
||||
<include group="poi" />
|
||||
</type>
|
||||
|
@ -891,6 +907,9 @@
|
|||
<type id="tourism-apartment" group="accomodation">
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
<type id="tourism-aquarium">
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
<type id="tourism-artwork">
|
||||
<include field="name" />
|
||||
</type>
|
||||
|
@ -934,6 +953,9 @@
|
|||
<type id="tourism-viewpoint">
|
||||
<include field="name" />
|
||||
</type>
|
||||
<type id="tourism-zoo">
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
<type id="amenity-bench" />
|
||||
<type id="amenity-compressed_air" />
|
||||
<type id="amenity-bbq" />
|
||||
|
|
Loading…
Add table
Reference in a new issue