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 c8dfec2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Default.style/poi_interesting_place.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 17 additions & 2 deletions Default.style/points.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ node,area {
font-stroke-width: 1pt;
font-stroke-color: @color_label_stroke;

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

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

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

0 comments on commit c8dfec2

Please sign in to comment.