Created
April 3, 2012 21:11
-
-
Save patrickarlt/2295530 to your computer and use it in GitHub Desktop.
This file contains 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
mapQuest = new L.TileLayer("http://{s}.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png", { | |
maxZoom: 18, | |
subdomains: ['otile1','otile2','otile3','otile4'] | |
}); | |
mapBox = new L.TileLayer("http://{s}.tiles.mapbox.com/v3/mapbox.mapbox-streets/{z}/{x}/{y}.png", { | |
maxZoom: 18, | |
subdomains: ['a','b','c','d'] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment