planetiler
planetiler copied to clipboard
Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
We've been using [pyosmium-up-to-date](https://docs.osmcode.org/pyosmium/latest/tools_uptodate.html) to catch a planet.osm.pbf file up to date with changes to OSM. That process takes about 1 minute per day of updates to download plus 40...
When implementing the basemap layer, I did not port road name abbreviations from https://github.com/giggls/mapnik-german-l10n because of the licensing and just pass road names from OpenStreetMap directly. This is not ideal...
The current line and polygon merging logic groups features in a tile with the same attributes, then uses the JTS line merger (or polygon unioning) to combine them into a...
Blocked by #160 In #160 we're adding support for a custom mbtiles output using a declarative configuration file. This approach is limited to simple logic. For more complex cases, we...
Master ticket to track followup tasks for #160 and #323: expose planetiler functionality: - [ ] #349 - [x] #350 - [ ] #351 - [ ] #348 - [...
Hi, Is there a way to generate tiles with no feature limit and no tile size limit (f.ex. --no-feature-limit --no-tile-size-limit in tippecanoe)? Thnak you.
[LanguageUtils](https://github.com/onthegomap/planetiler/blob/main/planetiler-basemap/src/main/java/com/onthegomap/planetiler/basemap/util/LanguageUtils.java) is a straight port from openmaptiles logic, but there are a few issues with it. Please add a comment with any suggestions for improving the logic to assign element...
When 2 points have the same sort key, include the bytes when comparing them so that the ordering is deterministic. _Originally posted by @nyurik in https://github.com/onthegomap/planetiler/discussions/214#discussioncomment-2697226_
**Is your feature request related to a problem? Please describe.** Currently, Planetiler outputs mbtiles which requires a tileserver, i.e., static file hosting like on github pages is not enough to...
**Is your feature request related to a problem? Please describe.** I want to render a profile on planet.osm.pbf which creates a small output mbtiles file which is maybe only 100...