Commit Graph

2727 Commits

Author SHA1 Message Date
Vladimir Agafonkin
e45db4cd5b drop ie6 png24 hack, drop Browser.ie6/7 props 2013-11-08 16:44:14 +02:00
Vladimir Agafonkin
698fb2e877 clean up css a bit, drop ie6-related hacks 2013-11-08 16:44:14 +02:00
Vladimir Agafonkin
60f5d46e53 Merge pull request #2171 from danzel/hack-2033
Fix layers control on firefox android
2013-11-07 16:45:39 -08:00
Vladimir Agafonkin
1548957135 improve 0.7 changelog structure [skip ci] 2013-11-08 02:11:29 +02:00
Vladimir Agafonkin
1af220e9cf Update changelog [skip ci] 2013-11-08 02:05:58 +02:00
Vladimir Agafonkin
a5163bf55c fix readme link 2013-11-08 01:49:41 +02:00
Vladimir Agafonkin
91c039b7aa jshinting and major clean up of specs code, ref #2151 2013-11-07 23:54:33 +02:00
Vladimir Agafonkin
4f9e9a7c9a update readme 2013-11-07 23:05:39 +02:00
Vladimir Agafonkin
db9b682f91 improve changelog for 0.7 [skip ci] 2013-11-07 22:49:06 +02:00
Vladimir Agafonkin
30e1e7eb55 fix build after #2167 fix 2013-11-07 21:46:50 +02:00
Vladimir Agafonkin
44d98afb6a make Popup.setLatLng faster, fix #2167 2013-11-07 19:55:22 +02:00
John Firebaugh
dd063b26a1 Prefer selectstart to user-select
Rather than both setting user-select to none and suppressing the selectstart
event, we now prefer to suppress the selectstart event if supported. This avoids
redundantly setting the user-select style, which can be slow. Fixes #2163.
2013-11-06 16:04:27 -08:00
Vladimir Agafonkin
04776b7ad8 fix tile filtering after #2160 2013-11-07 00:07:21 +02:00
Vladimir Agafonkin
e2977a1244 Merge pull request #2160 from perliedman/crs-size
Remove hardcoded world size from L.TileLayer
2013-11-06 14:03:30 -08:00
perliedman
37d303defb Fixed whitespace 2013-11-06 23:00:21 +01:00
Vladimir Agafonkin
2464d13414 fix FeatureGroup e.layer empty in old IE, close #1938 2013-11-06 23:35:42 +02:00
Vladimir Agafonkin
b1c5aa2e29 fix problems with #1822 merge 2013-11-06 23:34:23 +02:00
Vladimir Agafonkin
838e714e92 update changelog [skip ci] 2013-11-06 23:23:04 +02:00
Vladimir Agafonkin
5d6641360b merge GeoJSON altitude pull with some tweaks #1822 2013-11-06 23:17:14 +02:00
perliedman
63e84693ae Fixed smart tabs 2013-11-06 21:55:33 +01:00
perliedman
8ae0e2700c Generalized 2013-11-06 21:46:17 +01:00
perliedman
2a407b19ac Merge branch 'master' of https://github.com/Leaflet/Leaflet into tilelayer-crs-controlled-wrap 2013-11-06 21:23:39 +01:00
Vladimir Agafonkin
ddbb01c3da add distance to dragend event data, close #2158, ref #872 2013-11-06 21:17:35 +02:00
Vladimir Agafonkin
ad65b5a77f update deps 2013-11-06 21:11:53 +02:00
Vladimir Agafonkin
b7b87d759e minor IE CSS cleanup 2013-11-06 20:58:48 +02:00
Vladimir Agafonkin
d7128dc365 update changelog [skip ci] 2013-11-06 19:38:08 +02:00
Vladimir Agafonkin
bdeed1892d Merge pull request #2152 from danzel/android-chrome
Fix tiles disappearing on chrome for android
2013-11-04 19:59:48 -08:00
danzel
27e903aa03 Fix tiles disappearing on chrome for android. Fixes #2078 2013-11-05 11:04:34 +13:00
danzel
b7a6f2aebe Comment why this hack exists and improve it with @mourner code :) 2013-11-05 10:34:35 +13:00
Vladimir Agafonkin
77bd10c69d Merge pull request #2149 from danzel/ios7-2122
Work around iOS7 memory trouble
2013-11-04 13:33:54 -08:00
danzel
fa35aba1e9 Improve this test and fix removeEventListener. 2013-11-05 10:29:52 +13:00
danzel
579c044c00 Fix a potential event bug due to bad cleanup. 2013-11-05 10:21:32 +13:00
danzel
65f3b2417a We set the context value to context || this in addEventListener, so we don't need to do so here. 2013-11-05 10:15:21 +13:00
Vladimir Agafonkin
6c85f43fb2 fix CircleMarker getRadius, close #2016, close #2017 2013-11-04 18:56:49 +02:00
Vladimir Agafonkin
bd3409f2f8 reverse axis order for wms 1.3 & EPSG4326, close #1897 2013-11-04 18:24:33 +02:00
Vladimir Agafonkin
5b40fade90 remove excessive updateContent on Popup add, close #2137 2013-11-04 13:27:48 +02:00
Vladimir Agafonkin
ec7baabccf merge runner cleanup #2134 2013-11-04 13:18:24 +02:00
Vladimir Agafonkin
399e304bb2 minor cleanup 2013-11-04 13:15:15 +02:00
jacobtoye
254e6fe6b9 Refocus on the map when an input is clicked on the layers dialog. fixes #2148 2013-11-04 10:46:51 +13:00
jacobtoye
f133d9a1bd Refocus on the map after a +/- button is clicked. 2013-11-04 10:39:04 +13:00
jacobtoye
112f4d6e02 Add method to controls to refocus on the map container. 2013-11-04 10:38:25 +13:00
danzel
9fce697982 Work around iOS7 memory trouble by not applying the contextId performance optimization when context==this. The optimization does nothing in this case anyway. Fixes #2122 2013-11-04 09:47:55 +13:00
Vladimir Agafonkin
90ce2ab951 Merge pull request #2136 from danzel/rtl
Correct rtl again
2013-11-03 08:23:03 -08:00
Vladimir Agafonkin
0ecdcd79eb Merge pull request #2142 from Leaflet/tileloadstart
Add tileloadstart event with tile data
2013-10-31 16:25:37 -07:00
Tom MacWright
427c9f1ed4 Fix build error, reference layer correctly. 2013-10-31 19:10:30 -04:00
Tom MacWright
ef44fbe17a Add tileloadstart event with tile data 2013-10-31 18:53:24 -04:00
Vladimir Agafonkin
cc2b03f1e7 Merge pull request #2121 from jieter/util-template
Allow double quotes in template strings
2013-10-30 04:20:06 -07:00
danzel
80c48c5da7 Re-add ltr/rtl detection and make getMousePosition work correctly with rtl again when scrolled. 2013-10-30 14:32:18 +13:00
danzel
0c7e7eb373 Delete ltr/rtl code as its not needed any more, wtf? 2013-10-30 10:25:28 +13:00
danzel
b987f0c44b Test pages for rtl support. 2013-10-30 10:22:19 +13:00