-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fails with PostgreSQL 10.x #1
Comments
Ah, interesting. From the top of my head without testing i suppose you can move the |
Could you check if bf9a4e1 fixes this? |
Helps for the original text_poly_low_zoom query, but now text_poly fails with the same error:
|
Right. If you want to fix this in a similar fashion and test if there are other similar problems feel welcome to submit a PR. Otherwise i will need to move my test database to postgresql 10.x before i can properly test this myself. |
The same change only needed to be applied to one more query to make things work. I'm running into the same problem as with the German carto style fork by giggls: as both are a fork of OSM Carto, which I already forked on GitHub, I can't fork these with the same account. So I'm adding the patch as a file here: |
Thanks for the patch, i managed to update to newer Postgres now and pushed the second fix (533810d), seems to be working fine. |
Use invisible rectangle to center golf_pin.svg
Pg 10.x does no longer allow set returning functions in a CASE statement, as announced in the 10.x release notes:
https://www.postgresql.org/docs/devel/release-10.html#id-1.11.6.14.4
This leads to the following error when trying to use the style in my test setup:
The text was updated successfully, but these errors were encountered: