Skip to content

Commit

Permalink
Revert "tested if adding sdf sprites works"
Browse files Browse the repository at this point in the history
This reverts commit dda82dc.
  • Loading branch information
CommanderStorm committed Sep 26, 2024
1 parent 88cc071 commit fa3c036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ services:
volumes:
- ./map/:/map/
martin:
image: xzhwcvwh4jqn4/martin:v1
image: ghcr.io/maplibre/martin:v0.14.2
restart: unless-stopped
command:
- --config
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ services:
volumes:
- ./map/:/map/
martin:
image: xzhwcvwh4jqn4/martin:v1
image: ghcr.io/maplibre/martin:v0.14.2
restart: unless-stopped
command:
- --config
Expand Down
4 changes: 1 addition & 3 deletions map/martin/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ cache_size_mb: 100
listen_addresses: 0.0.0.0:3001
base_path: $BASE_PATH
sprites:
paths:
- /map/sprites/maki
make_sdf: true
- /map/sprites/maki
fonts:
- /map/fonts
mbtiles:
Expand Down

0 comments on commit fa3c036

Please sign in to comment.