Skip to content

Commit

Permalink
renamed the maki icons appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 24, 2024
1 parent 662273d commit d6a0faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion map/martin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ wget --quiet -O /tmp/sprites_maki.zip https://github.com/mapbox/maki/zipball/mai
unzip -q /tmp/sprites_maki.zip -d /tmp/sprites/
rm /tmp/sprites_maki.zip
mkdir $(dirname "$0")/sprites/
mv /tmp/sprites/mapbox-maki-*/icons/* $(dirname "$0")/sprites/
mv /tmp/sprites/mapbox-maki-*/icons/* $(dirname "$0")/sprites/maki/
rm -fr /tmp/sprites/
2 changes: 1 addition & 1 deletion map/styles/navigatum-basemap.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "raster"
}
},
"sprite": "https://nav.tum.de/tiles/sprite/sprites",
"sprite": "https://nav.tum.de/tiles/sprite/maki",
"glyphs": "https://nav.tum.de/tiles/font/{fontstack}/{range}",
"layers": [
{
Expand Down

0 comments on commit d6a0faf

Please sign in to comment.