forked from organicmaps/organicmaps
Fix remove title OSM hotels 14-15 zoom level
This commit is contained in:
parent
ec5b5971c7
commit
8da200cd33
1 changed files with 29 additions and 14 deletions
|
@ -1333,20 +1333,35 @@ area|z16[amenity=community_centre]
|
|||
|
||||
/* 4.2 Apartament */
|
||||
|
||||
node|z14-[tourism=hotel],
|
||||
node|z14-[tourism=hostel],
|
||||
node|z14-[tourism=guest_house],
|
||||
area|z14-[tourism=guest_house],
|
||||
node|z14-[tourism=alpine_hut],
|
||||
area|z14-[tourism=alpine_hut],
|
||||
node|z14-[tourism=chalet],
|
||||
area|z14-[tourism=chalet],
|
||||
node|z14-[tourism=resort],
|
||||
area|z14-[tourism=resort],
|
||||
node|z14-[tourism=motel],
|
||||
area|z14-[tourism=motel],
|
||||
node|z14-[tourism=apartment],
|
||||
area|z14-[tourism=apartment],
|
||||
node|z14-[tourism=hotel][sponsored=booking],
|
||||
node|z14-[tourism=hostel][sponsored=booking],
|
||||
node|z14-[tourism=guest_house][sponsored=booking],
|
||||
area|z14-[tourism=guest_house][sponsored=booking],
|
||||
node|z14-[tourism=alpine_hut][sponsored=booking],
|
||||
area|z14-[tourism=alpine_hut][sponsored=booking],
|
||||
node|z14-[tourism=chalet][sponsored=booking],
|
||||
area|z14-[tourism=chalet][sponsored=booking],
|
||||
node|z14-[tourism=resort][sponsored=booking],
|
||||
area|z14-[tourism=resort][sponsored=booking],
|
||||
node|z14-[tourism=motel][sponsored=booking],
|
||||
area|z14-[tourism=motel][sponsored=booking],
|
||||
node|z14-[tourism=apartment][sponsored=booking],
|
||||
area|z14-[tourism=apartment][sponsored=booking],
|
||||
{text: name;text-offset: 10;font-size: 10; text-color: @poi_label;text-halo-color: @halo_park_label;text-halo-radius: 0.5;text-halo-opacity: 0.8;}
|
||||
node|z16-[tourism=hotel],
|
||||
node|z16-[tourism=hostel],
|
||||
node|z16-[tourism=guest_house],
|
||||
area|z16-[tourism=guest_house],
|
||||
node|z16-[tourism=alpine_hut],
|
||||
area|z16-[tourism=alpine_hut],
|
||||
node|z16-[tourism=chalet],
|
||||
area|z16-[tourism=chalet],
|
||||
node|z16-[tourism=resort],
|
||||
area|z16-[tourism=resort],
|
||||
node|z16-[tourism=motel],
|
||||
area|z16-[tourism=motel],
|
||||
node|z16-[tourism=apartment],
|
||||
area|z16-[tourism=apartment],
|
||||
{text: name;text-offset: 10;font-size: 10; text-color: @poi_label;text-halo-color: @halo_park_label;text-halo-radius: 0.5;text-halo-opacity: 0.8;}
|
||||
node|z15-[tourism=camp_site],
|
||||
area|z15-[tourism=camp_site],
|
||||
|
|
Loading…
Add table
Reference in a new issue