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

Use ST_PointOnSurface for amenity points #3712

Merged
merged 6 commits into from
Apr 4, 2019

Commits on Mar 10, 2019

  1. Configuration menu
    Copy the full SHA
    0e4cefb View commit details
    Browse the repository at this point in the history
  2. Move amenity-point polys and points to the same layer

    This requies explicit statements about which features are point-only
    and which are poly-only.
    pnorman committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    9ce6a3e View commit details
    Browse the repository at this point in the history
  3. Filter on feature instead of individual columns in amenity-points

    This avoids features being sent to Mapnik that won't match any of
    the MSS rules while simplifying the WHERE clause drastically.
    pnorman committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    aa287dc View commit details
    Browse the repository at this point in the history
  4. Reuse amenity-points SQL for text points

    This avoids having to maintain two long complex mostly-identical
    queries.
    pnorman committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    f2468d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0acad2c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Add missing objects to amenity points

    These were in the text queries and are needed if a common query
    is to be used.
    pnorman committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    4ad2b6e View commit details
    Browse the repository at this point in the history