Commit Graph

337 Commits

Author SHA1 Message Date
Hans Kristian Flaatten
5004da2a9e Remove insertAtTheBottom option from addLayer() 2015-01-24 18:43:57 +01:00
Kyle Tolle
153b11447c Use appropriate loses instead of looses 2015-01-14 12:43:41 -07:00
Kyle Tolle
e6ad9e352b Update mouseup event description
It was the same as mousedown before.
2015-01-14 12:25:21 -07:00
James Seppi
cf94c20815 minor typo fix 2014-12-08 14:39:04 -06:00
kdeloach
eecbe1da47 Change anchor hrefs from #map to #map-class
This corrects out of date link references to the Map section.
2014-11-21 16:26:25 -05:00
Machiste Quintana
e1e456b975 simplify initialize clarification 2014-11-12 15:15:56 -05:00
Machiste Quintana
114ca1e6d4 update api reference with section on class constructors 2014-11-12 14:26:31 -05:00
Vladimir Agafonkin
e063a9626e Merge pull request #2847 from vassilevsky/fix-map-event
Fix map click event name
2014-11-04 12:44:35 +02:00
Justin Manley
1e42df6701 Add a sentence clarifying that L.bind is not a polyfill for ES5 bind. 2014-11-03 14:24:30 -06:00
Steve
8dfba898de add popupAnchor option to DivIcon 2014-10-31 11:12:00 -05:00
moklick
5bc0bebd01 Update reference.html
Correct typo. Use "L.layerGroup" instead of "L.LayerGroup".
2014-10-20 15:29:53 +02:00
Bruno Lellis
71732ef849 Fixed setPopupContent 2nd argument
There is no options argument in setPopupContent.
2014-10-01 16:46:22 -03:00
Oscar López
773317c8f9 L.Class usage example Said L.Class where it should've said MyClass
Usage example for L.Class options mechanism should refer to MyChildClass inheriting from MyClass instead of MyChildClass inheriting from L.Class directly.
2014-08-13 18:13:35 -03:00
i.vasilevskiy
d1f8aad712 Fix map click event name 2014-08-09 21:54:42 +04:00
Vladimir Agafonkin
daf83c2cbf Merge pull request #2810 from manleyjster/gh-pages
Add comment to removeEventListener in docs
2014-07-24 02:00:59 +03:00
Justin Manley
311e988aa0 Add comment to removeEventListener doc noting that arguments to removeEventListener must be the same as those passed to addEventListener. 2014-07-23 16:22:51 -05:00
Hans Kristian Flaatten
173a37e976 Implement #2702
Add map.eachLayer() to reference page
2014-07-18 15:40:44 +02:00
ikokostya
0ec0e40609 Convert Map#getPixelBounds result to link 2014-06-05 02:09:03 +04:00
Per Liedman
786e63f943 Merge pull request #2637 from perliedman/document-requestAnimFrame
Document requestAnimFrame and cancelAnimFrame
2014-06-04 08:14:27 +02:00
Per Liedman
9288f7fbd8 Document requestAnimFrame and cancelAnimFrame 2014-06-04 08:12:50 +02:00
Per Liedman
a542bf9b6f Merge pull request #2724 from perliedman/fix-2723
Fix #2723
2014-06-04 08:08:45 +02:00
Per Liedman
ada4e22bcb Remove extra "the". Close #2723 2014-06-04 08:06:49 +02:00
Steve
831c799a2f Update Popup documentation with className option
References #2291
2014-05-07 12:25:27 -05:00
Vladimir Agafonkin
cac8882a8b Merge pull request #2654 from twidi/patch-1
Add missing `this` in L.Class inheritance doc
2014-04-28 14:09:52 +03:00
Vladimir Agafonkin
4b48820263 ditch CloudMade pass two 2014-04-28 13:51:17 +03:00
Stéphane Angel
50475d67e7 Add missing this in L.Class inheritance doc 2014-04-28 12:35:24 +02:00
Steve
c0aad7762e Change layer-control example link to absolute 2014-04-16 11:34:49 -05:00
mattesCZ
84fcd2191e Updated maxBounds behaviour docs. 2014-04-16 14:19:12 +02:00
Hans Kristian Flaatten
286d06dbc3 Add missing capital L to coordsToLatLng(s)
Add the missing capital L for following functions documentation:
* L.GeoJSON.coordsToLatLng()
* L.GeoJSON.coordsToLatLngs()
2014-03-11 10:18:07 +01:00
Tom MacWright
409938d023 i before e except after c 2014-03-06 20:24:04 -05:00
moklick
f2ab783dbf added bounds option to TileLayer 2014-02-09 21:23:13 +01:00
Steve
9dc88e177a fix typo for zoomOutTitle
Fixes #2367
2014-01-12 20:20:31 -06:00
Steve
c2c192f0ac Fix typo in getPopup docs
was appearing as Popup>popup
2013-12-19 11:35:04 -05:00
Trevor Powell
7dd54d0d2b Spelling fix 2013-11-19 15:45:42 -06:00
Trevor Powell
86f3995ce7 Fixing bounceAtZoomLimits option name 2013-11-19 15:37:08 -06:00
Vladimir Agafonkin
d037c23b2d fix prefix default value 2013-11-18 16:40:13 +02:00
Vladimir Agafonkin
0636c56f38 some no-new fixes and cleanup #1660 2013-11-18 16:35:03 +02:00
Vladimir Agafonkin
61283df82e merge gh-pages-nonew, ref #1660 2013-11-18 16:25:30 +02:00
Vladimir Agafonkin
5666865cc6 second batch of 0.7 docs updates 2013-11-18 14:20:57 +02:00
Vladimir Agafonkin
948c43ea60 first batch of docs updates for 0.7 2013-11-18 14:11:15 +02:00
Vladimir Agafonkin
4e9ad828f4 add a note about Draggable & setPosition, close #1743 2013-11-18 13:10:18 +02:00
Vladimir Agafonkin
e8f4411d7d fix geojson addData return type, close #2105 2013-11-18 13:08:08 +02:00
Vladimir Agafonkin
37af19e6b0 add Point floor and contains reference, close #2123 2013-11-18 13:07:10 +02:00
Vladimir Agafonkin
7a1b371904 update setMaxBounds description 2013-11-15 19:43:36 +02:00
Vladimir Agafonkin
11c046e4dc Merge branch 'gh-pages' of https://github.com/davidjb/Leaflet into gh-pages-master
* 'gh-pages' of https://github.com/davidjb/Leaflet:
  Update documentation regarding addition of options to panInsideBounds and setMaxBounds. Refs #1879
