snkashis
|
633e21d043
|
include conditional before trying to set content of popup
|
2013-02-13 14:08:45 -05:00 |
|
snkashis
|
dbd57c0b7b
|
Allow popups that are bound to markers to have new content set
|
2013-02-13 14:06:48 -05:00 |
|
Vladimir Agafonkin
|
52f61bf55a
|
Merge pull request #1372 from snkashis/zoom_with_layerswitch
Update zoom control buttons with proper state on baselayer switch
|
2013-02-13 07:27:12 -08:00 |
|
snkashis
|
a25cc9fb37
|
remove handler too
|
2013-02-13 10:21:29 -05:00 |
|
snkashis
|
3c5161feba
|
determine button disabled state on baselayer change
|
2013-02-13 10:19:37 -05:00 |
|
Vladimir Agafonkin
|
c2379a335d
|
Merge pull request #1367 from jacobtoye/MovePolylineEdit
Remove polyline edit
|
2013-02-11 13:11:33 -08:00 |
|
jacobtoye
|
0e0831c2c9
|
Removing editable polyline/polygon example.
|
2013-02-11 13:18:18 +13:00 |
|
jacobtoye
|
8440f5ba7c
|
Remove PolyEdit from the dependencies file for building.
|
2013-02-11 13:17:39 +13:00 |
|
jacobtoye
|
e13d5faa80
|
Remove Polyline.Edit file.
|
2013-02-11 13:17:11 +13:00 |
|
Vladimir Agafonkin
|
3bb34f3f55
|
Merge pull request #1365 from joschka/fix-viewport-offset
Fix viewport offset calculation in Firefox (fixes issue #1322)
|
2013-02-09 12:47:17 -08:00 |
|
Joschka
|
06bb571095
|
Fix viewport offset calculation in Firefox (issue #1322)
|
2013-02-09 18:51:00 +01:00 |
|
Vladimir Agafonkin
|
4249921e57
|
Merge pull request #1359 from danzel/fix-events
Change _propagateEvent to be careful that it doesn't overwrite e.layer
|
2013-02-08 04:08:38 -08:00 |
|
danzel
|
513c6ca4cd
|
Change _propagateEvent to be careful that it doesn't overwrite e.layer if it is already set. Allows markers to be in multiple FeatureGroups and have the events come through correctly. See the test for details.
Fixes Leaflet.markercluster#128 ( https://github.com/Leaflet/Leaflet.markercluster/issues/128 )
|
2013-02-08 14:44:28 +13:00 |
|
Vladimir Agafonkin
|
bef8ab6a24
|
fix package.json version to make Travis happy
|
2013-02-07 22:31:44 +02:00 |
|
Vladimir Agafonkin
|
4492d8f92d
|
update Jakefile comment
|
2013-02-07 19:00:15 +02:00 |
|
Vladimir Agafonkin
|
efbdfd89a7
|
update changelog with 0.5.1 info
|
2013-02-06 16:06:06 +02:00 |
|
Vladimir Agafonkin
|
c327fa89ee
|
add a couple of DomUtil tests, #1347
|
2013-02-05 17:01:01 +02:00 |
|
Vladimir Agafonkin
|
f01e32d764
|
fix specs sometimes failing
|
2013-02-05 17:00:38 +02:00 |
|
Vladimir Agafonkin
|
5e05068478
|
complete LatLng and LatLngBounds tests, #1347
|
2013-02-05 15:21:40 +02:00 |
|
Vladimir Agafonkin
|
84d537b804
|
fix L.latLng factory not passing null through
|
2013-02-05 14:26:32 +02:00 |
|
Vladimir Agafonkin
|
17cf297c9b
|
complete geometry tests to 100% #1347
|
2013-02-05 13:51:27 +02:00 |
|
Vladimir Agafonkin
|
94a69bec1e
|
fix Point factory not passing null through
|
2013-02-05 12:38:13 +02:00 |
|
Vladimir Agafonkin
|
ed8dc9f4cd
|
improve core specs #1347
|
2013-02-04 18:31:14 +02:00 |
|
Vladimir Agafonkin
|
872a027b77
|
update changelog once more
|
2013-02-04 15:17:24 +02:00 |
|
Vladimir Agafonkin
|
b2318374bc
|
Merge pull request #1345 from calvinmetcalf/1314-coffeescript-classes
Enable class inheratence in CoffeeSCript
|
2013-02-04 05:14:20 -08:00 |
|
Vladimir Agafonkin
|
59ed1bd414
|
update changelog and build
|
2013-02-04 15:12:00 +02:00 |
|
Calvin Metcalf
|
c3ee79b01d
|
enable coffeescript classes
|
2013-02-04 08:00:02 -05:00 |
|
Vladimir Agafonkin
|
98a950ff53
|
cleanup #1227 pull
|
2013-02-04 14:40:28 +02:00 |
|
Vladimir Agafonkin
|
72ad6912e6
|
Merge pull request #1227 from jerel/patch/android-webview
A bug in Android WebView triggers two clicks at once.
|
2013-02-04 04:34:19 -08:00 |
|
Vladimir Agafonkin
|
297d746a46
|
make test task less verbose
|
2013-02-04 14:30:49 +02:00 |
|
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 |
|