Added Map tools.

This commit is contained in:
Michael Royal 2023-05-01 01:31:17 -07:00 committed by GitHub
parent 68039edd99
commit 8514413207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2485,6 +2485,14 @@ Home Assistant integrations. Credit: [Home Assistant](https://www.home-assistant
[uMap](https://github.com/umap-project/umap) is a tool that lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
[Martin](https://martin.maplibre.org/) is a tile server able to generate [vector tiles](https://github.com/mapbox/vector-tile-spec) from large [PostGIS](https://github.com/postgis/postgis) databases on the fly, or serve tiles from [PMTile](https://protomaps.com/blog/pmtiles-v3-whats-new) and [MBTile](https://github.com/mapbox/mbtiles-spec) files. Martin optimizes for speed and heavy traffic, and is written in Rust.
[MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js) is an open-source library for publishing maps on your websites or webview based apps. Fast displaying of maps is possible thanks to GPU-accelerated vector tile rendering.
[MapLibre Native](https://maplibre.org/) is an Interactive vector tile maps for iOS, Android and other platforms.
[Maplibre-rs ](https://github.com/maplibre/maplibre-rs) is an Experimental Maps for Web, Mobile and Desktop.
### Bookmarks
[Back to the Top](#table-of-contents)