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

Initial pass at rendering golf=* features #4212

Closed
wants to merge 62 commits into from

Commits on Jul 5, 2020

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

Commits on Sep 12, 2020

  1. Clean up some svg images

    pitdicker committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    3d4311c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Initial pass at rendering golf=* features (gravitystorm#661)

    - Update landcover layer to include golf area features
    - Add golf-lines layer
    - Add style/golf.mss and specify rendering for:
      - golf=green and golf=tee (light green color between @grass and @park;
        tee with gray point labeled with ref)
      - golf=fairway and golf=driving_range (@grass)
      - golf=bunker (color and pattern for @sand and beach)
      - golf=rough (darker green between @scrub and @grass)
      - golf=hole as way (dashed line, darker green derived from @golf_course; labeled with ref)
      - golf=hole as point and golf=pin (symbols/golf_pin.svg; labeled with ref)
    
    Based largely on imagico/osm-carto-alternative-colors.
    justingruca committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d8118bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d8354 View commit details
    Browse the repository at this point in the history
  3. Simplify SVG for golf pin

    justingruca committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    a6a704f View commit details
    Browse the repository at this point in the history
  4. Minor color and pattern updates

    - golf course color now same as campsite
    - pin/hole icon colored green
    - @leisure-green used for dark green items
    - text no longer oblique
    - hole line no longer dashed
    - fold in higher zoom rule
    - add rough pattern
    justingruca committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    460a39a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Layer/organizational changes; remove rendered point for tees

    - rename golf-lines to golf-line to match other line layers
    - specifically select golf=hole linestrings for golf-line layer
    - move golf=hole/golf=pin points to amenity-points layer
    - add golf=hole to text-line layer for label rendering
    justingruca committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    f1aa90e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Configuration menu
    Copy the full SHA
    67eff1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7457578 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    13e8f14 View commit details
    Browse the repository at this point in the history
  2. Revert "Switch to @leisure for golf course background color"

    This reverts commit 13e8f14.
    justingruca committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    9f53b34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    357a79f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

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

Commits on Dec 5, 2020

  1. Link to CARTOGRAPHY.md in README.md

    Add the line "The general purpose, the cartographic design goals and guidelines for this style are outlined in CARTOGRAPHY.md" to readme.md
    polarbearing authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    c8ed058 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

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

Commits on Jan 9, 2021

  1. Create a partial index for waterways

    This condition is used for a few waterway queries and substantially
    speeds them up.
    pnorman committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    633775f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Configuration menu
    Copy the full SHA
    b7c3ecf View commit details
    Browse the repository at this point in the history
  2. Merge pull request gravitystorm#4281 from matkoniecz/master

    update to growing issue count
    pnorman authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    8fba163 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Merge pull request gravitystorm#4280 from pnorman/waterway

    Create a partial index for waterways
    pnorman authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    37f4aaf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Use custom indexes to speed up ST_PointOnSurface queries

    Using an index for ST_PointOnSurface queries speeds up the queries
    substantially by avoiding work for when the geometries are in the
    bounding box but the labeling point isn't.
    
    The impact is substantial for large geometries like administrative
    areas that have a lot of matches.
    
    For these indexes to be reliably used, the plain way && !BBOX!
    condition needs to be removed from the WHERE clause, making
    the index required instead of optional.
    pnorman committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    31c649a View commit details
    Browse the repository at this point in the history
  2. Merge pull request gravitystorm#4205 from pitdicker/svg_cleanup

    Clean up some svg images
    pnorman authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    85ed024 View commit details
    Browse the repository at this point in the history
  3. Merge pull request gravitystorm#4218 from hiddewie/highway-roundabout

    Render mini-roudabout just like a turning circle
    pnorman authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    b01b2b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request gravitystorm#4263 from polarbearing/patch-1

    Link to CARTOGRAPHY.md in README.md
    pnorman authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    4074484 View commit details
    Browse the repository at this point in the history
  5. Merge pull request gravitystorm#4265 from terminaldweller/master

    added password as an extra option to get-external-data
    pnorman authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    6899a71 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Merge pull request gravitystorm#4175 from hiddewie/patch-1

    Travis: build against Mapnik 3.0.22
    pnorman authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    faead20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf1e82c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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

Commits on Jan 28, 2021

  1. Merge pull request gravitystorm#4292 from pnorman/pointonsurface_index

    Use custom indexes to speed up ST_PointOnSurface queries
    pnorman authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    42a6baf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Add to changelog

    pnorman committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    bfb77a8 View commit details
    Browse the repository at this point in the history
  2. Update preview.png

    pnorman committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    c0482cf View commit details
    Browse the repository at this point in the history
  3. Update changelog for v5.3.0

    pnorman committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    70ffaa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ea0de View commit details
    Browse the repository at this point in the history
  5. Fix changelog typos

    pnorman committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    94fe82b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Switch from Natural Earth to its CDN

    The Natural Earth website has frequent problems with going offline
    while the CDN is much more stable.
    pnorman committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    396778b View commit details
    Browse the repository at this point in the history
  2. Merge pull request gravitystorm#4306 from pnorman/ne_url

    Switch from Natural Earth to its CDN
    pnorman authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    e77163e View commit details
    Browse the repository at this point in the history
  3. Add an option to grant permissions to a user for rendering from

    the shapefile tables
    
    This is necessary on production systems where a different user is
    used for rendering.
    pnorman committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    cd0f8d7 View commit details
    Browse the repository at this point in the history
  4. Update indexes.sql comment

    The indexes are now required.
    pnorman committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    fabb5c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    351e828 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Merge pull request gravitystorm#4310 from pnorman/documentation_fixes

    Documentation fixes
    pnorman authored Jan 31, 2021
    Configuration menu
    Copy the full SHA
    962f353 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Merge pull request gravitystorm#4307 from pnorman/render_user

    Add an option to grant permissions to a user for rendering from the shapefile tables
    pnorman authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bdd92cd View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Add to changelog

    pnorman committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    8f4204e View commit details
    Browse the repository at this point in the history
  2. Update changelog

    pnorman committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    00bcf61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5494bd View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    70ba48c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    785f159 View commit details
    Browse the repository at this point in the history
  3. Adding newline

    ZeLonewolf committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d384ddf View commit details
    Browse the repository at this point in the history
  4. Merge pull request gravitystorm#4330 from ZeLonewolf/windows-line-end…

    …ing-fix
    
    Windows line ending fix
    pnorman authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    3618861 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Update README.md

    kocio-pl authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    e858de4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Merge pull request gravitystorm#4357 from gravitystorm/kocio-pl-readm…

    …e-v5
    
    Update README.md on v5
    matkoniecz authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e433211 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Merge pull request gravitystorm#4294 from hiddewie/docker-compose-pos…

    …tgis
    
    Update DB dockerfile to use the postgis image
    pnorman authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    a2077c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Initial pass at rendering golf=* features (gravitystorm#661)

    - Update landcover layer to include golf area features
    - Add golf-lines layer
    - Add style/golf.mss and specify rendering for:
      - golf=green and golf=tee (light green color between @grass and @park;
        tee with gray point labeled with ref)
      - golf=fairway and golf=driving_range (@grass)
      - golf=bunker (color and pattern for @sand and beach)
      - golf=rough (darker green between @scrub and @grass)
      - golf=hole as way (dashed line, darker green derived from @golf_course; labeled with ref)
      - golf=hole as point and golf=pin (symbols/golf_pin.svg; labeled with ref)
    
    Based largely on imagico/osm-carto-alternative-colors.
    justingruca committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    48ec53d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22661a3 View commit details
    Browse the repository at this point in the history
  3. Simplify SVG for golf pin

    justingruca committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    3f0b7c2 View commit details
    Browse the repository at this point in the history
  4. Minor color and pattern updates

    - golf course color now same as campsite
    - pin/hole icon colored green
    - @leisure-green used for dark green items
    - text no longer oblique
    - hole line no longer dashed
    - fold in higher zoom rule
    - add rough pattern
    justingruca committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    98c0a34 View commit details
    Browse the repository at this point in the history
  5. Layer/organizational changes; remove rendered point for tees

    - rename golf-lines to golf-line to match other line layers
    - specifically select golf=hole linestrings for golf-line layer
    - move golf=hole/golf=pin points to amenity-points layer
    - add golf=hole to text-line layer for label rendering
    justingruca committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    59b982d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    585d619 View commit details
    Browse the repository at this point in the history
  7. Revert "Switch to @leisure for golf course background color"

    This reverts commit 13e8f14.
    justingruca committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    3b14a03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    074ece7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48a51bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac3818c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d3e1968 View commit details
    Browse the repository at this point in the history