Commit Graph

3415 Commits

Author SHA1 Message Date
Vladimir Agafonkin
0aeca1a4e7 remove element argument in requestAnimFrame 2014-05-26 23:21:33 +03:00
Vladimir Agafonkin
b16daa39b9 fix rare error when dragging vectors, close #2706 2014-05-26 18:52:24 +03:00
Vladimir Agafonkin
1d0dc6dcad add and use L.DomUtil.empty, close #2600 2014-05-26 18:47:11 +03:00
Vladimir Agafonkin
53048500b1 fix vector rendering regression 2014-05-26 17:10:09 +03:00
Vladimir Agafonkin
2885f2bf45 upgrade deps 2014-05-23 23:52:38 +03:00
Vladimir Agafonkin
433ff94110 add 0.7.3 changelog 2014-05-23 12:23:46 +03:00
Vladimir Agafonkin
509fb80d07 Merge pull request #2696 from cebence/tilelayerwms-urltemplate-bugfix
Fixing URL template issue #2695
2014-05-21 17:00:22 +03:00
cebence
9f48f357ae Fixing URL template issue #2695 2014-05-21 13:43:29 +02:00
Vladimir Agafonkin
a46fd620a6 Merge pull request #2659 from Turistforeningen/fix-2658
BoxZoom is no longer affected by right click
2014-04-30 22:08:41 +03:00
Hans Kristian Flaatten
5dc4c1ade1 Replace custom _onPreventDefault function 2014-04-30 20:55:57 +02:00
Hans Kristian Flaatten
3696926bef Fix #2658 ZoomBox not disappearing on right click 2014-04-30 19:58:30 +02:00
Vladimir Agafonkin
cdcc4e7186 Merge branch 'master' of https://github.com/Leaflet/Leaflet
* 'master' of https://github.com/Leaflet/Leaflet:
  fix error dragging outside of window in FF, close #2610
