mourner
|
9081e9a00c
|
Merge branch 'master' of github.com:CloudMade/Leaflet
|
2012-03-07 00:08:17 +02:00 |
|
Jason Sanford
|
713a3a702f
|
Adding getBounds method to FeatureGroup.
|
2012-03-03 22:54:50 -07:00 |
|
Jason Sanford
|
d86278571d
|
LatLngBounds.extend(otherLatLngBounds) seems to be working. Addresses #517.
|
2012-03-03 08:39:18 -07:00 |
|
mourner
|
0474023675
|
initial global refactoring
|
2012-03-03 17:02:20 +02:00 |
|
mourner
|
fc0b477622
|
minor cleanup
|
2012-02-25 17:13:30 +02:00 |
|
mourner
|
90198ec519
|
added scale control
|
2012-02-25 17:04:27 +02:00 |
|
mourner
|
41bfa169a1
|
styling tweaks, remove controls box-shadow for mobile devices
|
2012-02-23 16:13:09 +02:00 |
|
jpk
|
5539886132
|
Fire 'edit' event while dragging editable polygon/line marker.
|
2012-02-22 12:40:10 -05:00 |
|
Jason Sanford
|
53627cab80
|
Merge branch 'master' of git://github.com/CloudMade/Leaflet
|
2012-02-21 07:39:54 -07:00 |
|
mourner
|
e6af79d005
|
Fixed poly editing with layer add/remove bugs, closed #508
|
2012-02-21 15:28:11 +02:00 |
|
mourner
|
60f96281e7
|
Fixed false clicks on touch devices bugs, closed #485
|
2012-02-21 14:58:01 +02:00 |
|
Jason Sanford
|
6778c4c26b
|
Adding setBounds method to Rectangle layer.
|
2012-02-20 22:08:28 -07:00 |
|
Jason Sanford
|
00fced38d5
|
Moved rectangle debug page to vector directory
|
2012-02-20 21:58:32 -07:00 |
|
Jason Sanford
|
b18491c25d
|
Adding L.Rectangle. Just ready to test in debug, still needs added to build scripts, documentation to be comlete. Addresses #494.
|
2012-02-16 23:36:46 -07:00 |
|
mourner
|
c3b33d8ca3
|
Polyline editing fixes, better debug page
|
2012-02-16 18:11:17 +02:00 |
|
mourner
|
ebbad27cbd
|
More polyline/polygon editing (middle markers), #174
|
2012-02-16 17:28:42 +02:00 |
|
mourner
|
43305b9ffb
|
Initial polyline/polygon editing implementation, #174
|
2012-02-16 14:15:47 +02:00 |
|
mourner
|
1a8a0ce632
|
Added DivIcon for lightweight div-based markers, and editable poly example
|
2012-02-16 13:00:45 +02:00 |
|
mourner
|
ae99354857
|
interpolate URL values from options (instead of urlParams 3rd argument)
|
2012-02-15 18:23:34 +02:00 |
|
mourner
|
808d01207c
|
another batch of cleanup and refactoring
|
2012-02-15 17:50:22 +02:00 |
|
mourner
|
30f1c6af9e
|
Merged #488 fix from stable, closed #488, allowed smart tabs
|
2012-02-15 11:03:39 +02:00 |
|
mourner
|
ba5b40cc19
|
Fixed non-removable attributions regression #488
|
2012-02-15 10:54:17 +02:00 |
|
Jason Sanford
|
22e2fba84b
|
Adding "equals" method to LatLngBounds using the preferred LatLng.equals method. Much cleaner.
|
2012-02-14 09:29:29 -07:00 |
|
mourner
|
bc39d7036b
|
fix black tile flickering bug, update changelog, build
|
2012-02-14 17:25:47 +02:00 |
|
mourner
|
e50c98863c
|
Added FeatureGroup setStyle and invoke methods, closed #353
|
2011-12-15 13:25:25 +02:00 |
|
mourner
|
f02de1140e
|
revert geojson debug files
|
2011-12-15 12:21:42 +02:00 |
|
mourner
|
dd42662a42
|
minor changelog update
|
2011-12-15 12:20:09 +02:00 |
|
mourner
|
3595c50b33
|
Added map zoomstart event, fixed movestart event, closed #377
|
2011-12-14 16:09:32 +02:00 |
|
mourner
|
8504147844
|
Restructure handler code
|
2011-12-14 13:12:54 +02:00 |
|
mourner
|
0f23454168
|
Fixed min zoom recalculation on resize when max bounds enabled
|
2011-12-07 15:58:06 +02:00 |
|
mourner
|
43d87dacde
|
At last, added ability to set max geographical bounds within which users can pan/zoom! Closed #93
|
2011-12-02 19:04:19 +02:00 |
|
mourner
|
a38f9dd6ae
|
vector code refactoring to fix #339
|
2011-10-21 17:50:59 +03:00 |
|
mourner
|
0892da2aca
|
Fixed geojson example error #304
|
2011-09-23 19:00:57 +03:00 |
|
mourner
|
6d8f8e8b38
|
Fixed trailing comma, closed #305
|
2011-09-23 17:05:21 +03:00 |
|
Mourner
|
e4c08caf47
|
Fix overlay positions when panning to a copy of a world, close #273
|
2011-09-09 16:32:43 +03:00 |
|
Mourner
|
a26b2d40c8
|
simple vector debug page
|
2011-09-09 12:51:03 +03:00 |
|
Jason Sanford
|
9e6d976449
|
Adding "getBounds" method to L.Path and a debug page to show it in use.
|
2011-08-14 22:31:13 -06:00 |
|
Mourner
|
e89f431d70
|
debug page for polygon setLatLngs
|
2011-08-11 14:30:46 +03:00 |
|
Mourner
|
ea946bf541
|
cleanup example
|
2011-08-11 14:03:07 +03:00 |
|
Mourner
|
13807db12e
|
more mouse scrolling fixes, update build
|
2011-08-11 14:01:15 +03:00 |
|
Mourner
|
3aa4302517
|
fix geojson example #233
|
2011-08-10 15:30:29 +03:00 |
|
Mourner
|
9aee9dc68a
|
TileLayer continuousWorld option, related to #236
|
2011-08-10 15:06:16 +03:00 |
|
Mourner
|
a024a64a15
|
update canvas debug page
|
2011-08-02 11:07:21 +03:00 |
|
Mourner
|
6b23b4325b
|
add layer through layer group in debug page
|
2011-07-29 16:54:54 +03:00 |
|
Mourner
|
a4c46c9a60
|
nicer buttons on debug canvas page
|
2011-07-28 13:58:40 +03:00 |
|
Mourner
|
aa5849a2dc
|
fixed mouse zoom when map is inside scrollable div, closes #206
|
2011-07-28 12:49:32 +03:00 |
|
florianf
|
93da176a38
|
Added second removal of canvas layer for testing purposes.
|
2011-07-24 15:05:38 +02:00 |
|
florianf
|
6c37eda53a
|
Implemented removing of canvas layers. Fixes #172
|
2011-07-24 14:56:42 +02:00 |
|
Mourner
|
95e0e6345c
|
passing layer config in control constructor
|
2011-07-13 14:49:36 +03:00 |
|
Mourner
|
50e36cc2cb
|
minor tweaks
|
2011-07-13 14:38:46 +03:00 |
|