Commit Graph

2118 Commits

Author SHA1 Message Date
Vladimir Agafonkin
86cfce1771 merge #1340, fix whitespace 2013-02-04 13:42:27 +02:00
Vladimir Agafonkin
80f107cba3 Merge pull request #1318 from yohanboniface/add_lbrt_getters
Add LatLngBounds.getLeft/getBottom/getRight/getTop
2013-02-04 02:45:06 -08:00
Vladimir Agafonkin
22c2511e61 Merge pull request #1342 from danzel/circlemarker
Fix CircleMarker issue from #1297
2013-02-03 14:05:56 -08:00
danzel
6b51780e79 Make setRadius and updateStyle({radius: 123 }) work. 2013-02-04 09:51:27 +13:00
danzel
0390a86e7f More CircleMarker tests, move them where they should be. 2013-02-04 09:49:37 +13:00
danzel
ded525fb06 Fix #1297 CircleMarker setRadius not working if called before adding to map. 2013-02-03 15:35:12 +13:00
danzel
b905708f24 Test cases for #1297 circleMarker setRadius issue. 2013-02-03 15:34:32 +13:00
Eldar Djafarov
e4492b6f10 Fix: SpecHelper should be first 2013-02-02 10:59:30 -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
d1eb21850c cleanup package.json 2013-02-01 17:21:52 +02:00
Vladimir Agafonkin
839940981e add travis build status to readme 2013-02-01 15:48:56 +02:00
Vladimir Agafonkin
08f0e90c70 minor comment fixes 2013-02-01 15:17:11 +02:00
Vladimir Agafonkin
e773742a40 Merge pull request #1336 from edjafarov/travis-integration
Travis integration up and running another try
2013-02-01 05:15:15 -08:00
Eldar Djafarov
776be6dcbd travisci integration 2013-02-01 11:04:33 -02:00
Vladimir Agafonkin
08f770fcc2 Merge pull request #1053 from inpursuit/enhancement/3
Allow pointer-events to be set via options passed to shape
2013-01-31 08:37:43 -08:00
Vladimir Agafonkin
b2c0de16ac update build 2013-01-31 17:59:13 +02:00
Vladimir Agafonkin
619698f6fb minor whitespace cleanup 2013-01-31 17:32:16 +02:00
Vladimir Agafonkin
ef02f60387 merge #1141 and clean it up 2013-01-31 17:29:40 +02:00
Vladimir Agafonkin
2ebe67f110 cleanup testacular config 2013-01-31 15:44:55 +02:00
Vladimir Agafonkin
687246128c update Jasmine to 1.3.1 2013-01-31 14:31:53 +02:00
Vladimir Agafonkin
db499a8314 minor contribution guide update 2013-01-31 13:25:18 +02:00
Vladimir Agafonkin
7977220830 don't require testacular for other jake tasks 2013-01-31 13:17:42 +02:00
Vladimir Agafonkin
0d3aa59f9c cleanup leaflet-include.js 2013-01-31 12:59:41 +02:00
Vladimir Agafonkin
2ecc304687 Merge pull request #1330 from edjafarov/master
my #1326  pull broke debug html pages. Pls merge the fix that adds deps script to all of those.
2013-01-31 02:34:51 -08:00
Eldar Djafarov
5985bffea0 Fix debug html pages after #1326 2013-01-31 08:29:39 -02:00
Vladimir Agafonkin
a63c90159b Merge pull request #1326 from edjafarov/master
add testacular runner for jasmine tests
2013-01-31 02:07:17 -08:00
Eldar Djafarov
82b327d9f5 use global deps file instead of ustom list 2013-01-30 18:01:32 -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
Vladimir Agafonkin
a8763e665b Merge remote-tracking branch 'origin/control-design'
# By Vladimir Agafonkin (4) and jacobtoye (2)
# Via Vladimir Agafonkin (1) and jacobtoye (1)
* origin/control-design:
  Removing unnecessary ie only styles.
  Using hex color instead of rgba to support oldie.
  make toolbar styles more generic
  simplify toolbar classes
  rename top/bottom to first/last in control classes, thanks @yohanboniface
  improve zoom control design (refining @jacobtoye's work)
2013-01-30 17:23:17 +02:00
Eldar Djafarov
7e537eb954 enable testacular runner 2013-01-30 12:06:19 -02:00
Vagrant
88ba9dd0c8 Merge branch 'master' of git://github.com/Leaflet/Leaflet
* 'master' of git://github.com/Leaflet/Leaflet:
  Escape URI component in getParamString
  update build and changelog
  hasLayer not checking for null Return false when checking for a null object in L.Map.hasLayer, in response to issue #1282.
  Fix js typo
  Add hasLayer to LayerGroup Add the method hasLayer to LayerGroup, return false when not present or checking for a null layer.
  condition on one line
  Revert "whitespace fix?"
  whitespace fix?
  whitespace again
  Trying to fix whitespace
  Simplify features check
  Handle arrays of feature collections
2013-01-30 10:56:22 -02:00
Vladimir Agafonkin
b661c7bd44 Merge pull request #1313 from jacobtoye/control-design
IE fixes for new control styles.
2013-01-29 02:22:59 -08:00
jacobtoye
d42f9e966b Removing unnecessary ie only styles. 2013-01-29 14:01:10 +13:00
jacobtoye
93f46bf656 Using hex color instead of rgba to support oldie. 2013-01-29 14:00:26 +13:00
Yohan Boniface
4f59140253 Eat our own food 2013-01-28 01:09:26 +01:00
Yohan Boniface
4b5746ffbc Use getWest/South/East/North instead of getLeft/Bottom/Right/Top 2013-01-28 01:04:09 +01:00
Vladimir Agafonkin
39f9e2be10 Merge pull request #1317 from yohanboniface/escape_uri_component
Escape URI component in getParamString
2013-01-27 12:37:32 -08:00
Yohan Boniface
69b925b057 Add LatLngBounds.getLeft/getBottom/getRight/getTop 2013-01-27 12:12:02 +01:00
Yohan Boniface
c432c4eb24 Escape URI component in getParamString 2013-01-26 17:47:28 +01:00
Vladimir Agafonkin
4551633b9c update build and changelog 2013-01-23 15:45:45 +02:00
Vladimir Agafonkin
9bdab60182 make toolbar styles more generic 2013-01-23 15:34:44 +02:00
Vladimir Agafonkin
0554098460 simplify toolbar classes 2013-01-23 15:16:42 +02:00
Vladimir Agafonkin
140cace2a7 Merge pull request #1300 from rvlasveld/add_hasLayer_to_layerGroup
Add has layer to layer group
2013-01-21 14:29:07 -08:00
Vladimir Agafonkin
7bff6c5f2c Merge pull request #1302 from rvlasveld/fix_hasLayer_check_for_null
hasLayer not checking for null
2013-01-21 14:28:30 -08:00
Roemer Vlasveld
109fd06ae6 hasLayer not checking for null
Return false when checking for a null object in L.Map.hasLayer, in
response to issue #1282.
2013-01-21 23:22:01 +01:00
Roemer Vlasveld
75fa5b087f Fix js typo 2013-01-21 22:46:18 +01:00
Roemer Vlasveld
82d4535180 Add hasLayer to LayerGroup
Add the method hasLayer to LayerGroup, return false when not present or checking for a null layer.
2013-01-21 22:36:24 +01:00
Vladimir Agafonkin
a000304473 Merge pull request #1299 from snkashis/fix_feat_collects
Handle arrays of feature collections, #1298
2013-01-21 07:17:26 -08:00