John Firebaugh
|
a0c6363bb6
|
Invalidate _initialCenter along with size (fixes #1919)
|
2013-08-05 14:09:09 -07:00 |
|
Vladimir Agafonkin
|
16db077b2a
|
Merge pull request #1928 from scooterw/get_mouse_position_fix
Make container optional in L.DomUtil.getMousePosition(). Addresses #1926
|
2013-07-31 23:50:10 -07:00 |
|
Scooter Wadsworth
|
ea044c8312
|
Make container optional in L.DomUtil.getMousePosition(). Addresses #1926
|
2013-08-01 00:15:53 -04:00 |
|
Vladimir Agafonkin
|
c311fc967d
|
Merge pull request #1927 from snkashis/circlemarker_popup
update a circlemarker's popup positioning when using setLatLng.
|
2013-07-31 12:04:22 -07:00 |
|
Steve Kashishian
|
e5bf57c4f7
|
move a circlemarker's popup with each new position.
|
2013-07-31 14:40:13 -04:00 |
|
Vladimir Agafonkin
|
b313165cca
|
Merge pull request #1918 from snkashis/empty_interior_ring
Throw invalid GeoJSON error on Polygon with an empty interior
|
2013-07-29 12:17:16 -07:00 |
|
Steve Kashishian
|
b36a79d386
|
Throw invalid GeoJSON error on Polygon with an empty interior
|
2013-07-29 14:56:29 -04:00 |
|
Vladimir Agafonkin
|
30988decff
|
Merge pull request #1916 from snkashis/drag_classes
Provide css classes for draggable markers, and in-progress drags.
|
2013-07-29 08:48:25 -07:00 |
|
Steve Kashishian
|
1d3980b563
|
Provide css classes for draggable markers, and in-progress drags.
|
2013-07-29 11:39:54 -04:00 |
|
Vladimir Agafonkin
|
ba7a7f58cb
|
Merge pull request #1891 from snkashis/seticon_and_popups
Rebind popup when using setIcon to ensure proper anchor placement
|
2013-07-28 23:58:50 -07:00 |
|
Vladimir Agafonkin
|
59e31f8c01
|
Merge pull request #1909 from alubchuk/master
add CircleMarker as dependency of GeoJSON
|
2013-07-26 06:56:55 -07:00 |
|
a.lubchuk
|
2780ed6c6d
|
add CircleMarker as dependency of GeoJSON
|
2013-07-26 16:28:51 +03:00 |
|
Vladimir Agafonkin
|
6db592b5da
|
bump master version to 0.7-dev, close #1906
|
2013-07-25 22:43:11 +03:00 |
|
Vladimir Agafonkin
|
0ce0b0d30f
|
update changelog [skip ci]
|
2013-07-25 13:09:39 +03:00 |
|
Vladimir Agafonkin
|
8d925b6acb
|
fix map scrolling right on click with horizontal scroll on page, close #1901
|
2013-07-25 12:49:16 +03:00 |
|
Vladimir Agafonkin
|
7c744d06e6
|
add getMinZoom test for #1866
[skip ci]
|
2013-07-25 12:44:55 +03:00 |
|
Vladimir Agafonkin
|
42a78fd867
|
fix infinite loop in getBounds and setMaxBounds, close #1895, close #1866
|
2013-07-25 12:42:13 +03:00 |
|
Steve Kashishian
|
e4c801a514
|
rebind popup when using setIcon to ensure proper popup anchor placement
|
2013-07-19 20:30:05 -05:00 |
|
Vladimir Agafonkin
|
c1bc83bdf1
|
Merge pull request #1881 from datadesk/linecap-camelcase
Corrected camelcasing of lineCap and lineJoin.
|
2013-07-18 06:59:10 -07:00 |
|
palewire
|
ede3aebf6a
|
Corrected camelcasing of lineCap and lineJoin.
|
2013-07-18 06:56:42 -07:00 |
|
Vladimir Agafonkin
|
e7ebb60133
|
rename to lineCap and lineJoin, #1863, close #1843
|
2013-07-18 14:54:43 +03:00 |
|
Vladimir Agafonkin
|
101d0df5f7
|
Merge pull request #1863 from datadesk/linecap
New stroke-linecap and stroke-linejoin style options with VML alternatives. For #1843.
|
2013-07-18 04:51:18 -07:00 |
|
Vladimir Agafonkin
|
24b752a281
|
update changelog and bump version to 0.6.3
|
2013-07-17 19:38:39 +03:00 |
|
Vladimir Agafonkin
|
756e9b854c
|
avoid vector flickering on Mac Safari more often, #902
|
2013-07-17 19:28:24 +03:00 |
|
Vladimir Agafonkin
|
5f36e714c6
|
fix touch styles for leaflet-bar class
|
2013-07-17 19:28:24 +03:00 |
|
Vladimir Agafonkin
|
0d22bb5c67
|
Merge pull request #1861 from Leaflet/asset-artifacts
Upload individual asset artifacts
|
2013-07-15 11:56:48 -07:00 |
|
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 |
|