Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render administrative boundary text labels for relations only #3762

Merged
merged 2 commits into from
Jun 11, 2019

Commits on Apr 23, 2019

  1. Render text labels along borders of admin boundary relations only

    Currently lines are only rendered for borders mapped as relations (i.e. osm_id <0) but the text labels along the borders are rendered for relations and closed ways. This commit adds a filter for "AND osm_id < 0" to the admin-text layer, so that the text labels do not appear in the rare occasions when an administrative boundary is mapped as a closed way instead of a relation
    jeisenbe committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    959ab8e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    c8b7ca9 View commit details
    Browse the repository at this point in the history