Commit Graph

3671 Commits

Author SHA1 Message Date
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
8caf04f09c fit incorrect closing tag, #2070 2013-10-07 22:50:47 +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
ef93c384d5 Merge pull request #2073 from rgripper/patch-3
Fixed setPopupContent description
2013-10-06 05:25:39 -07:00
Trevor Powell
7a907ba2cf Fixing line too long error 2013-10-06 01:39:01 -05:00
Trevor Powell
7541d64a71 Do not scale above minzoom and maxzoom in touch zoom action 2013-10-06 01:20:45 -05:00
Vladimir Zotov
d568667422 Fixed setPopupContent description 2013-10-06 01:44:17 +04:00
Vladimir Agafonkin
b7eead717c Merge pull request #2070 from joergdietrich/patch-1
Add Leaflet.Terminator plugin to overlay section.
2013-10-05 10:46:15 -07:00
Jörg Dietrich
efd24f1d3a Add Leaflet.Terminator plugin to overlay section. 2013-10-05 19:30:53 +02:00
Vladimir Agafonkin
97698287bc Merge pull request #2069 from rgripper/patch-2
fixed return type
2013-10-04 13:11:34 -07:00
Vladimir Zotov
2fc9403708 fixed return type 2013-10-04 22:20:05 +04:00
danzel
6e3e0d9b14 Rename MsTouch to Pointer 2013-10-04 15:07:30 +13:00
danzel
bf3b660bef Redo MsTouch to be pointer events with msPointer fallback for IE10. fixes #2037 2013-10-04 15:06:53 +13: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
ad5accc63f Merge pull request #2051 from elesdoar/patch-1
Add Plugin Control Order Layers
2013-09-28 06:17:51 -07:00
Michael Salgado
986745d46c Add Plugin Control Order Layers
Adds the ability to change overlay order in the layers control
2013-09-26 16:30:47 -05:00
Michael Salgado
6a60c0f791 Add Plugin Control Order Layers
Add support to control layers for reorder overlays.
2013-09-26 15:38:49 -05:00
Ben Welsh
1589ae2fb7 Added simple docs for lineJoin and lineCap settings on a path 2013-09-26 13:14:02 -07:00
Vladimir Agafonkin
68bc39a1a8 update dev deps 2013-09-26 11:21:45 +03:00
Vladimir Agafonkin
949e0c1278 Merge pull request #2045 from leplatrem/patch-11
Add Leaflet.AlmostOver plugin
2013-09-24 14:08:36 -07:00
Mathieu Leplatre
cdd179a427 Add Leaflet.AlmostOver plugin 2013-09-24 17:49:36 +02:00
Vladimir Agafonkin
7f2f1d4c3d Merge pull request #2042 from emikhalev/gh-pages
Add Leaflet-2gis plugin
2013-09-24 05:31:48 -07:00
Eugene Mikhalev
5a40ba5ad3 Update plugins.md
description of Leaflet-2gis
2013-09-24 19:03:04 +07:00
Eugene Mikhalev
2518fee82a Add Leaflet-2gis plugin 2013-09-24 17:00:32 +07:00
perliedman
3bcc1c9a3a Use CRS's bounds to calculate wrap 2013-09-23 09:59:10 +02:00
perliedman
b782498650 Added getBounds function to CRS 2013-09-23 09:58:42 +02:00
Vladimir Agafonkin
00c5a2ab72 Merge pull request #2040 from rgripper/patch-1
Update reference.html
2013-09-21 05:33:40 -07:00
Vladimir Zotov
6057d3419c Update reference.html
changed invalid signature of `invalidateSize`
L.Control.Scale extends L.Control, not IControl
2013-09-21 13:53:10 +04:00
Vladimir Agafonkin
65d83348fc Merge pull request #2035 from kr1/patch-1
would you add Leaflet.dbpediaLayer to the plugin list?
2013-09-19 02:51:24 -07:00
kr1
0d443e3f78 adds Leaflet.dbpediaLayer to plugin list
puts the plugin in the "Services, Providers and Formats" section.
2013-09-19 04:26:46 +02: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