Skip to content

Commit

Permalink
Display [tourism=attraction][name]
Browse files Browse the repository at this point in the history
  • Loading branch information
noktoborus committed May 18, 2023
1 parent 7cf7c80 commit 3d86e46
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Default.style/points.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ node,area {
font-stroke-width: 1pt;
font-stroke-color: @color_label_stroke;

@if Style == Outdoor
// tourism=attraction можно встретить на любых объектах,
// потому его лучше держать в самом начале списка отображаемых объектов
// и, при случае, заменить неопределённую иконку на подходящую.
|z18-[tourism=attraction][name] {
details-enabled: 1;
text: eval(locTag('name'));
text-color: @color_text_tourism;
}
@endif

[place=country] {
|z2-8 {
text: eval(locTag('name'));
Expand Down Expand Up @@ -554,8 +565,6 @@ node,area {
@endif

@if Style == Outdoor
// node|z16-[tourism=attraction], не применяем, потому что это просто маркер для туристических объектов с другими тегами.
// Можно давать буст в поиске или иконку больше делать - но менять иконку не надо.
|z16-{
[tourism=information],
[shop=ticket] {
Expand Down

0 comments on commit 3d86e46

Please sign in to comment.