2013-11-15 19:41:25 +02:00
Vladimir Agafonkin
aad2ac341e Merge branch 'gh-pages' of https://github.com/n0nick/Leaflet into gh-pages-master
* 'gh-pages' of https://github.com/n0nick/Leaflet:
  Undo (accidental) removal of 'Point'
  Describe new autoPanPadding{TopLeft,BottomRight} Popup options
2013-11-15 19:40:06 +02:00
Vladimir Agafonkin
7f819ecc79 Merge branch 'patch-1' of https://github.com/palewire/Leaflet into gh-pages-master
* 'patch-1' of https://github.com/palewire/Leaflet:
  Added simple docs for lineJoin and lineCap settings on a path
2013-11-15 19:38:33 +02:00
Vladimir Agafonkin
37b6f3e626 minor fixes before 0.7 2013-11-15 19:10:26 +02:00
Vladimir Agafonkin
a2ca73ce29 Merge branch 'gh-pages' into gh-pages-master
* gh-pages: (152 commits)
  remove notice on the frontpage
  remove UserVoice widget (now it's ridden with spam)
  proper title for GeoJSON example page
  Fix grammar related to the word "milliseconds"
  an accidentally :) fixed typo
  Updated description of L.Popup source arg
  add filegeodatabase plugin
  plugins: Added leaflet-sidebar project
  Update reference.html
  Update plugins.md
  Update plugins.md
  Add Leaflet.layerscontrol-minimap
  fit incorrect closing tag, #2070
  Add Leaflet.Terminator plugin to overlay section.
  Add Plugin Control Order Layers
  Add Plugin Control Order Layers
  Add Leaflet.AlmostOver plugin
  Update plugins.md
  Add Leaflet-2gis plugin
  adds Leaflet.dbpediaLayer to plugin list
  ...
