upgrade leaflet to the master version - taken 2013-05-12 - 3d3e2cd

should fix issues with layer control on mobile, and other improvements
also - the convention for marker filenames has changed from ...@2x.png to ...-2x.png for the double sized ones - so changed our files to match (we had a mix of ...@2x.png and ..._2x.png)
This commit is contained in:
Jon Atkins
2013-05-12 17:18:58 +01:00
parent cb66801d9f
commit 9266283684
12 changed files with 1360 additions and 1033 deletions

View File

@ -33,9 +33,9 @@ window.plugin.playerTracker.setup = function() {
try { console.log('done loading OverlappingMarkerSpiderfier JS'); } catch(e) {}
var iconEnlImage = '@@INCLUDEIMAGE:images/marker-green.png@@';
var iconEnlRetImage = '@@INCLUDEIMAGE:images/marker-green_2x.png@@';
var iconEnlRetImage = '@@INCLUDEIMAGE:images/marker-green-2x.png@@';
var iconResImage = '@@INCLUDEIMAGE:images/marker-blue.png@@';
var iconResRetImage = '@@INCLUDEIMAGE:images/marker-blue_2x.png@@';
var iconResRetImage = '@@INCLUDEIMAGE:images/marker-blue-2x.png@@';
plugin.playerTracker.iconEnl = L.Icon.Default.extend({options: {
iconUrl: iconEnlImage,