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
5d6641360b
merge GeoJSON altitude pull with some tweaks #1822
2013-11-06 23:17:14 +02:00
Vladimir Agafonkin
ddbb01c3da
add distance to dragend event data, close #2158 , ref #872
2013-11-06 21:17:35 +02: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
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
929ea1fe71
Merge pull request #2112 from jimmytidey/master
...
adding alt tag to marker icons
2013-10-21 10:23:08 -07:00
Vladimir Agafonkin
83fb3cc9dd
add Popup getContent, close #2100
2013-10-18 14:02:42 +03:00
Vladimir Agafonkin
c9d0abb02b
cleanup whitespace in #1197 , remove unnecessary if
2013-10-18 14:01:43 +03:00
Vladimir Agafonkin
676a76d4d5
Merge pull request #1197 from scottharvey/master
...
Adds the ability to get a popup once it's bound to a marker, this commit fixes issue #618
2013-10-18 04:00:38 -07:00
Jimmy Tidey
5af47dddc2
adding alt tag to marker icons
2013-10-16 14:52:05 +01:00
AndreyGeonya
31114669be
popup getLatLng method added
2013-10-14 17:09:04 +03:00
Vladimir Agafonkin
1a3b150a2d
fix layers control not scrolling in FF, close #2029
...
and also add DomEvent disableScrollPropagation method
2013-10-14 13:29:23 +03:00
Alexander Parshin
f5de36e229
Add holes support to L.Polygon.setLatLngs(). Fixes #1518
2013-10-13 20:17:12 +04:00
Vladimir Agafonkin
2629c181d0
fix firefox console warnings when animating markers, close #2090
2013-10-11 18:44:18 +03:00
Vladimir Agafonkin
64b0e340c0
only animate tile layer if at least one tile loaded, fix #2071
2013-10-10 18:44:08 +03:00
Jérémy Lal
0fdb00be9e
GeoJSON: pass options to geometryToLayer
...
smoothFactor, noClip options cannot be changed otherwise.
In particular, smoothFactor: 0 is needed when one need to
render tiled polygons (or else small cuts appears).
2013-10-07 10:16:31 +02:00
Tom MacWright
befc5eb992
Add support for layers lacking Events mixin. Fixes #1962
2013-09-17 17:36:05 -04:00
Vladimir Agafonkin
4b34362405
add public Popup update method, close #1959
2013-09-13 18:00:54 +03:00
Vladimir Agafonkin
5e30c51f85
add GeoJSON rountripping of GeometryCollection and MultiPoint, close #1956
2013-08-28 12:43:04 +03:00
Vladimir Agafonkin
40ef71dc4c
minor cleanup
2013-08-27 22:06:13 +03:00
Vladimir Agafonkin
b0699b1fe3
Merge pull request #1972 from albburtsev/issue-1588
...
Adds Popup autoPanPadding(TopLeft & BottomRight) options. Fixes #1588
2013-08-27 06:14:31 -07:00
Yohan Boniface
c7eac791b2
Use this._popupHandlersAdded to manage Marker popup event
...
Just like it's done in Path. This allows to cut event management on bindPopup
2013-08-15 00:16:58 +02:00
Alexander Burtsev
157500818e
Adds Popup autoPanPadding(TopLeft & BottomRight) options. Fixes #1588
2013-08-14 17:57:48 +04:00
Stefan Sydow
1b584afc49
remove tailing spaces for jake build
2013-08-09 09:28:08 +02:00
Stefan Sydow
10c1af4f41
more consistent method name for ImageOverlay update
2013-08-09 09:25:04 +02:00
Stefan Sydow
e5a129a59f
add attribution and update function
2013-08-09 09:24:52 +02:00
Anton Borodatov
b66dd9dfc3
Marker should fire 'add' event like geometry Path and any object utilizing Ilayer
2013-08-06 22:23:32 +03:00
Steve Kashishian
e5bf57c4f7
move a circlemarker's popup with each new position.
2013-07-31 14:40:13 -04:00
Vladimir Agafonkin
b313165cca
Merge pull request #1918 from snkashis/empty_interior_ring
...
Throw invalid GeoJSON error on Polygon with an empty interior
2013-07-29 12:17:16 -07:00
Steve Kashishian
b36a79d386
Throw invalid GeoJSON error on Polygon with an empty interior
2013-07-29 14:56:29 -04:00
Steve Kashishian
1d3980b563
Provide css classes for draggable markers, and in-progress drags.
2013-07-29 11:39:54 -04:00
Steve Kashishian
e4c801a514
rebind popup when using setIcon to ensure proper popup anchor placement
2013-07-19 20:30:05 -05:00
palewire
ede3aebf6a
Corrected camelcasing of lineCap and lineJoin.
2013-07-18 06:56:42 -07:00
Vladimir Agafonkin
e7ebb60133
rename to lineCap and lineJoin, #1863 , close #1843
2013-07-18 14:54:43 +03:00
Vladimir Agafonkin
101d0df5f7
Merge pull request #1863 from datadesk/linecap
...
New stroke-linecap and stroke-linejoin style options with VML alternatives. For #1843 .
2013-07-18 04:51:18 -07:00
Vladimir Agafonkin
756e9b854c
avoid vector flickering on Mac Safari more often, #902
2013-07-17 19:28:24 +03:00
John Firebaugh
7623e0a593
Fix scrolling popup content on Firefox
2013-07-15 11:32:40 -07:00
palewire
a2c987febc
New stroke-linejoin style option with a VML alternative. For #1843 .
2013-07-12 22:52:32 -07:00
palewire
665a956bc2
New stroke-linecap style option with a VML alternative. For #1643 .
2013-07-12 22:37:30 -07:00
danzel
ec3b9e0ff2
Add a few more featuregroup tests and fix regression of removeLayer.
2013-07-12 10:13:25 +12:00
Vladimir Agafonkin
a24a772694
add multipoly getLatLngs, close #1839 , update changelog
2013-07-11 15:11:28 +03:00
Vladimir Agafonkin
889136fe84
fixed false FeatureGroup layerremove, close #1847
2013-07-11 12:57:05 +03:00
Poisbeau Mathieu
bde6b34502
Update Marker.js
...
According to the Leaflet documentation, setOpacity must return "this".
2013-07-10 19:00:11 +02:00
Vladimir Agafonkin
001f975b22
fix marker shadow not zoom animating after setIcon, close #1768
2013-07-10 19:34:51 +03:00
Vladimir Agafonkin
1781cda04a
fix geojson not accepting geometry arrays, close #1840
2013-07-10 19:21:39 +03:00
Vladimir Agafonkin
69c74a5057
Merge pull request #1817 from tofferrosen/patch-1
...
Issue where the tile layer is not reset and updated when redraw is calle...
2013-07-10 02:27:41 -07:00