mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
fonts
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@ node_modules
|
|||||||
/temp
|
/temp
|
||||||
/rclone-ofm.conf
|
/rclone-ofm.conf
|
||||||
/scripts/tile_gen/extract_mbtiles/out
|
/scripts/tile_gen/extract_mbtiles/out
|
||||||
|
|
||||||
|
|||||||
3
scripts/styles/fonts/.gitignore
vendored
Normal file
3
scripts/styles/fonts/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
maplibre-demotiles
|
||||||
|
openmaptiles-fonts
|
||||||
|
protomaps-assets
|
||||||
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
|
||||||
|
|
||||||
10
scripts/styles/fonts/links.txt
Normal file
10
scripts/styles/fonts/links.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
repos
|
||||||
|
https://github.com/maplibre/demotiles
|
||||||
|
https://github.com/maplibre/font-maker
|
||||||
|
https://github.com/openmaptiles/fonts
|
||||||
|
https://github.com/protomaps/basemaps-assets
|
||||||
|
|
||||||
|
glyphs
|
||||||
|
https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf
|
||||||
|
https://protomaps.github.io/basemaps-assets/fonts/{fontstack}/{range}.pbf
|
||||||
|
|
||||||
Reference in New Issue
Block a user