template cleanup
... | ... | @@ -43,6 +43,7 @@ class Config(object): |
# Map display parameters | ||
MAP_ERROR_TILE_URL = 'http://tiles.antsar-static.com/generic/tile-blank-black.png' | ||
MAP_TILE_URL = 'http://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png' | ||
MAP_DATA_ATTRIBUTION = '<a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors and <a href="http://cartodb.com/attributions">CartoDB</a>' | ||
|
||
MAP_TILE_SUBDOMAINS = ['a', 'b', 'c'] | ||
MAP_TILESET = 'rutgers-black' | ||
MAP_LAT_PADDING = 0.03 | ||
... | ... |
templates/about.html
0 → 100644
templates/welcome.html
0 → 100644