Commit Graph

2630 Commits

Author SHA1 Message Date
Vladimir Agafonkin
66507ee18e FAQ formatting and fixes 2013-10-09 19:12:41 +03:00
Vladimir Agafonkin
0f62f95b88 fix typos, formatting 2013-10-09 16:15:06 +03:00
Vladimir Agafonkin
b194b6edbe add the first draft of an official Leaflet FAQ 2013-10-09 16:05:55 +03:00
Vladimir Agafonkin
6e9549c57f update changelog [skip ci] 2013-10-08 17:59:50 +03:00
Vladimir Agafonkin
361c9cab6d fix isArray not working IE9 in rare cases, close #2077 2013-10-08 16:59:42 +03:00
Vladimir Agafonkin
9b0510e55f Merge pull request #2075 from kapouer/geojson-options
GeoJSON: pass options to geometryToLayer
2013-10-07 04:58:22 -07:00
Jérémy Lal
0fdb00be9e GeoJSON: pass options to geometryToLayer
smoothFactor, noClip options cannot be changed otherwise.
In particular, smoothFactor: 0 is needed when one need to
render tiled polygons (or else small cuts appears).
2013-10-07 10:16:31 +02:00
Vladimir Agafonkin
2250cee6ec allow setZoom before setView, make setView zoom optional, close #2056, close #1449 2013-09-30 15:00:46 +03:00
Vladimir Agafonkin
68bc39a1a8 update dev deps 2013-09-26 11:21:45 +03:00
Vladimir Agafonkin
74a5b4dba7 Merge pull request #2032 from Leaflet/featuregroup-check
Add support for layers lacking Events mixin. Fixes #1962
2013-09-17 14:50:47 -07:00
Tom MacWright
befc5eb992 Add support for layers lacking Events mixin. Fixes #1962 2013-09-17 17:36:05 -04:00
Vladimir Agafonkin
6c77fe64c2 fix IE6-8 throwing error on map.remove(), close #2015 2013-09-13 18:14:05 +03:00
Vladimir Agafonkin
4b34362405 add public Popup update method, close #1959 2013-09-13 18:00:54 +03:00
Vladimir Agafonkin
fd86dea4c2 fix incorrect scale control on pages with border-box-sizing, close #2006 2013-09-13 17:51:11 +03:00
Vladimir Agafonkin
5841579bb8 Merge pull request #2025 from Gnurfos/issue-1915
Accept simple objects in L.latLngBounds(). Fixes #1915.
2013-09-13 02:14:03 -07:00
Vladimir Agafonkin
204bc7ed72 update changelog [skip ci] 2013-09-13 12:12:16 +03:00
Seb Emonet
16f9c9a302 Accept simple objects in L.latLngBounds(). Fixes #1915. 2013-09-13 00:22:19 +02:00
Vladimir Agafonkin
a086b336b2 fix images 404 warnings in specs 2013-09-12 13:14:00 +03:00
Vladimir Agafonkin
f04527b308 update karma config to work on version 0.10 2013-09-12 13:13:49 +03:00
Vladimir Agafonkin
1b8f5c6ece Merge branch 'master' of https://github.com/Leaflet/Leaflet
* 'master' of https://github.com/Leaflet/Leaflet:
  Add test specifications for CRS classes.
  Fixing wrong EPGS3395 transformation
  Renamed Tooltip to Title
  Again some whitespace removing. (Travis)
  Code style adjusted for travis.
  Localization Support for Zoom Control
