by zylepe on 10/25/21, 11:52 AM with 28 comments
by zylepe on 10/25/21, 11:53 AM
I’m open-sourcing Flatmap today. Let me know what you think, or if you have any suggestions!
[1] https://github.com/openmaptiles/openmaptiles/issues/654#issu...
by stevage on 10/25/21, 9:00 PM
by tony_cannistra on 10/25/21, 8:15 PM
I maintain an openmaptiles pipeline, and we've got our planet runtimes down to about ~4 days on AWS.
Would be excited to see if we could use this tool, but we really heavily depend on PostGIS data manipulation to ensure that the data we want ends up in our output tiles. How difficult do you think migrating this SQL to your tool would be? It seems like you can support modifying the data fairly heavily, both before and after MBtile creation.
by RicoElectrico on 10/25/21, 1:01 PM
There's an ongoing effort to research vector tile solutions for openstreetmap.org. I wonder how your software stack compares to tilemaker, which has seen some optimization lately.
by lalaland1125 on 10/25/21, 7:50 PM
Googling "flatmap" gives a bunch of bad results. There is a value in having unique names.
by MattBlissett on 10/25/21, 11:01 PM
I hacked around with OpenMapTiles to generate vector tiles in Arctic, Antarctic and WGS84 projections (the latter with 2×1 tiles at zoom 0) [1]. The time spent waiting for PostGIS to do reprojections etc made development very slow, and I've put off updating the tiles.
This tool is reprojects from WGS84 to Web Mercator while reading the tiles, so optimistically changing that would be much of what's needed.
[1] See the map at the bottom of gbif.org, there's a button to change the projection
by willcodeforfoo on 10/25/21, 8:08 PM
by epaulson on 10/25/21, 10:03 PM
by ryantgtg on 10/25/21, 7:54 PM
by durkie on 10/26/21, 1:57 AM
by jmnicolas on 10/25/21, 10:08 PM
Ouch! Is there any plan to reduce the amount of ram or it's impossible?
I'm currently building a tile server with Europe's map, the PBF is 28GB, I have 32GB ram.
by tschesnok on 10/25/21, 10:26 PM
by reichardt on 10/25/21, 7:36 PM
by tantalor on 10/25/21, 7:08 PM