tilemaker
valhalla
tilemaker | valhalla | |
---|---|---|
19 | 12 | |
1,529 | 4,609 | |
- | 1.3% | |
8.4 | 9.2 | |
3 months ago | 4 days ago | |
C++ | C++ | |
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.
valhalla
- API de roteamento com Valhalla
- Ask HN: How to Optimize a Delivery Route?
- Seeking a Simple and Cost-Effective Tool for Calculating Distances and Travel Times in Node.js Backend
-
Tesla has the best navigation software in the business
Does Tesla even do their own routing? As far as I am aware they use https://github.com/valhalla/valhalla
-
How The Post is replacing Mapbox with open source solutions
Also see valhalla for an open source routing engine: https://github.com/valhalla/valhalla/
-
Boost.Graph user survey
I use it to implement a solver for the Chinese Postman Problem for an open source routing engine named Valhalla (https://github.com/valhalla/valhalla/).
-
[OC] All Roads Lead to Richmond - The quickest route to the capital city from anywhere within the state of Virginia
Link to library: https://github.com/valhalla/valhalla
-
How to Learn Nix
Love the idea of a blog post like this. I tried something very similar a couple weeks ago on a c++ project, both in hopes it might lead to an improved user experience, and also for others struggling to figure it out.
https://github.com/valhalla/valhalla/discussions/3540
- How to get Distance matrix for ~400 locations without paying hundreds of Euros.
-
Bolt v2... navigation cues lagging, auto start/stop finicky
Note that Wahoo doesn't implement their own routing, the Bolt is using OpenStreetMap and Valhalla (https://github.com/valhalla/valhalla) to do routing. That's probably a reason why bugs are never fixed, it's not their code.
What are some alternatives?
openmaptiles - OpenMapTiles Vector Tile Schema Implementation
Open Source Routing Machine (OSRM) - Open Source Routing Machine - C++ backend
PMTiles - Cloud-optimized + compressed single-file tile archives for vector and raster maps
Graphhopper - Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
tippecanoe - Build vector tilesets from large collections of GeoJSON features.
maplibre-gl-leaflet - This is a binding from MapLibre GL JS to the familiar Leaflet API.
maplibre-gl-js - MapLibre GL JS - Interactive vector tile maps in the browser
Openstreetmap - The Rails application that powers OpenStreetMap
abstreet - Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
pygeoapi - pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
planetiler - Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
dijkstra-simple - A simpler Dijkstra shortest paths implementation