Commit Graph

289 Commits

Author SHA1 Message Date
Lambdac0re
88517afea9 Update reference.html 2015-04-01 14:42:38 +02:00
Lamdabc0re
7e0eae568b Update reference.html
L.Util.falseFn() does NOT return a function!
2015-03-06 14:36:34 +01:00
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