forked from organicmaps/organicmaps
Merge pull request #1137 from Zverik/water_tower
[styles] Add man_made=water_tower
This commit is contained in:
commit
158267a8b8
7 changed files with 44 additions and 0 deletions
|
@ -444,6 +444,7 @@ world +
|
|||
{}
|
||||
survey_point -
|
||||
wastewater_plant -
|
||||
water_tower -
|
||||
windmill -
|
||||
{}
|
||||
mapswithme +
|
||||
|
|
Binary file not shown.
|
@ -38981,6 +38981,44 @@ cont {
|
|||
}
|
||||
}
|
||||
}
|
||||
cont {
|
||||
name: "man_made-water_tower"
|
||||
element {
|
||||
scale: 15
|
||||
symbol {
|
||||
name: "hunting_closed_high"
|
||||
priority: 16000
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 16
|
||||
symbol {
|
||||
name: "hunting_closed_high"
|
||||
priority: 16000
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 17
|
||||
symbol {
|
||||
name: "hunting_closed_high"
|
||||
priority: 16000
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 18
|
||||
symbol {
|
||||
name: "hunting_closed_high"
|
||||
priority: 16000
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 19
|
||||
symbol {
|
||||
name: "hunting_closed_high"
|
||||
priority: 16000
|
||||
}
|
||||
}
|
||||
}
|
||||
cont {
|
||||
name: "man_made-windmill"
|
||||
element {
|
||||
|
|
|
@ -1048,3 +1048,4 @@ amenity|place_of_worship|hindu;[amenity=place_of_worship][religion=hindu];;name;
|
|||
amenity|place_of_worship|shinto;[amenity=place_of_worship][religion=shinto];;name;int_name;1048;
|
||||
amenity|place_of_worship|jewish;[amenity=place_of_worship][religion=jewish];;name;int_name;1049;
|
||||
amenity|place_of_worship|taoist;[amenity=place_of_worship][religion=taoist];;name;int_name;1050;
|
||||
man_made|water_tower;[man_made=water_tower];;name;int_name;1051;
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 371.
|
|
@ -646,6 +646,8 @@ node|z16-[historic=battlefield]
|
|||
{
|
||||
icon-image: cannon.svg;
|
||||
}
|
||||
area|z15-[man_made=water_tower],
|
||||
node|z15-[man_made=water_tower],
|
||||
area|z16-[amenity=hunting_stand],
|
||||
node|z16-[amenity=hunting_stand]
|
||||
{
|
||||
|
|
|
@ -1048,3 +1048,4 @@ amenity|place_of_worship|hindu
|
|||
amenity|place_of_worship|shinto
|
||||
amenity|place_of_worship|jewish
|
||||
amenity|place_of_worship|taoist
|
||||
man_made|water_tower
|
||||
|
|
|
@ -444,6 +444,7 @@ world 00000000000000000000 +
|
|||
{}
|
||||
survey_point 00000000000000000000 -
|
||||
wastewater_plant 00000000000011111111 -
|
||||
water_tower 00000000000000011111 -
|
||||
windmill 00000000000000000111 -
|
||||
{}
|
||||
mapswithme 00000000000000000000 +
|
||||
|
|
Loading…
Add table
Reference in a new issue