File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11import ol from 'openlayers' ;
22import { CloverShape } from '../../../src/openlayers/overlay/graphic/CloverShape' ;
3+ import { HitCloverShape } from '../../../src/openlayers/overlay/graphic/HitCloverShape' ;
34import { Graphic } from '../../../src/openlayers/overlay/Graphic' ;
45import { MapService } from '../../../src/openlayers/services/MapService' ;
56import { TileSuperMapRest } from '../../../src/openlayers/mapping/TileSuperMapRest' ;
@@ -201,7 +202,7 @@ describe('openlayers_GraphicLayer', () => {
201202 graphics [ j ] = new ol . Graphic ( new ol . geom . Point ( coors [ j ] ) ) ;
202203 graphics [ j ] . setStyle ( cloverShapeStyle ) ;
203204 }
204- var hitCloverShape = new ol . style . HitCloverShape ( {
205+ var hitCloverShape = new HitCloverShape ( {
205206 radius : 20 ,
206207 angle : 30 ,
207208 stroke : new ol . style . Stroke ( {
You can’t perform that action at this time.
0 commit comments