Config option for tile layers.

See: https://github.com/freifunkhamburg/ffffng/issues/23
This commit is contained in:
baldo 2016-07-14 16:28:17 +02:00
parent 51978bfd70
commit 7c09523e53
6 changed files with 30 additions and 17 deletions
server

View file

@ -109,7 +109,8 @@ var defaultConfig = {
localCommunityPolygon: [],
lat: 53.565278,
lng: 10.001389,
defaultZoom: 10
defaultZoom: 10,
layers: {}
}
}
};