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
- Host: GitHub
- URL: https://github.com/roblabs/mbtiles-raster-vector-sources
- Owner: roblabs
- License: mit
- Created: 2020-08-09T22:40:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T22:43:12.000Z (over 4 years ago)
- Last Synced: 2025-02-14T06:14:59.222Z (2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```