Commit Graph

4050 Commits

Author SHA1 Message Date
Vladimir Agafonkin
f73becca22 fix broken IE detection in IE11 #2102 2013-10-18 20:15:14 +03:00
Vladimir Agafonkin
a8baeec367 add timestamp to geolocation data, #584 2013-10-18 18:47:04 +03: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
Vladimir Agafonkin
9d28dbb360 hopefully fix IE11/Win8.1 touch interaction, close #2102 (thanks @fnicollet)
#2103 may be related too
2013-10-18 12:55:50 +03:00
Vladimir Agafonkin
c3734e5a91 add maxZoom to Map fitBounds options, close #2101 2013-10-17 00:17:31 +03:00
Jimmy Tidey
5af47dddc2 adding alt tag to marker icons 2013-10-16 14:52:05 +01:00
Vladimir Agafonkin
03c49989f2 Merge pull request #2093 from dpiccone/patch-1
Update plugins.md
2013-10-14 12:37:10 -07:00
Vladimir Agafonkin
aa2d94f257 Merge pull request #2098 from AndreyGeonya/gh-pages-master
popup getLatLng method added to the reference
2013-10-14 12:28:21 -07:00
Vladimir Agafonkin
394f913434 Merge pull request #2097 from AndreyGeonya/master
popup getLatLng method added
2013-10-14 12:28:18 -07:00
Daniele Piccone
9514eec7ed Update plugins.md
changed name to div-heatmap
2013-10-14 16:51:06 +02:00
AndreyGeonya
0a0a223e50 popup getLatLng method added to the reference 2013-10-14 17:26:35 +03:00
AndreyGeonya
31114669be popup getLatLng method added 2013-10-14 17:09:04 +03:00
Jérémy Lal
d7bf010f0b test Map#setMaxBounds and Map#panInsideBounds 2013-10-14 15:27:11 +02:00
Jérémy Lal
2974cacff4 panInsideBounds: fit or center, pass options, remove boundsMinZoom
Deltas are calculated on x, y pixel coordinates separately.
Options are propagated from setMaxBounds to panBy.
No panBy loops. Fixes #1908.
2013-10-14 14:40:45 +02: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
Vladimir Agafonkin
0f2da30607 Merge pull request #2095 from aparshin/polygon_setlatlngs
Add holes support to L.Polygon.setLatLngs(). Fixes #1518
2013-10-14 02:02:58 -07:00
Alexander Parshin
f5de36e229 Add holes support to L.Polygon.setLatLngs(). Fixes #1518 2013-10-13 20:17:12 +04:00
Daniele Piccone
e39886766f Update plugins.md
I added the link to my version of a leaflet heatmap layer extending featureGroup suited for small and middle datasets https://github.com/dpiccone/leaflet-heatmap.
2013-10-12 10:44:29 +02:00
Vladimir Agafonkin
2629c181d0 fix firefox console warnings when animating markers, close #2090 2013-10-11 18:44:18 +03:00
Vladimir Agafonkin
79375fe2fa Merge pull request #2088 from jieter/patch-1
Add Leaflet.layerscontrol-minimap
2013-10-11 03:24:41 -07:00
Jan Pieter Waagmeester
e88e01b609 Add Leaflet.layerscontrol-minimap
http://jieter.github.io/Leaflet.layerscontrol-minimap/
2013-10-11 11:01:46 +02:00
Dave Leaver
82a0e3b0fb FAQ spelling 2013-10-11 08:43:02 +13:00
Vladimir Agafonkin
d68a80971b Merge pull request #2066 from danzel/fix-2037-ie11touch
Support Pointer events as well as MsPointer Events
2013-10-10 12:36:56 -07:00
Vladimir Agafonkin
64b0e340c0 only animate tile layer if at least one tile loaded, fix #2071 2013-10-10 18:44:08 +03:00
danzel
a9627d63af Fix lines too long issues 2013-10-10 15:27:23 +13:00
Vladimir Agafonkin
8a53afc34e fix zoom control not always reflecting disabled state initially, close #2083 2013-10-09 22:21:04 +03:00
Vladimir Agafonkin
66507ee18e FAQ formatting and fixes 2013-10-09 19:12:41 +03:00
Vladimir Agafonkin
0f62f95b88 fix typos, formatting 2013-10-09 16:15:06 +03:00
Vladimir Agafonkin
b194b6edbe add the first draft of an official Leaflet FAQ 2013-10-09 16:05:55 +03:00
Vladimir Agafonkin
6e9549c57f update changelog [skip ci] 2013-10-08 17:59:50 +03:00
Vladimir Agafonkin
361c9cab6d fix isArray not working IE9 in rare cases, close #2077 2013-10-08 16:59:42 +03:00
Vladimir Agafonkin
8caf04f09c fit incorrect closing tag, #2070 2013-10-07 22:50:47 +03:00
Vladimir Agafonkin
9b0510e55f Merge pull request #2075 from kapouer/geojson-options
GeoJSON: pass options to geometryToLayer
2013-10-07 04:58:22 -07: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
Vladimir Agafonkin
ef93c384d5 Merge pull request #2073 from rgripper/patch-3
Fixed setPopupContent description
2013-10-06 05:25:39 -07:00
Trevor Powell
7a907ba2cf Fixing line too long error 2013-10-06 01:39:01 -05:00
Trevor Powell
7541d64a71 Do not scale above minzoom and maxzoom in touch zoom action 2013-10-06 01:20:45 -05:00
Vladimir Zotov
d568667422 Fixed setPopupContent description 2013-10-06 01:44:17 +04:00
Vladimir Agafonkin
b7eead717c Merge pull request #2070 from joergdietrich/patch-1
Add Leaflet.Terminator plugin to overlay section.
2013-10-05 10:46:15 -07:00
Jörg Dietrich
efd24f1d3a Add Leaflet.Terminator plugin to overlay section. 2013-10-05 19:30:53 +02:00
Vladimir Agafonkin
97698287bc Merge pull request #2069 from rgripper/patch-2
fixed return type
2013-10-04 13:11:34 -07:00
Vladimir Zotov
2fc9403708 fixed return type 2013-10-04 22:20:05 +04:00
danzel
6e3e0d9b14 Rename MsTouch to Pointer 2013-10-04 15:07:30 +13:00
danzel
bf3b660bef Redo MsTouch to be pointer events with msPointer fallback for IE10. fixes #2037 2013-10-04 15:06:53 +13:00
Vladimir Agafonkin
2250cee6ec allow setZoom before setView, make setView zoom optional, close #2056, close #1449 2013-09-30 15:00:46 +03:00
Vladimir Agafonkin
ad5accc63f Merge pull request #2051 from elesdoar/patch-1
Add Plugin Control Order Layers
2013-09-28 06:17:51 -07:00
Michael Salgado
986745d46c Add Plugin Control Order Layers
Adds the ability to change overlay order in the layers control
2013-09-26 16:30:47 -05:00
Michael Salgado
6a60c0f791 Add Plugin Control Order Layers
Add support to control layers for reorder overlays.
2013-09-26 15:38:49 -05:00