danzel
630f0f2f27
Add L.Icon iconRetinaUrl/shadowRetinaUrl options documentation
2012-11-26 15:08:35 +13:00
Vladimir Agafonkin
7491c276c4
Merge pull request #1124 from robpvn/patch-1
...
Update Map reference docs with baselayerchange
2012-11-07 06:29:44 -08:00
Robert Nordan
ec2bdaacbb
Update Map reference docs with baselayerchange
...
baselayerchange is a new event that has landed in master, so it needs to be documented for easy reference.
2012-11-07 15:25:36 +01:00
Vladimir Agafonkin
11fae709f6
Merge pull request #1113 from jieter/gh-pages-master
...
Adding Leaflet.encoded to plugins page
2012-11-01 13:52:43 -07:00
Jan Pieter Waagmeester
35db4f81f7
Adding Leaflet.encoded to plugins page
2012-11-01 20:20:32 +01:00
Vladimir Agafonkin
c7e583eb5f
Merge pull request #1044 from jacobtoye/gh-pages-master-decouplepopup
...
Documentation to go with pull #1038
2012-10-08 09:06:40 -07:00
jacobtoye
e7eefd8bae
Documenting new L.Path 'remove' event.
2012-10-08 09:52:26 +13:00
jacobtoye
6ad2361c8c
Documented L.Path.unbindPopup() method.
2012-10-08 09:50:58 +13:00
jacobtoye
3a616575bc
Documenting new marker events.
2012-10-08 09:40:43 +13:00
Vladimir Agafonkin
6906111599
Merge pull request #992 from domoritz/gh-pages-master
...
Added documentation for isValid from #972 .
2012-09-11 05:14:50 -07:00
Dominik Moritz
f6e28fe1ce
Added documentation for isValid from #972 .
2012-09-11 12:52:28 +01:00
Vladimir Agafonkin
deb6b422c3
Merge pull request #934 from joealfonso/gh-pages-master
...
Changed 'eachLayers' to 'eachLayer' (typo)
2012-08-22 09:16:14 -07:00
Joe Alfonso
09160e9735
Changed 'eachLayers' to 'eachLayer' (typo)
2012-08-22 11:51:10 -04:00
Vladimir Agafonkin
742170e010
Merge pull request #930 from joealfonso/gh-pages-master
...
Changed "imerial" to "imperial" (typo)
2012-08-21 15:01:27 -07:00
Joe Alfonso
f3352a667a
Changed "imerial" to "imperial" (typo)
2012-08-21 17:54:59 -04:00
Vladimir Agafonkin
e94052de42
update docs for #857
2012-07-31 11:19:09 +03:00
Vladimir Agafonkin
46eb40de6f
update about 0.4.1
2012-07-31 11:11:04 +03:00
Vladimir Agafonkin
aed9d473d1
Merge branch 'master' into gh-pages-master
2012-07-31 11:01:11 +03:00
Vladimir Agafonkin
a393cdec20
update build and changelog
2012-07-31 10:59:14 +03:00
Vladimir Agafonkin
7622bfea8f
Merge pull request #856 from mattcurrie/patch-1
...
Fix L.tileLayer.wms class factory
2012-07-30 23:26:03 -07:00
mattcurrie
f3ef407814
Fix L.tileLayer.wms class factory
2012-07-31 12:05:30 +12:00
Vladimir Agafonkin
b9b967e802
Merge pull request #854 from sxua/master
...
Detect retina support snippet by Thomas Fuchs
2012-07-30 12:02:08 -07:00
Olexandr Skrypnyk
031ee25377
Move isRetina
method from Util to Browser
2012-07-30 17:27:15 +03:00
Olexandr Skrypnyk
7b167a41dc
Detect retina support for a huge amount of devices by Thomas Fuchs
...
Tested on iOS, Android 2.x, Chrome for Android, Safari on MacBook Pro Retina, Firefox mobile (beta) for Android, Opera Mobile (Android).
2012-07-30 17:03:52 +03:00
Vladimir Agafonkin
bc9e4096ac
update changelog
2012-07-30 16:46:46 +03:00
Vladimir Agafonkin
e3b2b78558
fix incorrect calculation of scale by the scale control, closes #852
2012-07-30 16:45:58 +03:00
Vladimir Agafonkin
3773a30726
update changelog
2012-07-30 16:11:31 +03:00
Vladimir Agafonkin
529cdb09a3
fix ugly marker shadows on iE8, closes #850
2012-07-30 12:54:44 +03:00
Vladimir Agafonkin
b1db46a307
update build with regression fixes
2012-07-30 12:31:09 +03:00
Vladimir Agafonkin
b2adb29cf1
fix canvas backend and holed polygons regression
2012-07-30 12:28:44 +03:00
Vladimir Agafonkin
4a7eecbec9
final polishing
2012-07-30 11:17:10 +03:00
Vladimir Agafonkin
adc139f07e
minor plugins page fix
2012-07-30 10:35:16 +03:00
Vladimir Agafonkin
09261e4168
Merge pull request #848 from aparshin/boundary-canvas-plugin
...
Add TileLayer.BoundaryCanvas plugin description into plugins.md
2012-07-29 23:25:00 -07:00
Alexander Parshin
be1ac7aff6
Add TileLayer.BoundaryCanvas plugin description into plugins.md
2012-07-30 03:50:44 +04:00
mourner
dbd875d960
minor fixes
2012-07-30 01:42:15 +03:00
mourner
e55e948986
update build
2012-07-30 01:39:13 +03:00
Vladimir Agafonkin
3b2250cd32
Merge pull request #847 from jtreml/custom_unit_in_scale_control_hooks
...
Provide the hooks needed for writing plugins / extensions to scale control
2012-07-29 15:37:21 -07:00
mourner
9559344d3d
minor fixes
2012-07-30 01:34:53 +03:00
mourner
4b8e9e4a29
add disquis comments to posts
2012-07-30 01:34:17 +03:00
mourner
9303b35d21
Merge branch 'master' into gh-pages-master
2012-07-30 00:38:09 +03:00
Juergen Treml
1a1205ea6e
Provide the hooks needed for writing plugins / extensions to scale control
...
Separate the creation of scales as well as the updating of them into
separate methods, which allows for plugins to overwrite these methods
in order to add an extra scale and update it.
Update style to support n scales instead of exactly one or two.
2012-07-29 14:10:03 +02:00
mourner
6437e653ee
fix array form polyline editing bug, update build
2012-07-29 02:22:18 +03:00
mourner
35390be26c
update changelog
2012-07-29 02:21:57 +03:00
mourner
7061590784
add developer blog and release post
2012-07-29 02:20:15 +03:00
mourner
754e46c9b2
improve GeoJSON example
2012-07-28 14:32:45 +03:00
mourner
61bbb8bae7
Merge branch 'master' into gh-pages-master
2012-07-28 14:03:13 +03:00
mourner
244926f9c4
update build with IE reqAnimFrame fix
2012-07-28 14:03:00 +03:00
Vladimir Agafonkin
bb99bd1944
Merge pull request #842 from JasonSanford/gh-pages-master
...
GeoJSON Tutorial for 0.4
2012-07-28 03:59:08 -07:00
Jason Sanford
facdcbfbdf
Finishing up GeoJSON tutorial.
2012-07-28 00:41:12 -06:00
Vladimir Agafonkin
a374e27d50
Merge pull request #840 from thegreat/ie_error_cleartimeout
...
fix IE8 error with calling call() on window.clearTimeout()
2012-07-27 13:07:07 -07:00