Mourner
|
40a1ebf5c3
|
minor Path refactoring, update build after Jason commits
|
2011-06-16 12:15:17 +03:00 |
|
Mourner
|
667fdd9797
|
Fix L variable definition, closes #122
|
2011-06-14 15:14:47 +03:00 |
|
Mourner
|
13e534d130
|
pass options to locateAndSetView
|
2011-06-14 12:13:00 +03:00 |
|
Mourner
|
a2a6ff3728
|
Supposedly fixed error on iOS 3, closes #113
|
2011-06-14 12:10:19 +03:00 |
|
mourner
|
815a301eb4
|
update build after Jason additions
|
2011-06-14 00:38:03 +03:00 |
|
mourner
|
a1efe42a6d
|
fix global map var regression, closes #117
|
2011-06-13 22:17:04 +03:00 |
|
mourner
|
ac10b95a04
|
update build after carljm's fixes
|
2011-06-12 09:43:38 +03:00 |
|
Mourner
|
7772651114
|
moved CircleMarker radius to options, 10 by default
|
2011-06-10 17:15:45 +03:00 |
|
Mourner
|
5c2e3a511f
|
popup fixes, marker setIcon
|
2011-06-10 16:24:49 +03:00 |
|
Mourner
|
3558ed8e32
|
update build and changelog, closes #77, closes #13
|
2011-06-10 14:47:28 +03:00 |
|
Mourner
|
9514712bb6
|
fix potential memory leak, closes #107
|
2011-06-09 14:43:23 +03:00 |
|
Mourner
|
88c384f946
|
fix scrollWheelZoom date line issue, part of #105
|
2011-06-07 11:41:59 +03:00 |
|
Mourner
|
4897241427
|
TileLayer setOpacity method, fixes #102
|
2011-06-07 11:38:56 +03:00 |
|
Mourner
|
49c0b0dcd8
|
more TileLayer onRemove fix
|
2011-06-03 17:42:54 +03:00 |
|
Mourner
|
dc84cb1fd3
|
fix bug with removing/readding tile layers
|
2011-06-03 16:59:14 +03:00 |
|
Mourner
|
0b1a2bca4d
|
Popup now accepts HTML element as content too, fixes #9
|
2011-06-03 14:40:11 +03:00 |
|
Mourner
|
522fd7a78e
|
fix bug with click propagation on popup close button, fixes #99
|
2011-06-03 14:32:17 +03:00 |
|
Mourner
|
c67bc5a031
|
#96
|
2011-06-03 13:54:07 +03:00 |
|
Mourner
|
a2729351be
|
fix popup setContent, fixes #94
|
2011-06-03 12:55:06 +03:00 |
|
Mourner
|
c8f1e95236
|
fix bug with some tiles not loading, fixes #97, update changelog
|
2011-06-03 12:36:38 +03:00 |
|
Mourner
|
2bbdc028ea
|
fix map div absolute position bug, fixes #100
|
2011-06-03 11:52:51 +03:00 |
|
Mourner
|
3488f88c38
|
improve debug handling
|
2011-06-02 17:07:56 +03:00 |
|
Mourner
|
cc1aabbd95
|
fix bug with some tiles not loading in tms layer, fixes #97
|
2011-06-02 16:47:50 +03:00 |
|
Mourner
|
bc63a2eec8
|
async option in TileLayer.Canvas
|
2011-06-02 16:29:47 +03:00 |
|
Mourner
|
a13c265d75
|
minor attribution improvement
|
2011-06-01 18:28:21 +03:00 |
|
Mourner
|
94a15edef9
|
cleanup
|
2011-06-01 15:07:48 +03:00 |
|
Mourner
|
d212a8b553
|
Merge remote branch 'origin/master'
|
2011-06-01 14:55:00 +03:00 |
|
Mourner
|
cef1e2a931
|
fix TileLayer.Canvas regression
|
2011-06-01 14:54:38 +03:00 |
|
H. Westphal
|
911b46c6fc
|
Allow creation of empty L.LatLngBounds
|
2011-06-01 10:55:05 +02:00 |
|
Mourner
|
eadb94f258
|
revert android fix as it prevents clicks on iphone :(
|
2011-05-31 20:02:23 +03:00 |
|
Mourner
|
95d58b5e87
|
fix regression in Circle, fixes #92
|
2011-05-31 16:11:21 +03:00 |
|
Mourner
|
5b05a40e0d
|
update build
|
2011-05-31 13:11:05 +03:00 |
|
Mourner
|
e7410e6e03
|
improve projections support, add EPSG:3395 (real mercator)
|
2011-05-31 12:36:05 +03:00 |
|
Mourner
|
ed168a30b2
|
fix tile loading regression, fixes #87, fixes #91
|
2011-05-31 11:59:15 +03:00 |
|
mourner
|
600c9619c3
|
Revert getTarget-related refactoring, fixes #87 (IE8 error)
|
2011-05-31 01:27:19 +03:00 |
|
mourner
|
c0662f62d6
|
fix accidental global variable
|
2011-05-31 00:43:57 +03:00 |
|
mourner
|
876bb4f69d
|
finished projections improvement
|
2011-05-31 00:37:48 +03:00 |
|
Mourner
|
791ed9f297
|
title option for markers, fixes #86
|
2011-05-30 17:08:53 +03:00 |
|
Mourner
|
96e216ba14
|
fix WMS tiles not loading near date line
|
2011-05-30 16:24:59 +03:00 |
|
Mourner
|
f36a2f91af
|
fix accidentally broken tiles in IE6-8, fix SVG in IE9, fixes #83
|
2011-05-30 15:20:08 +03:00 |
|
Mourner
|
138cc723b5
|
Merge branch 'tms' of https://github.com/tmcw/Leaflet into tmcw-tms
|
2011-05-30 11:10:53 +03:00 |
|
Tom MacWright
|
d5e5f33d79
|
Adding TMS support to Leaflet with a scheme: 'tms' option.
|
2011-05-27 13:39:25 -04:00 |
|
Mourner
|
0a43384d64
|
TileLayer.Canvas
|
2011-05-27 20:20:54 +03:00 |
|
Mourner
|
194edd32a6
|
canvas tile layer
|
2011-05-27 19:13:28 +03:00 |
|
Mourner
|
9863c0c6a0
|
tile layer refactoring
|
2011-05-27 18:36:11 +03:00 |
|
Mourner
|
87eee7fbcb
|
LatLngBounds#contains(LatLng), Bounds#contains(Point), fixes #76
|
2011-05-26 11:56:52 +03:00 |
|
Mourner
|
b6b7612b0a
|
minor Polyline methods improvements
|
2011-05-25 19:12:52 +03:00 |
|
Mourner
|
ec3c899b64
|
Poly addLatLng, setLatLngs, spliceLatLngs methods, fixes #74
|
2011-05-25 18:57:58 +03:00 |
|
Mourner
|
21184e2f48
|
update closure compiler
|
2011-05-23 15:28:32 +03:00 |
|
Mourner
|
80c7c9d32d
|
several marker bugfixes, fixes #66
|
2011-05-23 14:19:44 +03:00 |
|