mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
fonts
This commit is contained in:
15
scripts/styles/fonts/download.sh
Executable file
15
scripts/styles/fonts/download.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user