mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
16 lines
454 B
Bash
Executable File
16 lines
454 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git clone https://github.com/maplibre/demotiles.git maplibre-demotiles --depth=1
|
|
git clone https://github.com/openmaptiles/fonts.git openmaptiles-fonts --depth=1
|
|
git clone https://github.com/protomaps/basemaps-assets.git protomaps-assets --depth=1
|
|
|
|
|
|
|
|
|
|
# wget https://codeload.github.com/maplibre/demotiles/zip/refs/heads/gh-pages -O maplibre-fonts.zip
|
|
|
|
# rm -rf demotiles-gh-pages
|
|
# unzip maplibre-fonts.zip
|
|
# rm maplibre-fonts.zip
|
|
|