Add camp_pitch
Signed-off-by: Will Cohen <willcohen@users.noreply.github.com>
This commit is contained in:
parent
2f8f9ded88
commit
8e09ea9e42
6 changed files with 42 additions and 1 deletions
|
@ -991,6 +991,9 @@
|
|||
<type id="attraction-animal">
|
||||
<include field="name" />
|
||||
</type>
|
||||
<type id="tourism-camp_pitch" group="accomodation">
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
<type id="tourism-camp_site" group="accomodation">
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
|
|
|
@ -582,7 +582,7 @@ railway|monorail|bridge;[railway=monorail][bridge?];;name;int_name;469;
|
|||
area:highway|steps;470;
|
||||
# ~90k usages.
|
||||
amenity|telephone;471;
|
||||
deprecated|deprecated;472;x
|
||||
tourism|camp_pitch;472;
|
||||
deprecated|deprecated;473;x
|
||||
natural|grassland;474;
|
||||
deprecated|deprecated;475;x
|
||||
|
|
Can't render this file because it contains an unexpected character in line 7 and column 16.
|
|
@ -29855,6 +29855,41 @@
|
|||
[type.tourism.attraction.specified]
|
||||
ref = type.tourism.attraction
|
||||
|
||||
[type.tourism.camp_pitch]
|
||||
en = Camp Pitch
|
||||
en-GB = Camp Pitch
|
||||
af = Kampeerplek
|
||||
ar = ملعب للتخييم
|
||||
az = Düşərgə meydançası
|
||||
cs = Kemp
|
||||
de = Campingplatz
|
||||
el = Γήπεδο κάμπινγκ
|
||||
es = Parcela de camping
|
||||
et = Telkimisplats
|
||||
eu = Kanpin-zelaia
|
||||
fa = زمین کمپینگ
|
||||
fi = Leirintäalue
|
||||
fr = Emplacement de camping
|
||||
hu = Kemping pálya
|
||||
id = Tempat berkemah
|
||||
it = Piazzola da campeggio
|
||||
ja = キャンプ場
|
||||
ko = 캠핑장
|
||||
mr = कॅम्पिंग खेळपट्टी
|
||||
nb = Campingplass
|
||||
nl = Kampeerplaats
|
||||
pl = Miejsce na kemping
|
||||
pt = Campo de acampamento
|
||||
pt-BR = Parcela de acampamento
|
||||
ru = Место для кемпинга
|
||||
sk = Kempingové ihrisko
|
||||
th = สนามกางเต็นท์
|
||||
tr = Kamp Alanı
|
||||
uk = Місце для кемпінгу
|
||||
vi = Sân cắm trại
|
||||
zh-Hans = 露营地
|
||||
zh-Hant = 露營地
|
||||
|
||||
[type.tourism.camp_site]
|
||||
en = Campground
|
||||
en-GB = Campsite
|
||||
|
|
|
@ -1504,6 +1504,7 @@ leisure-swimming_pool-private # icon z17- (also has captio
|
|||
# === -6100
|
||||
|
||||
# highway-rest_area # caption(optional) z15- (also has icon z15-)
|
||||
# tourism-camp_pitch # caption(optional) z16-
|
||||
# tourism-camp_site # caption(optional) z16- (also has icon z16-)
|
||||
# tourism-caravan_site # caption(optional) z16- (also has icon z16-)
|
||||
# tourism-chalet # caption(optional) z16- (also has icon z16-)
|
||||
|
|
|
@ -1504,6 +1504,7 @@ leisure-swimming_pool-private # icon z17- (also has captio
|
|||
# === -6100
|
||||
|
||||
# highway-rest_area # caption(optional) z15- (also has icon z14-)
|
||||
# tourism-camp_pitch # caption(optional) z13-
|
||||
# tourism-camp_site # caption(optional) z13- (also has icon z13-)
|
||||
# tourism-caravan_site # caption(optional) z13- (also has icon z13-)
|
||||
# tourism-chalet # caption(optional) z14- (also has icon z14-)
|
||||
|
|
|
@ -2689,6 +2689,7 @@ UNIT_CLASS_TEST(TestWithClassificator, OsmType_SimpleTypesSmoke)
|
|||
{"tourism", "apartment"},
|
||||
{"tourism", "artwork"},
|
||||
{"tourism", "attraction"},
|
||||
{"tourism", "camp_pitch"},
|
||||
{"tourism", "camp_site"},
|
||||
{"tourism", "caravan_site"},
|
||||
{"tourism", "chalet"},
|
||||
|
|
Reference in a new issue