mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
DefinitelyTyped/edit/master/types/openlayers/openlayers-tests.ts: Changed cast <ol.geom.Circle> to as ol.geom.Circle
Due no-angle-bracket-type-assertion rule.
This commit is contained in:
@@ -175,7 +175,7 @@ loadingStrategy = ol.loadingstrategy.tile(tilegrid);
|
||||
// ol.geom.Circle
|
||||
//
|
||||
booleanValue = circle.intersectsExtent(extent);
|
||||
circle = <ol.geom.Circle> circle.transform(projectionLike, projectionLike);
|
||||
circle = circle.transform(projectionLike, projectionLike) as ol.geom.Circle;
|
||||
|
||||
//
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user