diff --git a/data/drules_proto_clear.bin b/data/drules_proto_clear.bin index 3052f73f49..9247804a46 100644 Binary files a/data/drules_proto_clear.bin and b/data/drules_proto_clear.bin differ diff --git a/data/drules_proto_clear.txt b/data/drules_proto_clear.txt index 9eedb09488..70a087e526 100644 --- a/data/drules_proto_clear.txt +++ b/data/drules_proto_clear.txt @@ -2884,7 +2884,7 @@ cont { color: 4473924 offset_y: 10 } - priority: 15000 + priority: 15500 } } element { diff --git a/data/drules_proto_dark.bin b/data/drules_proto_dark.bin index 008bb8c144..95f9ee4d32 100644 Binary files a/data/drules_proto_dark.bin and b/data/drules_proto_dark.bin differ diff --git a/data/drules_proto_dark.txt b/data/drules_proto_dark.txt index 628d197038..ed6090a9ae 100644 --- a/data/drules_proto_dark.txt +++ b/data/drules_proto_dark.txt @@ -2884,7 +2884,7 @@ cont { color: 5592405 offset_y: 10 } - priority: 15000 + priority: 15500 } } element { diff --git a/data/styles/clear/include/POI.mapcss b/data/styles/clear/include/POI.mapcss index 7411ed8665..6d737c5a32 100644 --- a/data/styles/clear/include/POI.mapcss +++ b/data/styles/clear/include/POI.mapcss @@ -209,7 +209,7 @@ node|z16[amenity=hospital], area|z16[amenity=hospital] { icon-image: hospital-m. node|z16[amenity=clinic], area|z16[amenity=clinic] { icon-image: hospital-m.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label;z-index: 2400; } node|z16[amenity=university][name], area|z16[amenity=university][name] { icon-image: college-m.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; z-index: 1;icon-min-distance: 11; -x-me-text-priority:16000;} node|z16[amenity=university][!name], area|z16[amenity=university][!name] { } -node|z16[amenity=fuel], area|z16[amenity=fuel] { icon-image: fuel-m.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; } +node|z16[amenity=fuel], area|z16[amenity=fuel] { icon-image: fuel-m.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; -x-me-text-priority:15500; } node|z16-[natural=spring],area|z16-[natural=spring]{ icon-image: drinking-water-m.svg; z-index: 1000; text-offset:8; font-size: 10; text: name; text-color: @poi_label; z-index: 100; z-index: 2700; } node|z16[amenity=cafe], area|z16[amenity=cafe] { icon-image: cafe-m.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label;z-index: 2600; icon-min-distance: 10;} node|z16[amenity=restaurant], area|z16[amenity=restaurant] { icon-image: restaurant-m.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; z-index: 2600;icon-min-distance: 10;}