tilemaker
openmaptiles
tilemaker | openmaptiles | |
---|---|---|
19 | 9 | |
1,529 | 2,590 | |
- | 1.9% | |
8.4 | 6.9 | |
3 months ago | 28 days ago | |
C++ | PLpgSQL | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
openmaptiles
-
Show HN: OpenFreeMap β Open-Source Map Hosting
> I'm certain that you can build software to some specification without ever agreeing to the spec text's licence
That is exactly the opposite of OMT's copyright interpretation: https://github.com/openmaptiles/openmaptiles?tab=readme-ov-f...
> You just need to include both licences.
That is the definition of license incompatibility as described in the Creative Commons documentation above. The license is open source and a good fit for if you are running a paid map SaaS or free service as an end product, but is not compatible with the open source ecosystem as a building block.
-
Fedora 38 Known issues
Openmaptiles uses docker-compose for its work. It fails flat on its face with podman.
-
COMTiles (Cloud Optimized Map Tiles) hosted on Amazon S3 and Visualized with MapLibre GL JS
OpenMapTiles
-
Headway is a self-hosted alternative to Google Maps which supports 200+ cities across the globe
What is the advantage of this project over something like openmaptiles https://github.com/openmaptiles/openmaptiles
-
Show HN: Flatmap β a new tool to create vector tiles from OpenStreetMap data
Flatmap calls into user-defined profiles in 2 places: first when processing each input element to map it to a vector tile feature, then a second time right before emitting all vector features in a layer.
That second call lets you manipulate vector features on each tile using JTS geometry utilities (i.e. merge nearby polygons or lines with the same tags). PostGIS uses GEOS which is ported from JTS so you have access to pretty much the same geometry utilities - often with the same name.
It's definitely not as flexible as a PostGIS based solution - especially if you join faraway features that don't appear on the same tile, but in practice it was enough to port the entire OpenMapTiles schema.
See the basemap layers package: https://github.com/onthegomap/flatmap/tree/main/flatmap-base...
For example see the landcover layer: https://github.com/onthegomap/flatmap/blob/main/flatmap-base...
Which was ported from the SQL contained in: https://github.com/openmaptiles/openmaptiles/tree/master/lay...
Also, this OpenMapTiles PR might help improve your pipeline after it gets merged: https://github.com/openmaptiles/openmaptiles-tools/pull/383
-
GraphHopper Routing Engine - Open Source Route Planning
To fully self-host a route planner (e.g. a "Google Maps" equivalent) you need GraphHopper for the routing and two other parts: you also need some visualization aka "maps" (e.g. with OpenMapTiles) and you need the address search (e.g. with Photon).
-
parsing Openstreet map layers in python
Probably not the answer you're looking for, but I have been using openmaptiles to pull osm into postgres (in docker using quickstart.sh). If you can talk postgres in python then maybe that is for you?
- A new way to make maps with OpenStreetMap
What are some alternatives?
PMTiles - Cloud-optimized + compressed single-file tile archives for vector and raster maps
planetiler - Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
tippecanoe - Build vector tilesets from large collections of GeoJSON features.
maplibre-gl-js - MapLibre GL JS - Interactive vector tile maps in the browser
Leaflet - π JavaScript library for mobile-friendly interactive maps πΊπ¦
valhalla - Open Source Routing Engine for OpenStreetMap
photon - an open source geocoder for openstreetmap data
abstreet - Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
TileMaker - A terrain tile mask generator for 3x3 terrain tile sections for game engines.
Graphhopper - Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.