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
danzel
7b101da036
Hack fix for firefox android layers control. refs #2033
2013-10-30 09:04:20 +13:00
Jan Pieter Waagmeester
99bd248566
Whitespace OCD
2013-10-29 11:49:09 +01:00
Jan Pieter Waagmeester
a2b62b3bd2
Make Mocha ingore leaks, spaces -> tabs
2013-10-29 11:36:42 +01:00
Vladimir Agafonkin
dd22e3748d
update changelog [skip ci]
2013-10-28 15:16:40 +02:00
Vladimir Agafonkin
b1d5f0c800
Merge branch 'master' of https://github.com/Leaflet/Leaflet
...
* 'master' of https://github.com/Leaflet/Leaflet :
Fixing long line
Adding bounceAtZoomLimits option
The drag click avoid hack is needed for touch zooms on ie10 also, when releasing your fingers after a touch zoom click events are generated. Fixes #2094
Remove leftover code from the draggable/tap cleanup. Fixes #2103
Changed main module file to use un-minified version.
adding alt tag to marker icons
Fixing line too long error
Do not scale above minzoom and maxzoom in touch zoom action
2013-10-26 20:41:41 +03:00
Vladimir Agafonkin
be5774a40e
update dependencies
2013-10-26 20:41:30 +03:00
Vladimir Agafonkin
1aba51be01
Merge pull request #2072 from trevorpowell/master
...
Don't bounce near zoom limits on touch zoom
2013-10-24 12:12:57 -07:00
Trevor Powell
0574301113
Fixing long line
2013-10-24 13:34:17 -05:00
Trevor Powell
3b79dd816b
Adding bounceAtZoomLimits option
2013-10-24 13:26:52 -05:00
Dave Leaver
bc5131305b
Update reference.html
...
This is a layers control, not an attribution control.
2013-10-24 08:59:46 +13:00
Jan Pieter Waagmeester
4f6df67a85
Make Mocha ignore leaks properly and do some space -> tab replacement
2013-10-23 15:15:54 +02:00
Jan Pieter Waagmeester
a7f2d1975f
Allow double quotes in template strings fixes #2120
2013-10-23 15:14:59 +02:00
Vladimir Agafonkin
b0df9627b0
Merge pull request #2117 from danzel/fix-2094
...
Fix click events when touch zooming on ie 10
2013-10-23 04:36:51 -07:00
danzel
6855e7dfd8
The drag click avoid hack is needed for touch zooms on ie10 also, when releasing your fingers after a touch zoom click events are generated. Fixes #2094
2013-10-23 16:28:56 +13:00
Vladimir Agafonkin
1e328b424b
Merge pull request #2109 from icetan/patch-1
...
Changed main module file to use un-minified version.
2013-10-21 11:28:32 -07: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
6f681b20db
Merge pull request #2111 from danzel/fix-2103
...
Remove leftover code from the draggable/tap cleanup. Fixes #2103
2013-10-21 01:31:52 -07:00
danzel
91cc18503c
Remove leftover code from the draggable/tap cleanup. Fixes #2103
2013-10-21 11:38:19 +13:00
Christopher Fredén
5434e81c4e
Changed main module file to use un-minified version.
...
This makes the debugging process easier and also makes it possible to choose your own minifier when using browserify or similar bundlers.
2013-10-20 16:57:46 +02:00
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