2013-11-15 18:36:42 +02:00
Ilya Vassilevsky
c2c9f30ae7 Fix grammar related to the word "milliseconds" 2013-11-09 10:30:22 +04:00
Vladimir Zotov
3ca464f95a an accidentally :) fixed typo 2013-11-07 12:44:33 +03:00
Benny Lichtner
00a8820b5b Updated description of L.Popup source arg
https://github.com/Leaflet/Leaflet/issues/2146
2013-11-05 20:58:45 -08:00
Tom MacWright
22f1c792a5 Document tileloadstart event 2013-11-01 14:21:41 -04:00
Dave Leaver
bc5131305b Update reference.html
This is a layers control, not an attribution control.
2013-10-24 08:59:46 +13:00
AndreyGeonya
0a0a223e50 popup getLatLng method added to the reference 2013-10-14 17:26:35 +03:00
Vladimir Zotov
d568667422 Fixed setPopupContent description 2013-10-06 01:44:17 +04:00
Vladimir Zotov
2fc9403708 fixed return type 2013-10-04 22:20:05 +04:00
Ben Welsh
1589ae2fb7 Added simple docs for lineJoin and lineCap settings on a path 2013-09-26 13:14:02 -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
Sagie Maoz
24b1f252a1 Undo (accidental) removal of 'Point' 2013-09-03 16:52:13 +03:00
Sagie Maoz
da083da135 Describe new autoPanPadding{TopLeft,BottomRight} Popup options
Options were added in #1972.
2013-09-03 16:40:35 +03:00
Tom MacWright
ecec4c1909 Fix #1867 2013-07-19 12:37:40 -04:00
David\ Beitey
189914f750 Update documentation regarding addition of options to panInsideBounds and setMaxBounds. Refs #1879 2013-07-18 13:56:07 +10:00
Vladimir Agafonkin
d3c34851fd Merge pull request #1835 from davidjb/gh-pages
Document changes to setMaxBounds method as per #1834
2013-07-17 09:47:56 -07:00
Vladimir Agafonkin
f688f3d810 fix FF error on API reference page 2013-07-05 13:46:57 +03:00
David Beitey
ae7dd990a7 Document changes to setMaxBounds method as per #1834 2013-07-05 14:13:49 +10:00
Andrey Geonya
cb22601c8d Update reference.html
getLayers() documentation fixed (wrong type)
2013-06-30 21:39:25 +03:00
Andrey Geonya
c45b140e70 Update reference.html
LocationEvent documentation fixed (altitude duplicate)
2013-06-30 12:24:10 +03:00
Vladimir Agafonkin
5e4cfc5b68 Merge pull request #1810 from JasonSanford/gh-pages
A few more details about base layers in the layers control
2013-06-29 05:28:58 -07:00
Jason Sanford
703e5a6da7 Also note that only a single base map should be passed in reference. 2013-06-29 00:43:38 -06:00
Tom MacWright
49fb1968b4 Clicking on trs will bring you there, icons on hover. Fixes #1793 2013-06-28 14:42:13 -04:00
Vladimir Agafonkin
c7668676f1 add anchor highlighting to the reference 2013-06-27 18:15:50 -04:00
Tom MacWright
a6360cc91e Add links to all sections, do lowercase with dashes 2013-06-27 14:49:02 -04:00
Tom MacWright
946647257d First swipe at a member reference link 2013-06-27 14:30:40 -04:00
Vladimir Agafonkin
e306733ac8 bigger font and minor tweaks 2013-06-26 11:16:14 -04:00
Vladimir Agafonkin
951addabcd finish 0.6 docs 2013-06-26 09:08:40 -04:00
Vladimir Agafonkin
2c34511bf6 merge master 2013-06-25 23:32:23 -04:00
Vladimir Agafonkin
71aadeca25 add a link to previous stable version docs, close #921 2013-06-25 16:34:26 -04:00
Vladimir Agafonkin
7d2649e0ae yet another docs update 2013-06-25 16:12:45 -04:00
Vladimir Agafonkin
2f2632758e one more docs updates batch 2013-06-25 14:44:07 -04:00
Vladimir Agafonkin
2729af4fc9 another batch of docs updates 2013-06-25 13:41:03 -04:00
Vladimir Agafonkin
e7fa864260 first batch of docs updates 2013-06-25 13:01:45 -04:00
Tom MacWright
39a9ad879a Merge branch 'gh-pages-master' of github.com:Leaflet/Leaflet into gh-pages-master 2013-06-24 13:34:37 -04:00
Tom MacWright
728ddb82d4 Fixes #1741 - adds documentation for setLatLngs + getLatLngs for Multi* 2013-06-24 13:32:56 -04:00
Vladimir Agafonkin
04312a7b3d merge gh-pages 2013-06-11 16:56:49 +03:00
Andrey Geonya
0e2c75e982 Update reference.html 2013-06-06 18:55:01 +03:00
Vladimir Agafonkin
9e1f3bdc20 rename section titles; rename creation column to factory 2013-06-04 15:15:50 +03:00
Vladimir Agafonkin
c6654f6077 Merge branch 'no-new' of https://github.com/calvinmetcalf/Leaflet into gh-pages-nonew
* 'no-new' of https://github.com/calvinmetcalf/Leaflet:
  more consistancy
  per #1430 no new in documentation
