Vladimir Agafonkin
2ee5c90f02
add CRS.Earth, move Harvesine distance there
2014-01-02 15:42:14 +02:00
Vladimir Agafonkin
a97c599201
Layer popup methods and cleanup, fix #2279 , fix #2292
2013-12-21 12:46:38 +01:00
Vladimir Agafonkin
508a75f7a8
make Circle inherit from CircleMarker and not the other way
2013-12-18 12:03:23 -05:00
Vladimir Agafonkin
dc5151b81a
fix GeoJSON roundtripping
2013-12-18 12:03:22 -05:00
Vladimir Agafonkin
87bf1ff144
fix GeoJSON deps
2013-12-18 12:03:22 -05:00
Vladimir Agafonkin
d0eedd3f52
rename vectors2 folder into vectors, update deps
2013-12-18 12:03:22 -05:00
Vladimir Agafonkin
21510e6100
add CircleMarker
2013-12-18 12:03:21 -05:00
Vladimir Agafonkin
1e04f5feba
add Circle implementation
2013-12-18 12:03:21 -05:00
Vladimir Agafonkin
6f9d05fc40
implement Canvas events and SVG click-through
2013-12-18 12:03:21 -05:00
Vladimir Agafonkin
08028b7a7a
add VML implementation (not tested yet)
2013-12-18 12:03:21 -05:00
Vladimir Agafonkin
48a3c34702
add Path Popup implementation
2013-12-18 12:03:20 -05:00
Vladimir Agafonkin
7976b1f284
add basic Canvas implementation
2013-12-18 12:03:20 -05:00
Vladimir Agafonkin
7cd67edf71
copy Rectangle implementation
2013-12-18 12:03:19 -05:00
Vladimir Agafonkin
33f4e72cc4
add working Polygon implementation
2013-12-18 12:03:19 -05:00
Vladimir Agafonkin
076255f33f
initial working Path/Polyline implementation
2013-12-18 12:03:19 -05:00
Vladimir Agafonkin
568fd154e2
initial Renderer/SVG implementations
2013-12-18 12:03:19 -05:00
Vladimir Agafonkin
7f03570b8d
move Layer-related Map code from Map.js to Layer.js
2013-12-06 15:10:29 +02:00
Vladimir Agafonkin
a30a872a78
initial Layer commit (base class for all layers)
2013-12-06 15:10:28 +02:00
Vladimir Agafonkin
91a01a03da
move Projection namespace to Projection.LonLat.js
2013-12-02 19:18:07 +02:00
Vladimir Agafonkin
ce79ea1e81
remove TileLayer.Canvas in favor of GridLayer
2013-12-02 19:16:00 +02:00
Vladimir Agafonkin
5e6f95dc9c
implement TileLayer on top of GridLayer
2013-12-02 19:16:00 +02:00
Vladimir Agafonkin
e8c504b5f9
working GridLayer implementation, #1180
2013-12-02 19:15:19 +02:00
Vladimir Agafonkin
58b93f80b1
remove closure compiler instructions; close #2193
2013-11-15 16:35:25 +02:00
danzel
6e3e0d9b14
Rename MsTouch to Pointer
2013-10-04 15:07:30 +13:00
a.lubchuk
2780ed6c6d
add CircleMarker as dependency of GeoJSON
2013-07-26 16:28:51 +03:00
Vladimir Agafonkin
f9ea4758f8
move all tap hacks code into a separate handler, close #1781
2013-06-24 18:17:25 -04:00
Steve Kashishian
c684fb4652
Prevent infinite loop in adding of canvas CircleMarkers
2013-05-28 19:39:14 -04:00
Vladimir Agafonkin
9ac57e04f4
move Map control methods to Control.js
2013-04-20 17:04:17 +03:00
Vladimir Agafonkin
7cb7993571
simplify popup methods, merge #738
2013-04-20 16:58:42 +03:00
Andrey Chizh
6fc5da68f0
Update deps.js
...
In module TouchZoom in deps specified old module name "MapAnimationZoom". Should be "AnimationZoom".
2013-04-09 13:51:44 +03:00
Andrey Chizh
eafede40d4
Update deps.js
...
The description refers to the module dependency on itself
2013-04-01 12:01:16 +03:00
Vladimir Agafonkin
40a824fc97
refactor TileLayer animation, fix #1140 , #1437 , #52 , #1442
...
Refactored TileLayer animation so that it happens for each tile layer
independently instead of animating the parent of all tile layers. Moved
TileLayer animation code into a separate file (TileLayer.Anim.js).
Fixes loads of bugs and makes the code easier to understand.
2013-02-20 18:40:00 +02:00
jacobtoye
8440f5ba7c
Remove PolyEdit from the dependencies file for building.
2013-02-11 13:17:39 +13:00
Vladimir Agafonkin
2a0eec9ce7
better dependencies formatting
2012-12-20 15:34:22 +02:00
Vladimir Agafonkin
cac035af93
add CRS.Simple to the build
2012-10-31 02:13:42 +02:00
danzel
8bed7adb81
Make touch events work for IE10 using a wrapper approach (similar to DomEvent.DoubleTap). DoubleTap touch on IE10 doesn't currently work but everything else does. Refs #871
2012-10-18 14:23:09 +13:00
Vladimir Agafonkin
2d2fc74110
get rid of the legacy L.Transition, replace with a better and simpler L.PosAnimation
2012-08-10 18:43:46 +03:00
Vladimir Agafonkin
4174390562
keyboard navigation cleanup, closes #646 #663
2012-07-27 15:10:17 +03:00
Vladimir Agafonkin
ccd6c2956f
Merge branch 'master' of https://github.com/ericmmartinez/Leaflet into keyboard
2012-07-27 14:18:46 +03:00
Vladimir Agafonkin
33d9bc0cff
move L.Icon.Default to separate file, fix popup anchor
2012-07-18 13:55:49 +03:00
Eric Martinez
a69477abcf
Created a focus handler for the map. Converted keyboard handler to make use of new focus events.
2012-05-04 23:46:15 -06:00
emartinez
765e07d69c
Created keyboard handler for map panning/zooming.
2012-05-03 11:00:30 -06:00
mourner
90198ec519
added scale control
2012-02-25 17:04:27 +02:00
Jason Sanford
a7081e6927
Fixing typo in Rectanlge.js description. Adding Rectangle.js to dependencies.
2012-02-23 14:02:10 -07: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
8a1eb107b1
Fixed Android vector layers regression, Closed #416 , #407 , #182
2012-02-13 12:14:48 +02:00
mourner
8504147844
Restructure handler code
2011-12-14 13:12:54 +02:00
mourner
0e329c7b1b
minor build helper improvements
2011-12-12 14:04:26 +02:00
mourner
3776e73c00
Switched to Node + Jake + UglifyJS for building
2011-12-11 22:45:49 +02:00