-
Notifications
You must be signed in to change notification settings - Fork 822
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
Commits on Jul 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for db0a119 - Browse repository at this point
Copy the full SHA db0a119View commit details
Commits on Sep 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3d4311c - Browse repository at this point
Copy the full SHA 3d4311cView commit details
Commits on Sep 29, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for d8118bd - Browse repository at this point
Copy the full SHA d8118bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d8354 - Browse repository at this point
Copy the full SHA 56d8354View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a704f - Browse repository at this point
Copy the full SHA a6a704fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 460a39a - Browse repository at this point
Copy the full SHA 460a39aView commit details
Commits on Oct 5, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for f1aa90e - Browse repository at this point
Copy the full SHA f1aa90eView commit details
Commits on Oct 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 67eff1e - Browse repository at this point
Copy the full SHA 67eff1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7457578 - Browse repository at this point
Copy the full SHA 7457578View commit details
Commits on Oct 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 13e8f14 - Browse repository at this point
Copy the full SHA 13e8f14View commit details -
Revert "Switch to @leisure for golf course background color"
This reverts commit 13e8f14.
Configuration menu - View commit details
-
Copy full SHA for 9f53b34 - Browse repository at this point
Copy the full SHA 9f53b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 357a79f - Browse repository at this point
Copy the full SHA 357a79fView commit details
Commits on Oct 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 84a4947 - Browse repository at this point
Copy the full SHA 84a4947View commit details
Commits on Dec 5, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for c8ed058 - Browse repository at this point
Copy the full SHA c8ed058View commit details
Commits on Dec 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aabdb7b - Browse repository at this point
Copy the full SHA aabdb7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ade787 - Browse repository at this point
Copy the full SHA 1ade787View commit details
Commits on Jan 9, 2021
-
Create a partial index for waterways
This condition is used for a few waterway queries and substantially speeds them up.
Configuration menu - View commit details
-
Copy full SHA for 633775f - Browse repository at this point
Copy the full SHA 633775fView commit details
Commits on Jan 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b7c3ecf - Browse repository at this point
Copy the full SHA b7c3ecfView commit details -
Merge pull request gravitystorm#4281 from matkoniecz/master
update to growing issue count
Configuration menu - View commit details
-
Copy full SHA for 8fba163 - Browse repository at this point
Copy the full SHA 8fba163View commit details
Commits on Jan 11, 2021
-
Merge pull request gravitystorm#4280 from pnorman/waterway
Create a partial index for waterways
Configuration menu - View commit details
-
Copy full SHA for 37f4aaf - Browse repository at this point
Copy the full SHA 37f4aafView commit details
Commits on Jan 23, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 31c649a - Browse repository at this point
Copy the full SHA 31c649aView commit details -
Merge pull request gravitystorm#4205 from pitdicker/svg_cleanup
Clean up some svg images
Configuration menu - View commit details
-
Copy full SHA for 85ed024 - Browse repository at this point
Copy the full SHA 85ed024View commit details -
Merge pull request gravitystorm#4218 from hiddewie/highway-roundabout
Render mini-roudabout just like a turning circle
Configuration menu - View commit details
-
Copy full SHA for b01b2b1 - Browse repository at this point
Copy the full SHA b01b2b1View commit details -
Merge pull request gravitystorm#4263 from polarbearing/patch-1
Link to CARTOGRAPHY.md in README.md
Configuration menu - View commit details
-
Copy full SHA for 4074484 - Browse repository at this point
Copy the full SHA 4074484View commit details -
Merge pull request gravitystorm#4265 from terminaldweller/master
added password as an extra option to get-external-data
Configuration menu - View commit details
-
Copy full SHA for 6899a71 - Browse repository at this point
Copy the full SHA 6899a71View commit details
Commits on Jan 24, 2021
-
Merge pull request gravitystorm#4175 from hiddewie/patch-1
Travis: build against Mapnik 3.0.22
Configuration menu - View commit details
-
Copy full SHA for faead20 - Browse repository at this point
Copy the full SHA faead20View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf1e82c - Browse repository at this point
Copy the full SHA bf1e82cView commit details
Commits on Jan 26, 2021
-
3
Configuration menu - View commit details
-
Copy full SHA for f701987 - Browse repository at this point
Copy the full SHA f701987View commit details
Commits on Jan 28, 2021
-
Merge pull request gravitystorm#4292 from pnorman/pointonsurface_index
Use custom indexes to speed up ST_PointOnSurface queries
Configuration menu - View commit details
-
Copy full SHA for 42a6baf - Browse repository at this point
Copy the full SHA 42a6bafView commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bfb77a8 - Browse repository at this point
Copy the full SHA bfb77a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0482cf - Browse repository at this point
Copy the full SHA c0482cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ffaa7 - Browse repository at this point
Copy the full SHA 70ffaa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ea0de - Browse repository at this point
Copy the full SHA 34ea0deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94fe82b - Browse repository at this point
Copy the full SHA 94fe82bView commit details
Commits on Jan 30, 2021
-
Switch from Natural Earth to its CDN
The Natural Earth website has frequent problems with going offline while the CDN is much more stable.
Configuration menu - View commit details
-
Copy full SHA for 396778b - Browse repository at this point
Copy the full SHA 396778bView commit details -
Merge pull request gravitystorm#4306 from pnorman/ne_url
Switch from Natural Earth to its CDN
Configuration menu - View commit details
-
Copy full SHA for e77163e - Browse repository at this point
Copy the full SHA e77163eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cd0f8d7 - Browse repository at this point
Copy the full SHA cd0f8d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fabb5c9 - Browse repository at this point
Copy the full SHA fabb5c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 351e828 - Browse repository at this point
Copy the full SHA 351e828View commit details
Commits on Jan 31, 2021
-
Merge pull request gravitystorm#4310 from pnorman/documentation_fixes
Documentation fixes
Configuration menu - View commit details
-
Copy full SHA for 962f353 - Browse repository at this point
Copy the full SHA 962f353View commit details
Commits on Feb 3, 2021
-
Merge pull request gravitystorm#4307 from pnorman/render_user
Add an option to grant permissions to a user for rendering from the shapefile tables
Configuration menu - View commit details
-
Copy full SHA for bdd92cd - Browse repository at this point
Copy the full SHA bdd92cdView commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f4204e - Browse repository at this point
Copy the full SHA 8f4204eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00bcf61 - Browse repository at this point
Copy the full SHA 00bcf61View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5494bd - Browse repository at this point
Copy the full SHA e5494bdView commit details
Commits on Feb 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 70ba48c - Browse repository at this point
Copy the full SHA 70ba48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 785f159 - Browse repository at this point
Copy the full SHA 785f159View commit details -
Configuration menu - View commit details
-
Copy full SHA for d384ddf - Browse repository at this point
Copy the full SHA d384ddfView commit details -
Merge pull request gravitystorm#4330 from ZeLonewolf/windows-line-end…
…ing-fix Windows line ending fix
Configuration menu - View commit details
-
Copy full SHA for 3618861 - Browse repository at this point
Copy the full SHA 3618861View commit details
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e858de4 - Browse repository at this point
Copy the full SHA e858de4View commit details
Commits on Apr 13, 2021
-
Merge pull request gravitystorm#4357 from gravitystorm/kocio-pl-readm…
…e-v5 Update README.md on v5
Configuration menu - View commit details
-
Copy full SHA for e433211 - Browse repository at this point
Copy the full SHA e433211View commit details
Commits on Apr 16, 2021
-
Merge pull request gravitystorm#4294 from hiddewie/docker-compose-pos…
…tgis Update DB dockerfile to use the postgis image
Configuration menu - View commit details
-
Copy full SHA for a2077c0 - Browse repository at this point
Copy the full SHA a2077c0View commit details
Commits on Apr 19, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 48ec53d - Browse repository at this point
Copy the full SHA 48ec53dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22661a3 - Browse repository at this point
Copy the full SHA 22661a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f0b7c2 - Browse repository at this point
Copy the full SHA 3f0b7c2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 98c0a34 - Browse repository at this point
Copy the full SHA 98c0a34View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 59b982d - Browse repository at this point
Copy the full SHA 59b982dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 585d619 - Browse repository at this point
Copy the full SHA 585d619View commit details -
Revert "Switch to @leisure for golf course background color"
This reverts commit 13e8f14.
Configuration menu - View commit details
-
Copy full SHA for 3b14a03 - Browse repository at this point
Copy the full SHA 3b14a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 074ece7 - Browse repository at this point
Copy the full SHA 074ece7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a51bc - Browse repository at this point
Copy the full SHA 48a51bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac3818c - Browse repository at this point
Copy the full SHA ac3818cView commit details -
Merge branch 'render-golf-features' of https://github.com/jgruca/open…
…streetmap-carto into render-golf-features
Configuration menu - View commit details
-
Copy full SHA for d3e1968 - Browse repository at this point
Copy the full SHA d3e1968View commit details