-
Our current project requires loading the generated tiles onto Cesium's 3D globe, which uses the EPSG:4326 (CRS84) coordinate system. However, the tiles cut by Planetiler use the EPSG:3857 - WGS 84 / P…
-
In planetiler I created a CEL script through `ScriptHost.ScriptBuilder` and I want to increase the limit on maximum size of a CEL expression. That option appears to be exposed on `Parser.parse(options…
-
**Describe the bug**
If I start a planet run, and while it's working I start a monaco run, the monaco run terminates.
**To Reproduce**
planetiler version: cf49b86
Start both processes with thi…
-
What would it take to support rendering the map in any language which has translations in OSM?
-
Description
I'm experiencing an issue where my Planetiler process does not generate a complete set of tiles for any zoom level. The process completes without errors, but the resulting MBTiles file la…
-
In particular at z8 many labels in urban areas cannot be rendered due to collisions. Below is an example of New York, rendered with maplibre `map.showSymbolCollisions = true`. Maybe we can optimize ti…
-
```
1:09:20 ERR [osm_pass2:process] - Error processing OSM Relation 1138080
java.lang.NullPointerException: Cannot invoke "com.onthegomap.planetiler.collection.LongLongMultimap$Replaceable.get(long)…
-
Islands are important and often notable map features, and island labels should be included in the tiles.
With the island's geometry (if it's a multipolygon relation), it should be possible to infer…
-
[planetiler](https://github.com/onthegomap/planetiler) can produces the tiles for the entire world with Z0 to Z14 in 2-4 hours...
-
As part of https://github.com/onthegomap/planetiler/issues/227, I added lake OSM IDs but only for lakes from OSM data (z6 and above). Merging with natural earth data is a bit tricky because we proces…