Last active
November 11, 2015 18:42
-
-
Save nonZero/cbb2f4f9713ec2ac16f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LEAFLET_CONFIG = { | |
'SPATIAL_EXTENT': (30, 29, 36, 33.5), | |
# 'DEFAULT_CENTER': MAP_CENTER, | |
'DEFAULT_ZOOM': 8, | |
'TILES': [ | |
('OVI Satellite', | |
'http://maptile.maps.svc.ovi.com/maptiler/maptile/newest/satellite.day/{z}/{x}/{y}/256/png8', | |
'OVI maps'), | |
('OpenStreet map', | |
'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', | |
'OpenStreet Map'), | |
('MapQuest Open Aerial', | |
'http://otile1.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg', | |
'MapQuest Open Aerial'), | |
('Israel Hiking Trails', | |
'http://osm.org.il/IsraelHiking/Tiles/{z}/{x}/{y}.png', | |
'Israel Hiking Trails'), | |
], | |
'ATTRIBUTION_PREFIX': ':-)', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment