Added preset for boundary=marker #8113

Open
kubahaha wants to merge 7 commits from kubahaha/boundary_marker-preset into master
21 changed files with 221 additions and 0 deletions

View file

@ -231,6 +231,7 @@ world +
3 -
4 -
{}
marker -
national_park -
protected_area +
1 -

Binary file not shown.

View file

@ -16877,6 +16877,44 @@ cont {
}
}
}
cont {
name: "boundary-marker"
element {
scale: 16
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 17
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 18
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 19
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 20
symbol {
name: "dot-m"
priority: 220
}
}
}
cont {
name: "boundary-national_park"
element {

Binary file not shown.

View file

@ -16279,6 +16279,30 @@ cont {
}
}
}
cont {
name: "boundary-marker"
element {
scale: 18
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 19
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 20
symbol {
name: "dot-m"
priority: 220
}
}
}
cont {
name: "boundary-national_park"
element {

Binary file not shown.

View file

@ -16279,6 +16279,30 @@ cont {
}
}
}
cont {
name: "boundary-marker"
element {
scale: 18
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 19
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 20
symbol {
name: "dot-m"
priority: 220
}
}
}
cont {
name: "boundary-national_park"
element {

Binary file not shown.

View file

@ -16724,6 +16724,44 @@ cont {
}
}
}
cont {
name: "boundary-marker"
element {
scale: 16
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 17
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 18
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 19
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 20
symbol {
name: "dot-m"
priority: 220
}
}
}
cont {
name: "boundary-national_park"
element {

Binary file not shown.

View file

@ -16724,6 +16724,44 @@ cont {
}
}
}
cont {
name: "boundary-marker"
element {
scale: 16
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 17
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 18
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 19
symbol {
name: "dot-m"
priority: 220
}
}
element {
scale: 20
symbol {
name: "dot-m"
priority: 220
}
}
}
cont {
name: "boundary-national_park"
element {

View file

@ -410,6 +410,9 @@
<include group="poi" />
<include field="operator" />
</type>
<type id="boundary-marker">
<include field="name" />
</type>
<!-- Too generic to be added -->
<type id="craft" can_add="no">
<include group="poi_internet" />

View file

@ -1692,3 +1692,4 @@ railway|subway_entrance|singapore;[railway=subway_entrance][city=singapore];;nam
railway|station|subway|boston;[railway=station][transport=subway][city=boston],[railway=station][station=subway][city=boston];;name;int_name;1596;
railway|subway_entrance|boston;[railway=subway_entrance][city=boston];;name;int_name;1597;
leisure|miniature_golf;1598;
boundary|marker;1599;

Can't render this file because it contains an unexpected character in line 7 and column 16.

View file

@ -6520,6 +6520,49 @@
[type.boundary.administrative.4]
ref = type.boundary.administrative.3
[type.boundary.marker]
en = Boundary Marker
ar = علامة الحدود
az = Sərhəd işarəsi
be = Межавы знак
bg = Граничен маркер
ca = Marcador de límit
cs = Hraniční kámen
da = Grænsemarkør
de = Grenzstein
en = Boundary Marker
el = Οριακός δείκτης
es = Hito fronterizo
et = Piirimärk
eu = Mugarria
fa = نشانگر مرز
fi = Rajamerkki
fr = Marqueur de frontière
he = סמן גבול
hi = सीमा चिन्हक
hu = Határjelző
id = Penanda batas
it = Marcatore di confine
ja = バウンダリーマーカー
ko = 경계 마커
lt = Ribų žymeklis
mr = सीमा चिन्हक
nb = Grensemarkør
nl = Grensmarkering
pl = Znak graniczny
pt = Marco de fronteira
ro = Piatră de hotar
ru = Пограничный знак
sk = Hraničná značka
sv = Gränsmarkör
sw = Alama ya mpaka
th = เครื่องหมายเขตแดน
tr = Sınır işaretleyici
uk = Прикордонний знак
vi = Điểm đánh dấu ranh giới
zh-Hans = 界标
zh-Hant = 界碑
[type.boundary.national_park]
en = National Park
af = Nasionale park

View file

@ -1771,6 +1771,9 @@ node|z17-[amenity=public_bath],
area|z17-[amenity=public_bath],
{icon-image: public_bath-m.svg;font-size: 11;}
node|z18-[boundary=marker],
{icon-image: dot-m.svg;}
/* 6. SHOP */
node|z16-[amenity=marketplace],

View file

@ -1172,6 +1172,7 @@ power-station # icon z17- (also has captio
=== 230
barrier-entrance # icon z16- (also has caption(optional) z16-)
boundary-marker # icon z18-
entrance-main # icon z18- (also has caption(optional) z18-)
=== 220

View file

@ -359,3 +359,6 @@ node|z14-[man_made=mast],
node|z18-[man_made=cairn],
{icon-image: cairn-m.svg;text: name;text-color: @poi_label;font-size: 12;text-offset: 1;}
node|z16-[boundary=marker],
{icon-image: dot-m.svg;}

View file

@ -1172,6 +1172,7 @@ power-station # icon z17- (also has captio
=== 230
barrier-entrance # icon z16- (also has caption(optional) z16-)
boundary-marker # icon z16-
entrance-main # icon z18- (also has caption(optional) z18-)
=== 220

View file

@ -1596,3 +1596,4 @@ amenity|recycling|container
*railway|station|subway|boston
*railway|subway_entrance|boston
*leisure|miniature_golf
*boundary|marker

View file

@ -231,6 +231,7 @@ world 000000000000000000000 +
3 000010000000000000000 -
4 000001111111111111111 -
{}
marker 000000000000000000000 -
national_park 000000000011111111111 -
protected_area 000000000000111111111 +
1 000000000011111111111 -

View file

@ -2283,6 +2283,7 @@ UNIT_CLASS_TEST(TestWithClassificator, OsmType_SimpleTypesSmoke)
{"barrier", "toll_booth"},
{"barrier", "wall"},
{"boundary", "national_park"},
{"boundary", "marker"},
{"boundary", "protected_area"},
{"building", "has_parts"},
{"building", "train_station"},