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:
@ -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: {
|
||||
|
Reference in New Issue
Block a user