2013-09-12 10:42:54 +03:00
Vladimir Agafonkin
c8abb53133 update dependencies 2013-09-12 10:42:43 +03:00
Vladimir Agafonkin
904cd78e2f Merge pull request #2020 from aparshin/crs3395
Wrong transformation in CRS EPSG3395
2013-09-10 02:08:13 -07:00
Alexander Parshin
df320c3b06 Add test specifications for CRS classes. 2013-09-10 11:40:48 +04:00
Alexander Parshin
d10cff3357 Fixing wrong EPGS3395 transformation 2013-09-10 10:47:52 +04:00
Vladimir Agafonkin
96575af5b5 Merge pull request #1953 from Danielku15/patch-1
Localization Support for Zoom Control
2013-09-09 01:50:27 -07:00
Vladimir Agafonkin
f91d2d82da update happen and references to it to fix build, hello @tmcw 2013-09-09 11:47:09 +03:00
Daniel
037048a6d0 Renamed Tooltip to Title 2013-09-02 02:34:41 +02:00
Vladimir Agafonkin
3d5dbe7dfc fix accidentally commented out fix, #1980 2013-08-29 00:51:00 +03:00
Vladimir Agafonkin
9e0c62a36b Merge pull request #2002 from danzel/master
MsTouch needs preventDefault
2013-08-28 14:48:04 -07:00
danzel
dbced20543 MsTouch needs preventDefault. Fixes #2000 2013-08-29 09:22:36 +12:00
Vladimir Agafonkin
62b23b42e0 fix resize tracking on multiple maps, close #1980 2013-08-28 17:56:43 +03:00
Vladimir Agafonkin
b4dcbb3786 update changelog [skip ci] 2013-08-28 13:52:07 +03:00
Vladimir Agafonkin
5e30c51f85 add GeoJSON rountripping of GeometryCollection and MultiPoint, close #1956 2013-08-28 12:43:04 +03:00
Vladimir Agafonkin
40ef71dc4c minor cleanup 2013-08-27 22:06:13 +03:00
Vladimir Agafonkin
21d8bde0b7 fix tempate interpolation test and build 2013-08-27 22:06:01 +03:00
Vladimir Agafonkin
d0f768ba36 clean up template interpolation code #1969 2013-08-27 21:45:13 +03:00
Vladimir Agafonkin
1581a94fc3 Merge branch 'interpolation' of https://github.com/calvinmetcalf/Leaflet
* 'interpolation' of https://github.com/calvinmetcalf/Leaflet:
  '#1968 compiled interpolation'
2013-08-27 21:28:38 +03:00
Calvin Metcalf
b2b25c8941 '#1968 compiled interpolation' 2013-08-27 13:03:07 -04:00
Vladimir Agafonkin
b0699b1fe3 Merge pull request #1972 from albburtsev/issue-1588
Adds Popup autoPanPadding(TopLeft & BottomRight) options. Fixes #1588
2013-08-27 06:14:31 -07:00
Vladimir Agafonkin
ed9a577920 Merge pull request #1989 from MazeMap/ipad-tagname-fix
Ipad tagname fix
2013-08-21 13:16:12 -07:00
Dag Jomar Mersland
5180cce838 check for undefined el.tagName prevents iPad error 2013-08-21 13:30:10 +02:00
Dag Jomar Mersland
8ccb7e0583 Merge pull request #1 from Leaflet/master
Update Mazemap:master from Leaflet:master
2013-08-21 04:24:10 -07:00
Vladimir Agafonkin
14d934b639 Merge pull request #1963 from fastrde/fixSecondClickPopupIssue
Fix second click popup issue (#1925)
2013-08-20 10:04:33 -07:00
Fabian Strachanski
caece94467 added _skipped(e) to stopPropagation to reset _fakeStop 2013-08-20 17:21:13 +02:00
Vladimir Agafonkin
2db6df8209 Merge pull request #1984 from MazeMap/ipad-label-click-fix
Fix for iPad, where el.tagName was undefined when clicking on labels.
2013-08-19 08:49:03 -07:00
Dag Jomar Mersland
d78fb49943 Fix for iPad, where el.tagName was undefined when clicking on labels. 2013-08-19 10:14:36 +02:00
Vladimir Agafonkin
1f6533d0f5 Merge pull request #1982 from fastrde/FixworldCopyJump
Fix worldCopyJump set Center and Zoom first
2013-08-18 01:21:31 -07:00
fastrde
a8a8ebe309 added a spec test for worldCopyJump set Center and Zoom fix #1982 2013-08-18 03:18:21 +02:00
fastrde
21a282d38b Test for dragging and worldCopyJump added 2013-08-17 13:20:12 +02:00
fastrde
b4ed2bf282 map.once doesn't get called when the map is already initailized and drag.enabled is called. 2013-08-17 12:13:47 +02:00