tilemaker
maplibre-gl-js
tilemaker | maplibre-gl-js | |
---|---|---|
19 | 58 | |
1,529 | 6,999 | |
- | 3.0% | |
8.4 | 9.9 | |
3 months ago | about 14 hours ago | |
C++ | TypeScript | |
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.
maplibre-gl-js
-
Building a Map Application with Amazon Location Service v2 and MapLibre GL JS
I was offered by the service team and participated in the verification work before the release. In the new version, several new features have been added, greatly improving the convenience of use. In particular, it is worth noting that the API is now available at a unified endpoint without creating resources. This change means that users no longer need to prepare individual resources and can start using the API immediately. In addition, the Maps API, Places API, and Routes API have been significantly enhanced, and new features have been added, making them even more useful for a wider range of applications. Furthermore, they continue to be compatible with open source map libraries, and in particular, they work smoothly in combination with MapLibre GL JS.
-
My Second Year as a Developer Advocate: A Journey Through Different Conferences
Our talk, βOpen Source Mapping Library Shoot Out,β focused on comparing popular open-source mapping libraries like MapLibre GL JS, Leaflet, and OpenLayers, helping developers make informed decisions about the tools they use. This was my first time presenting at a third-party conference, but having my co-worker by my side made the experience less daunting and allowed me to focus more on delivering the content confidently.
-
Protomaps β A free and open source map of the world
(.shp .gpkg ...) | ogr2ogr -> .geojson | tippecanoe -> .pmtiles
for OpenStreetMap data there's planetiler[4], and and openmaptiles[5] styles that work with Maplibre
with those combinations you've got a great start to something you can host for pennies on AWS S3+CloudFront or Cloudflare R2, with an open source data pipeline
[1] https://maplibre.org/
- GPSJam: Daily maps of possible GPS interference
-
Building a Map Application with MapLibre GL JS and Svelte
MapLibre GL JS v3.3.1
-
New Map APIs from Google
Does anyone else have a solution for the satellite layer? I was using MapLibre [0] then needed direct-on-the-ground images which made me convert to Google Maps.
[0] https://maplibre.org/
- The OpenTF Manifesto
-
Use 3D map library with API key function of Amazon Location Service
When using the Amazon Location Service, I recommend MapLibre GL JS, which I introduced in my previous article, "Amazon Location Service and AWS Amplify to Use Various Map Library," but you can also use any map library you like, including iTowns this time. I hope you will choose the map library of your choice, including iTowns!
-
Using Lidar to map tree shadows
Your browser has a very powerful image decoder built into it, offloading the PNG decoding into Javascript is very resource hungry.
Using maplibre (or any map viewer) you can load blobs of image data out of a tiff and use `Image` or `Canvas` to render the data onto a map.
Its even easier if the tiffs are already Cloud optimized as they perfectly align to a 1-to-1 map tile and they don't need to be rescaled, you can then just render the images onto the map. eg here is a viewer that loads webps out of a 15GB tiff and uses Canvas to render them onto a map [1]
Unless you are trying to layer all your maps together, you also could stop reprojecting them into webmercator, or if your goal is to layer them, then storing them in webmercator would save a ton of user's compute time.
There are a bunch of us that talk web maping and imagery in the #maplibre and #imagery slack channels in OSMUS's slack [2]
[1] https://blayne.chard.com/cogeotiff-web/index.html?view=cog&i...
[2] https://github.com/maplibre/maplibre-gl-js#getting-involved
- Apache Baremaps: online maps toolkit
What are some alternatives?
openmaptiles - OpenMapTiles Vector Tile Schema Implementation
Leaflet - π JavaScript library for mobile-friendly interactive maps πΊπ¦
PMTiles - Cloud-optimized + compressed single-file tile archives for vector and raster maps
mapbox-gl-js - Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
tippecanoe - Build vector tilesets from large collections of GeoJSON features.
OpenLayers3 - OpenLayers
valhalla - Open Source Routing Engine for OpenStreetMap
leaflet-geoman - ππΊοΈ The most powerful leaflet plugin for drawing and editing geometry layers
abstreet - Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
folium - Python Data. Leaflet.js Maps.
planetiler - Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
Cesium - An open-source JavaScript library for world-class 3D globes and maps :earth_americas: