An open API service indexing awesome lists of open source software.

https://github.com/roblabs/mbtiles-raster-vector-sources

Notes on how to obtain vector & raster MBTiles
https://github.com/roblabs/mbtiles-raster-vector-sources

Last synced: 2 months ago
JSON representation

Notes on how to obtain vector & raster MBTiles

Awesome Lists containing this project

README

        

## MBTiles Tools & Viewers

* [Maptiler Desktop](https://www.maptiler.com/desktop/)
* [`mb-util`](https://github.com/mapbox/mbutil)
* [mapbox/mbtiles-spec](https://github.com/mapbox/mbtiles-spec)
* [Implementations](https://github.com/mapbox/mbtiles-spec/wiki/Implementations)
* [MBTiles from the Mapbox Glossary](https://docs.mapbox.com/help/glossary/mbtiles)

## MBTiles Sources

### Raster

NOAA Chart raster tiles from [tileservice.charts.noaa.gov](https://tileservice.charts.noaa.gov/tileset.html)

```
wget -P tmp/ https://tileservice.charts.noaa.gov/mbtiles/50000_1/MBTILES_06-updates.mbtiles
```

---

### Vector

* Zurich vector tiles from [maptiler/tileserver-gl](https://github.com/maptiler/tileserver-gl)

```
wget -P tmp/ https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/zurich_switzerland.mbtiles
```