detectRetina:true for examples

This commit is contained in:
Lennard Voogdt
2013-03-17 17:01:15 +01:00
parent 4ce350af29
commit 0e4ed11bfa
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
L.tileLayer('http://{s}.tile.cloudmade.com/{key}/22677/256/{z}/{x}/{y}.png', {
attribution: 'Map data © 2011 OpenStreetMap contributors, Imagery © 2011 CloudMade. Font Awesome by Dave Gandy',
key: 'BC9A493B41014CAABB98F0471D759707'
key: 'BC9A493B41014CAABB98F0471D759707',
detectRetina: true
}).addTo(map);
L.marker([51.941196,4.512291], {icon: L.AwesomeMarkers.icon({icon: 'spinner', color: 'red', spin:true}) }).addTo(map);