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

@ -27,7 +27,7 @@ window.plugin.userLocation.locationLayer = new L.LayerGroup();
window.plugin.userLocation.setup = function() {
var iconImage = '@@INCLUDEIMAGE:images/marker-icon.png@@';
var iconRetImage = '@@INCLUDEIMAGE:images/marker-icon_2x.png@@';
var iconRetImage = '@@INCLUDEIMAGE:images/marker-icon-2x.png@@';
plugin.userLocation.icon = L.Icon.Default.extend({options: {
iconUrl: iconImage,