Commit Graph

3415 Commits

Author SHA1 Message Date
Vladimir Agafonkin
6e4c4cef82 Merge pull request #2838 from AndreyGeonya/master
Clickable option renamed to interactive
2014-08-06 17:27:38 +03:00
AndreyGeonya
9445c2f9f2 this commit fixes #2499 2014-08-05 18:14:02 +03:00
Vladimir Agafonkin
a3066bde24 Merge pull request #2836 from AndreyGeonya/master
#2501, optional wheel debounce time
2014-08-05 17:40:10 +03:00
AndreyGeonya
a321406cf8 #2501, tab fixed 2014-08-05 17:13:10 +03:00
AndreyGeonya
f5cfddb60d #2501, wheelDebounceTime option added 2014-08-05 16:49:33 +03:00
bullgare
38476615e6 svg's attribute fill-rule supports two values: 'evenodd' and 'nonzero'. now we can set it via options and it's not hardcoded. https://developer.mozilla.org/ru/docs/Web/SVG/Attribute/fill-rule 2014-08-05 17:37:20 +04:00
Vladimir Agafonkin
b80c9b3367 Merge pull request #2831 from kdeloach/topic/wms-uppercase
Add uppercase option for WMS TileLayer.
2014-08-05 10:13:28 +03:00
Vladimir Agafonkin
17c6a51bf0 Merge pull request #2833 from AndreyGeonya/master
Issue #2619 fixed
2014-08-05 00:59:35 +03:00
Kevin DeLoach
a2825920fa Add uppercase option for WMS TileLayer.
In response to issue #1751, WMS TileLayer request parameter keys were
cast to uppercase. This is a breaking change for services that are case
sensitive and expect lowercase keys.

