Alex Fedosov
|
9313733d3f
|
make panInsideBounds accept array
|
2015-05-25 17:45:53 +06:00 |
|
Vladimir Agafonkin
|
33753fe3d6
|
Merge pull request #3488 from Leaflet/persist-marker-dragging
Persist marker dragging when removing/readding it.
|
2015-05-25 12:02:01 +03:00 |
|
Iván Sánchez Ortega
|
db8a790ae3
|
Persist marker dragging when removing/readding it.
|
2015-05-22 10:19:39 +02:00 |
|
Vladimir Agafonkin
|
8ffbb707c6
|
add layer getElement methods
|
2015-05-21 19:57:12 +03:00 |
|
Rik Vanmechelen
|
c4b6e79fa4
|
fix inertia when only moving on one axis, close #3432
|
2015-05-20 22:35:57 +03:00 |
|
Vladimir Agafonkin
|
d1c3550017
|
update deps
|
2015-05-20 19:45:56 +03:00 |
|
Vladimir Agafonkin
|
9dbb14a431
|
Merge pull request #3465 from Leaflet/infinite-bounds
Added debug page for infinite horizontal bounds
|
2015-05-13 01:31:37 +03:00 |
|
Iván Sánchez Ortega
|
df37705bdb
|
Added debug page for infinite horizontal bounds
|
2015-05-13 00:21:27 +02:00 |
|
Vladimir Agafonkin
|
70e9bc6a6d
|
Merge pull request #3463 from Leaflet/svg-group
Wrap all SVG paths inside a <g>
|
2015-05-12 12:37:15 +03:00 |
|
Iván Sánchez Ortega
|
555c80f20e
|
Wrap all SVG paths inside a <g>
|
2015-05-12 10:38:12 +02:00 |
|
Vladimir Agafonkin
|
c8594e428c
|
Merge pull request #3460 from Leaflet/degraded-flyto
Graceful degradation of zoom-pan animations, fixes #3272.
|
2015-05-11 20:19:34 +03:00 |
|
Iván Sánchez Ortega
|
9274ee2b5f
|
Graceful degradation of zoom-pan animations, fixes #3272.
|
2015-05-11 16:54:46 +02:00 |
|
Vladimir Agafonkin
|
b0d44ca610
|
Merge pull request #3452 from Leaflet/less-important
More targeted max-width: !important in CSS
|
2015-05-11 13:33:45 +03:00 |
|
Vladimir Agafonkin
|
983fce0fee
|
Merge pull request #3455 from Leaflet/polyline-isempty
Add Polyline/Polygon.isEmpty method
|
2015-05-10 00:21:10 +03:00 |
|
Yohan Boniface
|
298a27fbe4
|
Add Polyline/Polygon.isEmpty method
|
2015-05-09 23:03:22 +02:00 |
|
Vladimir Agafonkin
|
9d77c84604
|
Merge pull request #3454 from Leaflet/fix-empty-addto
Fix polygon.addTo(map) failing when latlngs was empty.
|
2015-05-09 23:45:57 +03:00 |
|
Yohan Boniface
|
426f331874
|
Fix polygon.addTo(map) failing when latlngs was empty.
Since #3279 an empty polygon as a nested array [[]] as latlngs,
so _latlngs.length returns true.
|
2015-05-09 22:04:46 +02:00 |
|
Yohan Boniface
|
b3ff3a0e52
|
More targeted max-width: !important in CSS
This for example allows to have images in popups not affected
by the max-width.
|
2015-05-09 08:54:44 +02:00 |
|
Vladimir Agafonkin
|
b170695fe5
|
bump version to clear up confusion
|
2015-05-08 17:55:19 +03:00 |
|
Vladimir Agafonkin
|
64b9d05e4c
|
update deps
|
2015-05-08 17:54:34 +03:00 |
|
Iván Sánchez Ortega
|
29e8507851
|
Test webpage for #3233
|
2015-05-08 16:32:57 +02:00 |
|
Iván Sánchez Ortega
|
b849568ca0
|
Merge pull request #3233 from juliensoret/grabbingCursor
Fix cursor when dragging is set to false.
|
2015-05-08 16:32:24 +02:00 |
|
Vladimir Agafonkin
|
7603010f8b
|
Merge pull request #3279 from Leaflet/nested-polygons
Ensure polygons latlngs are never flat (cf #2618)
|
2015-05-08 16:01:56 +03:00 |
|
Yohan Boniface
|
6aca7ef3c2
|
Add back L.Polyline.addLatLng
|
2015-05-08 14:53:21 +02:00 |
|
Vladimir Agafonkin
|
56f9ecac83
|
Merge pull request #3446 from ilfa/fix-vector-ie8
Fix vector in ie8
|
2015-05-08 15:10:21 +03:00 |
|
i.taratuhin
|
57d7dff81f
|
fix vector in ie8
|
2015-05-08 18:03:24 +06:00 |
|
Yohan Boniface
|
2408cf2bb6
|
_flat is now a static method
|
2015-05-08 13:11:58 +02:00 |
|
Yohan Boniface
|
8b97b905e8
|
Merge branch 'master' into nested-polygons
|
2015-05-08 13:10:49 +02:00 |
|
Vladimir Agafonkin
|
9024a79a6e
|
Merge pull request #3445 from Leaflet/static-flat
Make L.Polyline._flat a static method
|
2015-05-08 13:10:37 +03:00 |
|
Yohan Boniface
|
d53d958e81
|
Simpler approach for static method
|
2015-05-08 12:01:22 +02:00 |
|
Yohan Boniface
|
19d6008dfc
|
Make L.Polyline._flat a static method
|
2015-05-08 11:52:00 +02:00 |
|
Vladimir Agafonkin
|
6c0557c868
|
Merge pull request #3386 from Leaflet/polyline-flat
Fix L.Polyline._flat returning true for a nested empty array
|
2015-05-07 11:08:37 +03:00 |
|
Vladimir Agafonkin
|
bb68b7342f
|
Merge pull request #3390 from Leaflet/latlng-clone
Add LatLng.clone
|
2015-05-07 11:07:21 +03:00 |
|
Iván Sánchez Ortega
|
8f3a353d84
|
LatLng.wrap shall not drop altitude, closes #3420
|
2015-04-30 16:38:48 +02:00 |
|
Vladimir Agafonkin
|
828ceea07f
|
Merge pull request #3419 from IvanSanchez/browser-ffx-mobile
Detect Firefox for Android as L.Browser.mobile
|
2015-04-30 15:15:33 +03:00 |
|
Iván Sánchez Ortega
|
ea680ce21a
|
Detect Firefox for Android as L.Browser.mobile
|
2015-04-30 13:20:19 +02:00 |
|
Vladimir Agafonkin
|
24ce6b3e8e
|
Merge pull request #3410 from IvanSanchez/multiple-maxbounds
Prevent recursion on map.setMaxBounds
|
2015-04-29 13:52:25 +03:00 |
|
Iván Sánchez Ortega
|
286f192ca9
|
Prevent recursion on map.setMaxBounds
|
2015-04-29 11:07:45 +02:00 |
|
Vladimir Agafonkin
|
d26000622d
|
Merge pull request #3405 from IvanSanchez/navigator.geolocation
Fix leaflet/Leaflet#3404
|
2015-04-27 16:10:14 +03:00 |
|
Iván Sánchez Ortega
|
71f93c44ef
|
Fix leaflet/Leaflet#3404
|
2015-04-27 09:42:54 +02:00 |
|
Steve
|
6abcdb9751
|
Fix ESRI Imagery 404s
|
2015-04-23 13:59:38 -05:00 |
|
Vladimir Agafonkin
|
0b0f8caae9
|
Merge pull request #3397 from IvanSanchez/flyto-options
Implement options in L.Map.flyTo()
|
2015-04-23 10:43:10 +03:00 |
|
Iván Sánchez Ortega
|
c3575be344
|
Implement options in L.Map.flyTo()
|
2015-04-23 09:18:59 +02:00 |
|
Vladimir Agafonkin
|
578247150c
|
Merge pull request #3392 from IvanSanchez/master
Implement L.Map.flyToBounds(), #3391
|
2015-04-22 14:23:17 +03:00 |
|
Iván Sánchez Ortega
|
4d70fe09a7
|
Implement L.Map.flyToBounds(), #3391
|
2015-04-22 01:27:25 +02:00 |
|
Yohan Boniface
|
8938754bd5
|
Merge branch 'master' into nested-polygons
Conflicts:
spec/suites/layer/vector/PolygonSpec.js
|
2015-04-21 15:57:24 +02:00 |
|
Yohan Boniface
|
097128cfa7
|
Add LatLng.clone
|
2015-04-21 15:52:44 +02:00 |
|
Yohan Boniface
|
003e94ae11
|
Fix L.Polyline._flat returning true for a nested empty array
|
2015-04-18 17:41:36 +02:00 |
|
Vladimir Agafonkin
|
c315751b94
|
Merge pull request #3383 from nathancahill/master
add map.setMinZoom() and map.setMaxZoom() closes #3380
|
2015-04-17 11:01:17 +03:00 |
|
Nathan Cahill
|
91fe187ee7
|
add return statements to allow chaining
|
2015-04-17 00:49:49 -05:00 |
|