mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added test for 'L.control.zoom' in 'leaflet'.
This commit is contained in:
@@ -413,3 +413,9 @@ polyline.addLatLng(latLngObjectLiteral);
|
||||
var popup: L.Popup = L.popup();
|
||||
popup.setLatLng(latLngLiteral);
|
||||
popup.setLatLng(latLngObjectLiteral);
|
||||
|
||||
var zoomCtrl = L.control.zoom({
|
||||
position: "topleft",
|
||||
zoomInText: '+',
|
||||
zoomOutText: '-'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user