Commit Graph

2727 Commits

Author SHA1 Message Date
John Firebaugh
7623e0a593 Fix scrolling popup content on Firefox 2013-07-15 11:32:40 -07:00
John Firebaugh
1f70302652 Upload individual asset artifacts 2013-07-15 09:10:40 -07:00
palewire
bc5a9f930a Merge branch 'linecap' of github.com:datadesk/Leaflet into linecap 2013-07-12 22:53:03 -07:00
palewire
a2c987febc New stroke-linejoin style option with a VML alternative. For #1843. 2013-07-12 22:52:32 -07:00
palewire
2ea93191bc New stroke-linejoin style option with a VML alternative. For #1843. 2013-07-12 22:49:26 -07:00
palewire
665a956bc2 New stroke-linecap style option with a VML alternative. For #1643. 2013-07-12 22:37:30 -07:00
Vladimir Agafonkin
26093848ed Try fixing Travis not building pull requests 2013-07-13 00:42:24 +03:00
Vladimir Agafonkin
f8f729ad66 update changelog 2013-07-12 15:22:45 +03:00
Vladimir Agafonkin
75c133082c fix Map min/maxZoom not overriding TileLayer-derived min/max, close #1848 2013-07-12 15:05:59 +03:00
Vladimir Agafonkin
a4c6c03550 break line to fix jshint 2013-07-12 12:46:10 +03:00
Vladimir Agafonkin
5c1a34979e fix fakeStop in IE<9, close #1850 hopefully 2013-07-12 12:41:08 +03:00
Vladimir Agafonkin
fc9d4077cf Merge pull request #1858 from danzel/fix-featuregroup-removelayer
Add a few more featuregroup tests and fix regression of removeLayer.
2013-07-12 02:39:24 -07:00
Vladimir Agafonkin
fb3c38177c better formatting in travis.yml
[skip ci]
2013-07-12 12:17:21 +03:00
Vladimir Agafonkin
cb86fdeab9 put travis sciprts as one line for and conditions to work 2013-07-12 10:40:48 +03:00
danzel
ec3b9e0ff2 Add a few more featuregroup tests and fix regression of removeLayer. 2013-07-12 10:13:25 +12:00
Vladimir Agafonkin
810ecadb4e don't do travis artifacts stuff for pull req branches 2013-07-12 00:44:57 +03:00
Vladimir Agafonkin
0de87fa6ba Merge pull request #1856 from rutkovsky/disable_animations_outside_dom
Disable animations outside dom
2013-07-11 13:29:09 -07:00
Aaron Rutkovsky
0e34b8caf2 PosAnimation tests 2013-07-11 12:30:15 -05:00
Aaron Rutkovsky
24ebb66f40 Stop animation if can't get position from current style 2013-07-11 11:27:57 -05:00
Aaron Rutkovsky
b3b06eaabc Merge branch 'master' into disable_animations_outside_dom 2013-07-11 10:29:36 -05:00
Vladimir Agafonkin
5829963014 do not animate zoom if nothing to animate yet, close #1484, close #1845 2013-07-11 15:59:13 +03:00
Vladimir Agafonkin
a24a772694 add multipoly getLatLngs, close #1839, update changelog 2013-07-11 15:11:28 +03:00
Vladimir Agafonkin
183c8a2cb7 merge #1834 (passing options to setMaxBounds) 2013-07-11 13:03:41 +03:00
Vladimir Agafonkin
219b8bdad0 update changelog 2013-07-11 13:01:06 +03:00
Vladimir Agafonkin
889136fe84 fixed false FeatureGroup layerremove, close #1847 2013-07-11 12:57:05 +03:00
Vladimir Agafonkin
c4877fb86f Merge pull request #1851 from freepius44/patch-1
Update setOpacity() in Marker.js
2013-07-10 11:45:19 -07:00
Poisbeau Mathieu
bde6b34502 Update Marker.js
According to the Leaflet documentation, setOpacity must return "this".
2013-07-10 19:00:11 +02:00
Vladimir Agafonkin
001f975b22 fix marker shadow not zoom animating after setIcon, close #1768 2013-07-10 19:34:51 +03:00
Vladimir Agafonkin
1781cda04a fix geojson not accepting geometry arrays, close #1840 2013-07-10 19:21:39 +03:00
Vladimir Agafonkin
1f6b981aab don't install travis-artifacts for minor branches and PRs 2013-07-10 17:21:33 +03:00
Vladimir Agafonkin
d140dca57c remove build JS in dist, update readme, close #1354 2013-07-10 17:18:59 +03:00
Vladimir Agafonkin
4759fdbf36 add leaflet prefix to travis build archives, fix .DS_Store inclusion 2013-07-10 16:53:02 +03:00
Vladimir Agafonkin
53d9375284 archive dist in travis without root dir 2013-07-10 16:24:06 +03:00
Vladimir Agafonkin
d888a2e49e fix path in travis artifacts build 2013-07-10 16:08:19 +03:00
Vladimir Agafonkin
823cd0990e add build uploading to s3 to travis 2013-07-10 16:03:35 +03:00
Vladimir Agafonkin
cf206fb252 fix typo in changelog 2013-07-10 13:19:25 +03:00
Vladimir Agafonkin
382104586f update changelog 2013-07-10 13:18:26 +03:00
Vladimir Agafonkin
604dac50e6 update changelog 2013-07-10 12:50:18 +03:00
Vladimir Agafonkin
69c74a5057 Merge pull request #1817 from tofferrosen/patch-1
Issue where the tile layer is not reset and updated when redraw is calle...
2013-07-10 02:27:41 -07:00
Vladimir Agafonkin
94819b3186 update changelog 2013-07-09 16:17:18 +03:00
Vladimir Agafonkin
20099d4d2e update build 2013-07-09 16:10:03 +03:00
Vladimir Agafonkin
bb29331ca8 Merge pull request #1846 from Leaflet/layerremove
Fire layerremove after removing the layer
2013-07-08 22:53:22 -07:00
John Firebaugh
4839c44509 Fire layerremove after removing the layer
This is consistent with 0.5.x and seems more useful. Updating
the state of a layer switcher using map.hasLayer in response
to layeradd and layerremove events is my use case.
2013-07-08 16:53:04 -07:00
John Firebaugh
a1d7c1268d Mirror D3 strategy for drag event suppression
-webkit-user-drag is not inherited, so it's ineffective
at preventing drags of image overlays (#1821). Instead,
always preventDefault on dragstart.

While here, preventDefault on selectstart as well (a
"belt-and-suspenders" approach).

Together, these changes bring Leaflet's strategy in line
with D3's:

https://github.com/mbostock/d3/blob/master/src/event/drag.js
2013-07-08 10:26:02 -07:00
Vladimir Agafonkin
8a0b9ecb64 Merge pull request #1826 from scooterw/fix_mouse_position_relative
attempt to address regressions from #1684, #1745
2013-07-06 07:45:03 -07:00
Scooter Wadsworth
4e2a7f2030 Merge pull request #1 from jec006/fix_mouse_position_relative
Fix issue with mouse position when page is scrolled
2013-07-05 09:48:26 -07:00
Josh Caldwell
0c381325bb Fix issue with mouse position when page is scrolled 2013-07-05 11:50:36 -04:00
Vladimir Agafonkin
e787027110 Merge pull request #1833 from danzel/master
Fix worldCopyJump if you start zoomed all the way out. Fixes #1831
2013-07-05 03:39:24 -07:00
David Beitey
c663392697 Allow options to be passed to Map.setMaxBounds such that they can be used when setting the view. 2013-07-05 14:12:09 +10:00
danzel
fef108cc8e Fix worldCopyJump if you start zoomed all the way out. Fixes #1831 2013-07-05 14:35:48 +12:00