Replies: 8 comments 3 replies
-
Hi @nyurik! That's a great idea! Unfortunately, I don't have enough bandwidth for implementing this now. But I'll keep it in mind and maybe implement this in the future releases. |
Beta Was this translation helpful? Give feedback.
-
After trying OpenMapTiles, I found that the docker-compose file from https://github.com/openmaptiles/openmaptiles/ still using old PostGIS with old |
Beta Was this translation helpful? Give feedback.
-
@littlebtc most of the tools have already been updated to the latest. https://github.com/openmaptiles/openmaptiles-tools has been receiving tons of changes in the last weeks (just today I made a number of changes to postserve -- a simple debug-only version of I have been doing some of it as part of https://github.com/sophox/openmaptiles too, and very soon I plan to have a working docker image with PostgreSQL 12 + PostGIS 3.0 (they are massively faster for MVTs, and were released a week ago). My suggestion - for testing, simply swap the order of the parameters to ST_AsMVT -- and your code will work right away with the existing quick start. I will have the quickstart ready within the next few days to run on the latest platform. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@nyurik Great! I will give it a try if I have time. |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? I'd love to see support for OpenMapTiles schema in Martin. |
Beta Was this translation helpful? Give feedback.
-
Is there a script/utility that can provide this? |
Beta Was this translation helpful? Give feedback.
-
Hi all, Best |
Beta Was this translation helpful? Give feedback.
-
update turns out the current implementation of Martin would not be directly compatible with OpenMapTiles because martin expect some query params that will be passed to SQL. So the function that only has |
Beta Was this translation helpful? Give feedback.
-
The openmaptiles project also supports postgis-based tile generation - it can generate giant SQL statement (as either prepared statement, query, or function creation) that produces MVT from z,x,y. Would it be possible to add support for the openmaptiles layer format in martin as well? See the postgis server (simple test server for testing purposes)
Beta Was this translation helpful? Give feedback.
All reactions