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

New OpenStreetMap Carto release, v4.21.0 #235

Closed
pnorman opened this issue May 2, 2019 · 3 comments
Closed

New OpenStreetMap Carto release, v4.21.0 #235

pnorman opened this issue May 2, 2019 · 3 comments

Comments

@pnorman
Copy link
Collaborator

pnorman commented May 2, 2019

A new version of OpenStreetMap Carto, v4.21.0, has been released. There are a few deployment-related changes

  • world_boundaries-spherical.tgz can be removed

  • The URLs for the water and icesheet shapefiles have changed from openstreetmapdata.com to osmdata.openstreetmap.de

  • The military area index has adjusted. The old one can be dropped and then the new one created concurrently with

DROP INDEX planet_osm_polygon_military;
CREATE INDEX CONCURRENTLY planet_osm_polygon_military
  ON planet_osm_polygon USING GIST (way)
  WHERE (landuse = 'military' OR military = 'danger_area') AND building IS NULL;
@pnorman
Copy link
Collaborator Author

pnorman commented May 3, 2019

A potential bug has been raised with v4.21.0, I recommend holding off for now until we see if a v4.21.1 is needed

@HolgerJeromin
Copy link
Contributor

@pnorman
Copy link
Collaborator Author

pnorman commented Aug 28, 2019

Closed for #247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants