https://github.com/davidar/ipfs-maps
OSM vector tiles on IPFS
https://github.com/davidar/ipfs-maps
Last synced: about 1 year ago
JSON representation
OSM vector tiles on IPFS
- Host: GitHub
- URL: https://github.com/davidar/ipfs-maps
- Owner: davidar
- Created: 2016-07-30T06:47:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T10:40:24.000Z (over 9 years ago)
- Last Synced: 2024-12-09T15:43:57.799Z (over 1 year ago)
- Language: CSS
- Homepage: https://maps.ipfs.io/?/ipfs/QmQ2YKnWpfjYQdoDN4KZjxL18K33nz2p8eTHjm5GsY2fnr
- Size: 6.35 MB
- Stars: 29
- Watchers: 9
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSM vector tiles on IPFS
```sh
git submodule update --init
wget https://openmaptiles.os.zhdk.cloud.switch.ch/v3.3/planet_z0_z14.mbtiles
mbutil/mb-util planet_z0_z14.mbtiles planet_z0_z14
ipfs add -r planet_z0_z14
```
```sh
npm install
npm run build
ipfs add -r pub
```