Vladimir Agafonkin
a33eff73f0
replace CSS transitions in pan animations with frames
2014-10-21 12:21:32 +03:00
Vladimir Agafonkin
2be2cca49a
basic linear zoomPanTo without intermediary tile loading
2014-10-21 12:21:28 +03:00
Sonny Gupta
6ebd9f1ac7
Issue #2722 Removed minified source from bower distribution, as is the convention now.
2014-06-04 09:06:54 -07:00
Calvin Metcalf
ce4b77fe81
add publish script for component and bower
...
This reverts commit 5543a1637b42423f97a01e2dd29acd7c302cc73e.
2014-03-19 20:29:41 -04:00
Vladimir Agafonkin
0cf887fdb4
fix Travis build false passes when running tests
2014-01-03 00:37:07 +02:00
Vladimir Agafonkin
2ee5c90f02
add CRS.Earth, move Harvesine distance there
2014-01-02 15:42:14 +02:00
Vladimir Agafonkin
9ae1623910
include version info in top comment, close #2276
2013-12-26 18:46:00 +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
773fa91d1e
fix old IE and stricter jshinting
2013-12-13 17:24:43 -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
28b26498c6
fix coverage reporting
2013-12-02 19:18:07 +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
16d12f4ac0
improve build reporting more
2013-11-28 15:20:25 +02:00
Vladimir Agafonkin
941b206714
improve size reporting when building and add gzipped size
2013-11-28 14:56:32 +02:00
Vladimir Agafonkin
58b93f80b1
remove closure compiler instructions; close #2193
2013-11-15 16:35:25 +02:00
Vladimir Agafonkin
244f9f39ce
improve and clean up build system, jshint specs in tests, close #2151
2013-11-08 17:55:58 +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
Vladimir Agafonkin
73adefe1ac
update jshint to 2.1.3, reenable jshint white - big thanks to @antonkovalyov
2013-06-03 12:08:34 +03:00
Vladimir Agafonkin
34dbfea015
Merge pull request #1713 from snkashis/circlemarker_loop
...
Prevent infinite loop in adding of canvas CircleMarkers
2013-05-29 05:47:43 -07:00
Vladimir Agafonkin
6387f20206
update packages versions, minor jshinting
2013-05-29 12:10:19 +03:00
Steve Kashishian
c684fb4652
Prevent infinite loop in adding of canvas CircleMarkers
2013-05-28 19:39:14 -04:00
Vladimir Agafonkin
323245ffc3
define Leaflet as an AMD module as well, close #1364
2013-04-23 13:20:19 +03: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
Vladimir Agafonkin
ff214407eb
add ie and safari to jake test platforms
2013-04-20 13:44:31 +03:00
Vladimir Agafonkin
340dacde81
remove hasOwnProperty checks, close #1606
2013-04-20 11:32:23 +03:00
Vladimir Agafonkin
b0fe4e5990
cleaner jshint config
2013-04-11 13:29:19 +03:00
Vladimir Agafonkin
c4dc595490
more strict jshinting, enforce single quotes and camelCase for consistency
2013-04-11 12:45:52 +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
John Firebaugh
e6998948b1
Compatibility with browserify
...
In a browserify package, `this` will refer to a node-style
exports object, not window. So just reference `window`
directly.
2013-04-08 10:49:39 -04:00
Vladimir Agafonkin
6c7316dfec
fix coverage reporting in Karma #1479 , close karma-runner/karma#461
2013-04-04 12:18:17 +03:00
Vladimir Agafonkin
80ba8d9054
remove testacular master hack (as 0.6 is now stable)
2013-04-03 14:50:10 -07:00
Tom MacWright
a2f7d7e834
Use mocha
2013-04-03 14:50:09 -07:00
John Firebaugh
28daa9e9b1
testacular -> karma
2013-04-03 14:12:51 -07:00
Vladimir Agafonkin
c0d01ceffe
remove testacular master hack (as 0.6 is now stable)
2013-04-03 14:12:13 -07: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
81221ae4cd
fix jshint 1.1.0 errors, update deps and build
2013-03-07 17:39:55 +02: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
86cfce1771
merge #1340 , fix whitespace
2013-02-04 13:42:27 +02:00
Eldar Djafarov
071bb587b8
use master testacular only if --cov
2013-02-02 05:48:14 -02:00
Eldar Djafarov
2da36a2851
test coverage initial commit
2013-02-02 05:29:20 -02:00
Vladimir Agafonkin
7977220830
don't require testacular for other jake tasks
2013-01-31 13:17:42 +02:00
Eldar Djafarov
c8c19d3b6f
Make getFiles more consistent
2013-01-30 16:48:22 -02:00
Eldar Djafarov
c4b8139ee8
fix code style
2013-01-30 16:41:13 -02:00
Eldar Djafarov
7e537eb954
enable testacular runner
2013-01-30 12:06:19 -02:00
Felixls
156a4814da
Update build/build.js
...
Error in index variable
2012-12-26 15:21:10 -02:00
Vladimir Agafonkin
2a0eec9ce7
better dependencies formatting
2012-12-20 15:34:22 +02:00
mourner
d1254ddecc
build script fixes and cleanup
2012-12-17 21:32:00 +02:00
Vladimir Agafonkin
c6caf93c00
refactor build scripts, cleanup
2012-12-17 19:15:19 +02:00
Vladimir Agafonkin
9fac165906
update build scripts to work with UglifyJS2
2012-12-12 19:08:57 +02:00
Vladimir Agafonkin
cac035af93
add CRS.Simple to the build
2012-10-31 02:13:42 +02:00
Vladimir Agafonkin
3bd189ed4c
disregard line endings when comparing size
2012-10-30 23:38:41 +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
mourner
50c6c480b4
add window and undefined to outer closure
2012-07-01 16:18:00 +03:00
Vladimir Agafonkin
53afad9041
update build
2012-06-02 10:55:59 +03:00
mourner
dbf507c844
update jshint settings
2012-05-10 17:04:48 +03:00
mourner
6f40aeeb97
refactor icon and default marker image paths, wrap library in a function
2012-05-10 17:03:50 +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
24375fe88d
more cleanup
2012-02-25 18:57:28 +02: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
fcf899f9f1
update hintrc
2012-02-17 11:40:33 +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
30f1c6af9e
Merged #488 fix from stable, closed #488 , allowed smart tabs
2012-02-15 11:03:39 +02:00
mourner
8a1eb107b1
Fixed Android vector layers regression, Closed #416 , #407 , #182
2012-02-13 12:14:48 +02:00
Andy Chosak
2049bafbec
Pull request for issue #447 .
2012-01-26 15:45:12 -05:00
mourner
8504147844
Restructure handler code
2011-12-14 13:12:54 +02:00
mourner
43a405214c
Report build size change
2011-12-13 00:41:56 +02:00
mourner
587eafca2a
improve build helper instructions
2011-12-12 22:37:30 +02:00
mourner
1d945e98d9
fix line endings and update build
2011-12-12 22:15:06 +02:00
mourner
f68a227680
integrate jshint into Jakefile, minor cleanup
2011-12-12 19:54:03 +02:00
mourner
0e329c7b1b
minor build helper improvements
2011-12-12 14:04:26 +02:00
mourner
313f3d9ebe
split build code into two files
2011-12-12 12:44:16 +02:00