2013-06-04 14:42:18 +03:00
Steve
9643e0b2d6 Fix wrong word (Number instead of Point) in closestPointonSegment
Issue #1720
2013-05-30 13:08:55 -03:00
Vladimir Agafonkin
b97b7e49ce Merge pull request #1711 from maackle/patch-1
added 'overlayadd' and 'overlayremove' descriptions (closes #1709)
2013-05-29 00:53:16 -07:00
Steve
e44da8691b Fix typo in noConflict section 2013-05-29 01:23:44 -03:00
Michael Dougherty
cc113ff778 added 'overlayadd' and 'overlayremove' descriptions (closes #1709) 2013-05-28 15:18:19 -06:00
yarik ponomarenko
f9ebcf5fd0 HTMLElement was indicated as allowable type of content in L.Popup.setContent()
In accordance with https://github.com/Leaflet/Leaflet/issues/9
2013-05-09 16:07:56 +03:00
Calvin Metcalf
3a801666f4 more consistancy 2013-05-07 16:00:56 -04:00
Calvin Metcalf
43147f84aa per #1430 no new in documentation 2013-05-07 12:44:29 -04:00
Dan Dascalescu
7edc17d2fa Fix some typos and link to the locate method 2013-05-03 19:43:12 -07:00
Didji
410bc4b86e Update reference.html
ie7 property's description in Browser section was "true for Internet Explorer 6." instead of "true for Internet Explorer 7."
2013-05-03 12:44:49 +03:00
danzel
9245ceeb22 Mention that the baselayerchange event is fired on the map object. Fixes #1625 2013-04-29 10:24:10 +12:00
Vladimir Agafonkin
33b44332fc make subdomain in url template description clearer, close #1441 2013-04-23 12:21:50 +03:00
Alexander Parshin
8a357ad7f3 Extend description of L.TileLayer.Canvas 2013-04-17 00:29:02 +04:00