File tree Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ node_modules
15
15
/temp
16
16
/rclone-ofm.conf
17
17
/scripts /tile_gen /extract_mbtiles /out
18
+
Original file line number Diff line number Diff line change
1
+ maplibre-demotiles
2
+ openmaptiles-fonts
3
+ protomaps-assets
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ git clone https://github.com/maplibre/demotiles.git maplibre-demotiles --depth=1
4
+ git clone https://github.com/openmaptiles/fonts.git openmaptiles-fonts --depth=1
5
+ git clone https://github.com/protomaps/basemaps-assets.git protomaps-assets --depth=1
6
+
7
+
8
+
9
+
10
+ # wget https://codeload.github.com/maplibre/demotiles/zip/refs/heads/gh-pages -O maplibre-fonts.zip
11
+
12
+ # rm -rf demotiles-gh-pages
13
+ # unzip maplibre-fonts.zip
14
+ # rm maplibre-fonts.zip
15
+
Original file line number Diff line number Diff line change
1
+ repos
2
+ https://github.com/maplibre/demotiles
3
+ https://github.com/maplibre/font-maker
4
+ https://github.com/openmaptiles/fonts
5
+ https://github.com/protomaps/basemaps-assets
6
+
7
+ glyphs
8
+ https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf
9
+ https://protomaps.github.io/basemaps-assets/fonts/{fontstack}/{range}.pbf
10
+
You can’t perform that action at this time.
0 commit comments