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

@ -360,7 +360,7 @@ function boot() {
window.runOnSmartphonesBeforeBoot();
var iconDefImage = '@@INCLUDEIMAGE:images/marker-icon.png@@';
var iconDefRetImage = '@@INCLUDEIMAGE:images/marker-icon_2x.png@@';
var iconDefRetImage = '@@INCLUDEIMAGE:images/marker-icon-2x.png@@';
var iconShadowImage = '@@INCLUDEIMAGE:images/marker-shadow.png@@';
L.Icon.Default = L.Icon.extend({options: {