Commit Graph

3018 Commits

Author SHA1 Message Date
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
394f913434 Merge pull request #2097 from AndreyGeonya/master
popup getLatLng method added
2013-10-14 12:28:18 -07: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
Vladimir Agafonkin
2629c181d0 fix firefox console warnings when animating markers, close #2090 2013-10-11 18:44:18 +03: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
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
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
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
68bc39a1a8 update dev deps 2013-09-26 11:21:45 +03:00
perliedman
3bcc1c9a3a Use CRS's bounds to calculate wrap 2013-09-23 09:59:10 +02:00
perliedman
b782498650 Added getBounds function to CRS 2013-09-23 09:58:42 +02:00
Vladimir Agafonkin
74a5b4dba7 Merge pull request #2032 from Leaflet/featuregroup-check
Add support for layers lacking Events mixin. Fixes #1962
2013-09-17 14:50:47 -07:00
Tom MacWright
befc5eb992 Add support for layers lacking Events mixin. Fixes #1962 2013-09-17 17:36:05 -04:00
Vladimir Agafonkin
6c77fe64c2 fix IE6-8 throwing error on map.remove(), close #2015 2013-09-13 18:14:05 +03:00
Vladimir Agafonkin
4b34362405 add public Popup update method, close #1959 2013-09-13 18:00:54 +03:00
Vladimir Agafonkin
fd86dea4c2 fix incorrect scale control on pages with border-box-sizing, close #2006 2013-09-13 17:51:11 +03:00
Vladimir Agafonkin
5841579bb8 Merge pull request #2025 from Gnurfos/issue-1915
Accept simple objects in L.latLngBounds(). Fixes #1915.
2013-09-13 02:14:03 -07:00
Vladimir Agafonkin
204bc7ed72 update changelog [skip ci] 2013-09-13 12:12:16 +03:00