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 maritime admin boundaries less prominently #2950

Commits on Feb 4, 2018

  1. Render maritime admin boundaries less prominently

    This requires rendering admin boundaries based on the individual
    lines, rather than the entire polygons.
    
    * This fixes gravitystorm#621
    * This possibly impacts solutions to gravitystorm#723, #2234m and gravitystorm#2663.
    math1985 committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    106c79f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Improvement to maritime border rendering

    * Admin rendering based on lines instead of relatinos does not work (lack of
      data in e.g. Poland, and ugly rendering of dashes in case of short sections).
      Instead, this renders maritime borders based on lines, on top of the full
      border based on the polygon.
    * Fix error on high zoom levels.
    * Render maritime border slightly darker.
    math1985 committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    1ce756d View commit details
    Browse the repository at this point in the history