We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A new version of OpenStreetMap Carto, v5.4.0, has been released.
The one deployment related change is the creation of a new index, planet_osm_line_label, which should be created before updating.
planet_osm_line_label
This index can be created concurrently with
CREATE INDEX CONCURRENTLY IF NOT EXISTS planet_osm_line_label ON planet_osm_line USING GIST (way) WHERE name IS NOT NULL OR ref IS NOT NULL;
The text was updated successfully, but these errors were encountered:
Deployed in 365e89c.
Sorry, something went wrong.
No branches or pull requests
A new version of OpenStreetMap Carto, v5.4.0, has been released.
The one deployment related change is the creation of a new index,
planet_osm_line_label, which should be created before updating.This index can be created concurrently with
The text was updated successfully, but these errors were encountered: