Vladimir Agafonkin
8a33e94c0e
Fix scale control widths, close #2869
2014-08-25 16:38:46 +03:00
Vladimir Agafonkin
5b4f6e4901
Merge pull request #2867 from AndreyGeonya/clickAfterDrag-bugfix
...
#2865 , fixed bug with geometry/staticMarker click event after map drag
2014-08-23 02:13:31 +03:00
AndreyGeonya
18938b0319
#2865 , fixed bug with geometry/staticMarker click event after map dragging
2014-08-23 01:00:42 +03:00
Vladimir Agafonkin
641cb18923
Merge pull request #2849 from AndreyGeonya/master
...
issue #1871 fixed, set this._zoom on map init whenever options.zoom is provided
2014-08-11 18:43:39 +03:00
AndreyGeonya
31a09930b4
#1871 , zoom limited
2014-08-11 17:53:59 +03:00
AndreyGeonya
f7ac72d073
issue #1871 fixed, set this._zoom on map init whenever options.zoom is provided
2014-08-11 15:14:37 +03:00
Vladimir Agafonkin
6afc9eafd7
Merge pull request #2848 from brunob/patch-1
...
Add getBounds() method to ImageOverlay
2014-08-11 10:40:51 +03:00
b_b
1bdd7cf41a
Add getBounds() method to ImageOverlay
...
Bugfix : ImageOverlay can be added to FeatueGroup, but calling getBounds on FeatureGroup throw an error cause ImageOverlay misses this method.
2014-08-10 18:44:14 +02:00
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
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