Skip to content

Commit

Permalink
#85 changed default map config to show buildings and roads
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Apr 17, 2020
1 parent 3e6b101 commit 9deb398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ export const mapConfigTemplate: any = {
"topLayerGroups": {},
"visibleLayerGroups": {
"border": true,
"building": false,
"building": true,
"label": true,
"land": true,
"road": false,
"road": true,
"water": true
}
},
Expand Down

0 comments on commit 9deb398

Please sign in to comment.