2014-04-28 16:01:52 +03:00
Vladimir Agafonkin
ddce7b3977 fix error dragging outside of window in FF, close #2610 2014-04-28 16:01:45 +03:00
Vladimir Agafonkin
2808d0f016 fix error dragging outside of window in FF, close #2610 2014-04-28 16:00:57 +03:00
Vladimir Agafonkin
71b138b56c Merge pull request #2621 from bennlich/patch-2
Allow access to L.TileLayer imagedata
2014-04-22 23:40:25 +03:00
Benny Lichtner
aa073a260f removed trailing whitespace 2014-04-11 12:26:21 -07:00
Benny Lichtner
3c86f6cca4 tile CORS headers now a layer option 2014-04-10 11:16:30 -07:00
Vladimir Agafonkin
c5091eefda Merge pull request #2620 from erictheise/master
Update GridLayer.js
2014-04-10 12:01:46 +03:00
Benny Lichtner
21b14fd91d Allow access to L.TileLayer imagedata
See https://developer.mozilla.org/en-US/docs/HTML/CORS_Enabled_Image. Seemed like such a small change it could maybe go in core instead of writing an entire plugin for it, but I also doubt it's a common use case. I use this to pull in data that's stored in tiles (e.g. elevation data, soil composition).
2014-04-09 15:54:02 -07:00
Eric Theise
a61fcd4226 Update GridLayer.js 2014-04-09 17:23:28 -04:00
Vladimir Agafonkin
9b493b2286 Merge pull request #2617 from danzel/nobigpan-2602
Nobigpan 2602
2014-04-08 12:25:57 +03:00
danzel
3257038d70 Change how we work out if a pan is ok. 2014-04-08 09:30:25 +12:00
danzel
7d98b2e6d9 Fix the warnings 2014-04-07 16:11:33 +12:00
danzel
7e40b07d7d Try not set a huge translate when a pan happens. Fixes #2602 2014-04-07 13:51:03 +12:00
Vladimir Agafonkin
a5e8ee985d Merge pull request #2607 from rvanbaalen/patch-1
Fix for #2606: Cannot read property x of undefined
2014-04-03 11:37:38 +03:00
Robin van Baalen
c5e781b6a0 Fix for #2606: Cannot read property x of undefined
Only setPosition if _getPos actually returns a valid position to this._newPos
2014-04-02 12:23:15 -07:00
danzel
1f08c65794 Round point so that circles work again :) 2014-04-02 10:40:42 +13:00
Vladimir Agafonkin
3ded683817 Merge pull request #2597 from Otouto/pointer-events
proper svg pointer-events value
2014-03-28 17:49:45 +02:00
Dmitry Lutsik
67100000fa proper svg pointer-events value 2014-03-28 15:23:11 +02:00
Vladimir Agafonkin
d6f35e4515 Merge pull request #2596 from shortspider/geojson.setstyle
Geojson.setstyle
2014-03-28 14:20:28 +02:00
Nathan Mascitelli
83aee92a06 Updated resetStyle to return this as documented. 2014-03-28 08:16:59 -04:00
Nathan Mascitelli
e7b016812b Added return statement to setStyle in GeoJSON so the method returns this as documented. 2014-03-28 08:16:30 -04:00
Vladimir Agafonkin
a356bcbd97 Merge pull request #2561 from calvinmetcalf/build-step
add publish script for component and bower
2014-03-26 18:36:42 +02:00
Vladimir Agafonkin
fcb5a235ed Merge pull request #2575 from AndreyGeonya/circleMarker-bugfix
CircleMarker radius redrawing fixed
2014-03-24 13:36:15 -07:00
AndreyGeonya
52fff05eb8 circle marker radius redrawing fixed 2014-03-24 19:20:34 +02:00
Vladimir Agafonkin
53cc583c7a fix travis build uploads, ref travis-ci/travis-artifacts#23 2014-03-19 17:47:12 -07:00
Vladimir Agafonkin
29678e4f30 bump travis to see why it's not uploading builds 2014-03-19 17:35:42 -07:00
Calvin Metcalf
ce4b77fe81 add publish script for component and bower
This reverts commit 5543a1637b42423f97a01e2dd29acd7c302cc73e.
2014-03-19 20:29:41 -04:00
Vladimir Agafonkin
2af906fc9b Merge pull request #2547 from shortspider/popup.isOpen
Added method to indicate if the popup is open or closed.
2014-03-19 16:25:29 -07:00
Nathan Mascitelli
3bdde9d7a3 Simplified method.
On advice from mourner.
2014-03-19 17:34:49 -04:00
Nathan Mascitelli
ed06a52697 Fixed whitespace.
Second crack at fixing the whitespace.
2014-03-19 16:40:55 -04:00
Vladimir Agafonkin
b626553bc2 Merge pull request #2524 from jeffsmale90/dasharray-offset
Added Dasharray offset
2014-03-19 11:56:15 -07:00
Nathan Mascitelli
5a4deff548 Fixed whitespace. 2014-03-19 14:52:49 -04:00
Jeff Smale
17434c5b0c Renamed dashArrayOffset to dashOffset for consistency 2014-03-17 12:54:22 +13:00
Nathan Mascitelli
4512601f38 Added method to indicate if the popup is open or closed. 2014-03-16 12:23:17 -04:00
Vladimir Agafonkin
cf68863403 Merge pull request #2544 from bozdoz/patch-2
Control Layers constantly trigger mouseover and mouseout
2014-03-14 15:37:07 -07:00
Benjamin J DeLong
84b92098f4 Control Layers constantly trigger mouseover and mouseout
fix to expand and collapse constantly firing: mouseenter and mouseleave
2014-03-14 16:18:44 -06:00
Vladimir Agafonkin
d993d9d83b add karma launchers to deps to fix build 2014-03-11 19:39:20 +02:00
Vladimir Agafonkin
9a2399ee50 fix freeze on multiple setViews, close #2521, close #2236, close #2485 2014-03-11 19:16:23 +02:00
Vladimir Agafonkin
262472ec99 update npm deps 2014-03-11 18:49:22 +02:00