planetiler

Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast (by onthegomap)

Planetiler Alternatives

Similar projects and alternatives to planetiler

  1. Openstreetmap

    The Rails application that powers OpenStreetMap

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Leaflet

    254 planetiler VS Leaflet

    πŸƒ JavaScript library for mobile-friendly interactive maps πŸ‡ΊπŸ‡¦

  4. maplibre-gl-js

    66 planetiler VS maplibre-gl-js

    MapLibre GL JS - Interactive vector tile maps in the browser

  5. headway

    Discontinued Self-hostable maps stack, powered by OpenStreetMap.

  6. tilemaker

    Make OpenStreetMap vector tiles without the stack

  7. LevelDB

    LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

  8. PMTiles

    21 planetiler VS PMTiles

    Pyramids of map tiles in a single file on static storage

  9. openmaptiles

    OpenMapTiles Vector Tile Schema Implementation

  10. openstreetmap-tile-server

    Docker file for a minimal effort OpenStreetMap tile server

  11. tippecanoe

    Build vector tilesets from large collections of GeoJSON features. (by felt)

  12. TileServer GL

    13 planetiler VS TileServer GL

    Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.

  13. operations

    OSMF Operations Working Group issue tracking

  14. OpenTopoMap

    9 planetiler VS OpenTopoMap

    A topographic map from OpenStreetMap and SRTM data

  15. titiler

    8 planetiler VS titiler

    Build your own Raster dynamic map tile services

  16. go-pmtiles

    Single-file executable tool for working with PMTiles archives

  17. openmaptiles-tools

    Tools to turn the schema into other formats

  18. openfreemap

    Free and open-source map hosting solution with custom styles for websites and apps, using OpenStreetMap data

  19. sequentially-generate-planet-mbtiles

    Generate vector tiles for the entire planet on relatively low spec hardware.

  20. maplibre-gl-leaflet

    This is a binding from MapLibre GL JS to the familiar Leaflet API.

  21. mod_mbtiles

    Serve tiles with Apache directly from an .mbtiles file

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better planetiler alternative or higher similarity.

planetiler discussion

Log in or Post with

planetiler reviews and mentions

Posts with mentions or reviews of planetiler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-19.
  • OpenStreetMap's New Vector Tiles
    15 projects | news.ycombinator.com | 19 Nov 2024
    > Static or infrequently updated vector tiles can be generated from OSM data by a number of tools, but those most popular right now are https://github.com/systemed/tilemaker and https://github.com/onthegomap/planetiler

    this is the first I've seen of these alternative tools compared to using Tippecanoe(https://github.com/felt/tippecanoe). Are they considered to be higher performance?

  • Show HN: OpenFreeMap – Open-Source Map Hosting
    22 projects | news.ycombinator.com | 24 Sep 2024
    Look into Planetiler [1] (which OP uses for tile generation). It supports downloading regions that are listed on Geofabrik [2] and converting them to mbtiles or pmtiles. If you need to extract an even smaller area from that result, GDAL has support for mbtiles so you could use gdalwarp [3] to extract a new mbtiles file out of it using bounds.

    Another option is to use the extract functionality in pmtiles [4] to extract your area of interest from their daily builds. You can then statically host that file and use that in your client with one of their client libraries.

    [1] https://github.com/onthegomap/planetiler

    [2] https://download.geofabrik.de/

    [3] https://gdal.org/en/latest/programs/gdalwarp.html

    [4] https://docs.protomaps.com/pmtiles/cli#extract

  • Show HN: OpenFreeMap – Free OpenStreetMap Vector Tile Hosting
    3 projects | news.ycombinator.com | 19 Sep 2024
    Hi HN,

    After 9 years of running my own OpenStreetMap tile server infra for MapHub (https://news.ycombinator.com/item?id=11389989), I’ve open-sourced it and launched OpenFreeMap β€” offering free, unlimited map tile hosting.

    OpenFreeMap provides free map hosting for websites and apps with no limits, no registration, no API keys, and no cookies. It’s also fully open-source: see the code at https://github.com/hyperknot/openfreemap and the styles at https://github.com/hyperknot/openfreemap-styles.

    Why?

    Using OpenStreetMap data usually requires paying for hosting or dealing with complex self-hosting. I wanted to make it easy and accessible for everyone.

    How does it work?

    Tiles are served directly from Btrfs partition images containing 300 million hard-linked files, avoiding the overhead of a tile server and leveraging Linux kernel file caching.

    Key components:

    - Tile Generation: Planetiler (https://github.com/onthegomap/planetiler)

  • Protomaps – A free and open source map of the world
    12 projects | news.ycombinator.com | 23 Oct 2023
    Worth mentioning this project (https://github.com/onthegomap/planetiler) that lets you create osm mbtiles and pmtiles pretty easy!
  • Radar Maps: $0.50 per 1K map loads
    4 projects | news.ycombinator.com | 26 Sep 2023
    For a self-hosted vector tile stack you can have a look into https://github.com/onthegomap/planetiler I found it very easy to get started and when you know the other stacks it is also very fast to create these vector tiles even for planet-scale.

    (note, that I'm not affiliated with them, but they use some source code from us for the efficient import and also contributed to GraphHopper, but this did not influence my experience ;) )

    > I wonder why so many seem to be moving away from raster tiles to vector data.

    The flexibility of styling. And you can easily serve customers that need different default languages. This makes maps also more accessible for countries without Latin alphabet.

  • I honestly don't like using most Openstreetmap websites: slow, clunky. Is there a better way to do this faster on my own desktop?
    1 project | /r/openstreetmap | 26 May 2023
    I used https://github.com/onthegomap/planetiler and https://download.geofabrik.de, maybe it helps.
  • Mapping LA's Soft-Story Building Earthquake Retrofits [OC]
    2 projects | /r/dataisbeautiful | 22 Apr 2023
  • Mapping LA's Soft-Story Building Earthquake Retrofit Program [OC]
    3 projects | /r/dataisbeautiful | 22 Apr 2023
  • SQLite performance tuning: concurrent reads, multiple GBs and 100k SELECTs/s
    5 projects | news.ycombinator.com | 12 Apr 2023
    I spent a while optimizing sqlite inserts for planetiler, this is what I came up with:

    https://github.com/onthegomap/planetiler/blob/db0ab02263baaa...

    It batches inserts into bulk statements and is able to do writes in the 500k+ per second range, and reads are 300-400k/s using those settings.

  • How The Post is replacing Mapbox with open source solutions
    21 projects | news.ycombinator.com | 17 Feb 2023
    Checkout https://github.com/onthegomap/planetiler.

    Super easy way to generate a MBTiles, which you can then serve directly, or further convert to PMTiles, which can be used to host vector tiles for client-side rendering using MapLibre (or other renderers).

    Raster tiles are a lot harder because you have to generate them on the server, and that's a lot more resource intensive.

  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Stats

Basic planetiler repo stats
34
2,080
9.4
23 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Java is
the 10th most popular programming language
based on number of references?