All Questions
Tagged with openmaptiles postgresql
3 questions
0
votes
1
answer
517
views
Quadkey to Lat/Long in SQL
I need to transform quadkey column to latitude and longitude using SQL (Postgres to be more specific). It seems like a common problem, but somehow I cannot find a solution.
Example value:
Quadkey: ...
4
votes
2
answers
1k
views
Optimizing openmaptiles and servers for planet tiles generation
I'm currently using openmaptiles in order to generate planet tiles (zoom 0 to 14 or 15). This is a long process that I plan run on dedicated servers.
I know that this is a service offered by ...
2
votes
1
answer
544
views
How to connect to OpenMapTiles Docker Postgres DB
I am currently playing around with openmaptiles (https://github.com/openmaptiles/openmaptiles) and I'd like to figure out how to import my own data into the resulting mbtiles. But first I'd like to ...