Skip to content

Commit

Permalink
Fix default config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
123FLO321 committed Dec 24, 2020
1 parent 242a3c6 commit 5d6335d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/TileServer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"root": "/usr/src/app/node_modules/tileserver-gl-styles",
"fonts": "/data/Fonts",
"styles": "/data/Styles",
"sprites": "/data/Styles",
"mbtiles": "/data/Datasets"
},
"serveAllFonts": true,
"serveAllFonts": true,
"serveAllStyles": true,
"serveStaticMaps": true
},
Expand All @@ -16,4 +17,4 @@
"mbtiles": "Combined.mbtiles"
}
}
}
}

0 comments on commit 5d6335d

Please sign in to comment.