tilemaker
PMTiles
tilemaker | PMTiles | |
---|---|---|
19 | 17 | |
1,529 | 2,160 | |
- | 2.1% | |
8.4 | 8.5 | |
3 months ago | 7 days ago | |
C++ | TypeScript | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tilemaker
-
OpenStreetMap's New Vector Tiles
> 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?
-
2024: The year of the OpenStreetMap vector maps
You can download an extract of your country from Geofabrik, run it through Tilemaker (https://github.com/systemed/tilemaker) to get a nice mbtiles file, and then use the built-in Ruby server to give you something you can load in your web-browser locally.
-
How The Post is replacing Mapbox with open source solutions
I ran into this solution last week on HN and decided to give it a try. The pipeline that got me up and running was geofabrik osm.pbf[0] downloads, pass those into tilemaker[1] to create mbtiles, and then pass those into pmtiles[2] to make the pmtiles.
[0]: https://download.geofabrik.de/index.html
[1]: https://github.com/systemed/tilemaker
[2]: https://github.com/protomaps/PMTiles
-
COMTiles (Cloud Optimized Map Tiles) hosted on Amazon S3 and Visualized with MapLibre GL JS
Tilemaker
-
Can I render tiles directly from osm.pbf data without a database?
If you do vector tiles instead of raster, you could use tilemaker: https://github.com/systemed/tilemaker
- OpenStreepMap 2012 vs. 2022
- Show HN: Self-Hosted Maps Stack
-
Offline imagery from another navigation apps.
Try to convert by GDAL files from geofabrik, ogr2ogr make my laptop hurt, but not tiles. Found tilemaker, looks better, but i get only markers, not images.
-
.osm file on Android
MBTiles is also a format that is supported more and more, something like tilemaker can help you with that. https://github.com/systemed/tilemaker
-
Are there any vector MBTiles provider apart from Maptiler?
I'm trying to build offline maps for my app and I've figured out the app part. Now all thats left is getting the MBTiles file for all regions of the world and host it on my own somewhere. I tried to generate these files myself using [tilemaker](https://github.com/systemed/tilemaker) but I soon realised that with my limited computing power it would take forever to process 50GB worth of files for the entire planet.
PMTiles
-
Anatomy of a MapServer: how to leverage and visualize your geographical data
I am a novice at GIS and mapping but when I got started I thought a map/tile server was the only way to build mapping webapps.
But, in my admittedly simple application PMTiles can cover a lot of my visualization use cases with a thing Django app doing GEOJson for interactive stuff.
https://github.com/protomaps/PMTiles
-
Geospatial Nix – create, use and deploy today
This is awesome. Such a great use case for nix.
I do a lot of geospatial processing in the cloud and I've been using Tippecanoe a lot to create vector tiles. It pairs well with PM Tiles for storing on the cloud. It seriously increases the web app performance for massive data sets. I queue these up with ECS tasks to process our json/csv/parquet input and create optimize vector tile outputs.
https://github.com/felt/tippecanoe
https://github.com/protomaps/PMTiles
Tippecanoe would be a great addition to your nix packages. I've been thinking more and more about how Nix could fit into this pipeline.
Great work!
- Serve Maps From S3: Compressed single-file tiles for vector and raster maps
- Made an interactive bike map of my city using OSM data
-
Serverless maps at 1/700 the cost of Google Maps API
The thing being discussed is designed for cloud, so I think self managed is a better description?
https://protomaps.com/docs/cdn
Self hosting pmtiles is straightforward also, make a file available to a server that supports range requests:
https://protomaps.com/docs/pmtiles#2.-serve-your-file-locall...
-
How The Post is replacing Mapbox with open source solutions
It might've just been this: https://github.com/protomaps/PMTiles/tree/main/serverless/aws
There isn't a tool to do that right now. It could be a fit in either https://github.com/protomaps/go-pmtiles or https://github.com/protomaps/PMTiles/tree/main/python - the Go program is faster and more production ready at this point. I imagine if folders are working for you the quantity of tiles doesn't number into the millions, so the Python program might be sufficient.
Feel free to open an issue.
-
COMTiles (Cloud Optimized Map Tiles) hosted on Amazon S3 and Visualized with MapLibre GL JS
PMTiles
-
Host your own OpenStreetMap Map Tiles
For the next revision of the JS decoder I'm including `fflate` as a dependency so clients can decompress gzipped tile data using JavaScript.
https://github.com/protomaps/PMTiles/blob/master/js/package....
- PMTiles: Cloud-optimized, single-file map tile archives – Python+JS
What are some alternatives?
openmaptiles - OpenMapTiles Vector Tile Schema Implementation
tippecanoe - Build vector tilesets from large collections of GeoJSON features.
mod_mbtiles - Serve tiles with Apache directly from an .mbtiles file
maplibre-gl-js - MapLibre GL JS - Interactive vector tile maps in the browser
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.
valhalla - Open Source Routing Engine for OpenStreetMap
flatgeobuf - A performant binary encoding for geographic data based on flatbuffers
abstreet - Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
planetiler - Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
geos - Geometry Engine, Open Source