This change adds a new option to uppercase keys, which is false by
default, to preserve backwards compatibility.
2014-08-04 17:11:57 -04:00
AndreyGeonya
fd7ebcb5aa Issue #2619 fixed. Now Map.js/_fireMouseEvent checks dragging.moved() on moved object instead on map 2014-08-05 00:09:01 +03:00
Vladimir Agafonkin
b537c8b39c Merge pull request #2827 from bennlich/tilelayer-loading-tests
Tilelayer 'loading' event tests
2014-08-01 08:58:05 +03:00
bennlich
4eb033c719 Included leaflet.css in html instead of TileLayerSpec.js 2014-07-31 23:43:14 -06:00
bennlich
609386397b Merge remote-tracking branch 'upstream/master' into tilelayer-loading-tests 2014-07-31 15:39:00 -06:00
bennlich
abfcd9ea59 Added TileLayerSpec.js tests for loading events 2014-07-31 15:38:21 -06:00
Vladimir Agafonkin
075d414102 Merge pull request #2745 from fab1an/perf-remove-chrome-reflow
Performance: this triggers a reflow, but newest Chrome doesn’t flicker a...
2014-07-30 14:02:09 +03:00
Vladimir Agafonkin
93cf8d7e95 Merge pull request #2605 from danzel/vmlfix
Round point so that circles work again :)
2014-07-30 13:58:39 +03:00
Vladimir Agafonkin
31047c361b Merge pull request #2764 from francis-liberty/zoom_out_max_min_error_1905
Address issue #1905, Error when zoom out of max/minZoom
2014-07-30 13:46:07 +03:00
Vladimir Agafonkin
56e245d1eb Merge pull request #2789 from danydev/fixBounceAtZoomLimits
Fixed 'bounceAtZoomLimits' when you don't start pinching from max\min level
2014-07-30 13:43:27 +03:00
Vladimir Agafonkin
f773a16c86 Merge pull request #2811 from jfgodoy/patch-1
fix memory leak generated by setIcon
2014-07-24 13:06:01 +03:00
jfgodoy
aeea88b9fc fix memory leak generated by setIcon
when setIcon is called this.dragging is replaced without be disabled before, so hooks remains active.
2014-07-24 00:44:42 -04:00
Vladimir Agafonkin
112ac5b4b6 Merge pull request #2802 from bennlich/set-url-fix
Fixed bug with TileLayer.setUrl()
2014-07-21 12:39:21 +03:00
bennlich
412bbd7cdb always clear tile onload and onerror funs in _abortLoading() 2014-07-20 22:16:11 -07:00
bennlich
d5931ad35a added _abortLoading() to _reset() 2014-07-20 22:14:30 -07:00
Vladimir Agafonkin
5a51819494 Merge pull request #2798 from bullgare/marker_mousemove_event
mousemove event for marker
2014-07-18 22:35:43 +03:00
bullgare
c4d99f33b2 mousemove event for marker 2014-07-18 16:21:31 +04:00
Daniele Orrù
410068c08f Fixed 'bounceAtZoomLimits' when you don't start pinching from max\min level 2014-07-13 11:41:52 +02:00
Tom MacWright
bf1ee0a94f Merge pull request #2777 from austentalbot/patch-1
Make indentation consistent
2014-07-11 10:39:44 -04:00
Vladimir Agafonkin
250dabb3c9 Merge pull request #2778 from austentalbot/patch-2
Changed language referring to layers
2014-07-05 22:48:01 -07:00
Austen Talbot
7af5adaf0a Changed language referring to layers
Adjusted language to sound more normal. Changed "half a hundred" to "over seventy."
2014-07-05 20:17:57 -07:00
Austen Talbot
2124c173df Make indentation consistent
Update indentation on line 27 to be consistent with rest of file
2014-07-05 14:40:23 -07:00
Vladimir Agafonkin
a295f27b33 Merge pull request #2770 from ericdahl/docs-links
Docs: Fix FAQ links and CONTRIBUTING typos
2014-07-01 16:16:58 +03:00
ericdahl
9177b70805 Fix typos in CONTRIBUTING 2014-06-30 18:46:20 -05:00
ericdahl
d68cab7322 fix FAQ links 2014-06-30 18:35:13 -05:00
Vladimir Agafonkin
7829c729eb Merge pull request #2767 from francis-liberty/imageOverlay_add_alt_2564
add support to customise alt attribute of the image in imageOverlay.
2014-06-30 14:08:23 +03:00
francis.chan
ac615cb89e can customize alt attribute of the image in imageOverlay. 2014-06-30 10:28:48 +08:00
francis.chan
f50806e1ca invoke _clearBgBuffer function to reset layer div container when zoom out of max or minZoom. 2014-06-29 20:22:44 +08:00
Vladimir Agafonkin
e58f6b1727 Merge pull request #2758 from cschwarz/fix-jake-build
Fixed jake build if leaflet copy is not a git repository
2014-06-25 00:14:44 +03:00
Christian Schwarz
04ed2571fb Fixed jake build if leaflet copy is not a git repository 2014-06-24 22:58:54 +02:00
Vladimir Agafonkin
c1a4ba9517 Merge pull request #2746 from fab1an/perf-remove-unnecessary-array
removed 1 unnecessary array-creation
2014-06-17 18:30:55 +03:00
Vladimir Agafonkin
ecbb681b91 Merge pull request #2742 from fab1an/perf-svgheight
Performance: don’t set width/height on SVG if unchanged. Saves a costly ...
2014-06-17 17:47:35 +03:00
Fabian Zeindl
0416bd473f Performance: this triggers a reflow, but newest Chrome doesn’t flicker anymore. 2014-06-17 15:40:31 +02:00
Fabian Zeindl
132e5b6f7c Performance: don’t set width/height on SVG if unchanged. Saves a costly layout/repaint in some situations. 2014-06-17 15:39:58 +02:00
Fabian Zeindl
b08e2f7a3d removed 1 unnecessary array-creation 2014-06-17 14:34:16 +02:00
Vladimir Agafonkin
e522582da3 Merge pull request #2726 from guptaso2/feature/bower-update
Updated bower.json
2014-06-04 19:29:21 +03:00
Sonny Gupta
6ebd9f1ac7 Issue #2722 Removed minified source from bower distribution, as is the convention now. 2014-06-04 09:06:54 -07:00
Vladimir Agafonkin
737e57fb94 Merge pull request #2725 from werk85/master
Bugfix for #2704
2014-06-04 15:05:15 +03:00
Malte Legenhausen
5c7bf0268a Bugfix for #2704 2014-06-04 09:24:50 +02:00
Vladimir Agafonkin
760c730f92 fix LatLng.distanceTo race condition, close #2705 2014-05-28 17:26:41 +03:00
Vladimir Agafonkin
6995c96293 Merge pull request #2707 from Leaflet/detect-retina-boolean
Set detectRetina's expected type as Boolean at code level to match docum...
2014-05-27 23:54:44 +03:00
Tom MacWright
cea1eff732 Set detectRetina's expected type as Boolean at code level to match documentation and usage 2014-05-27 15:30:47 -04:00