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 1
1
import ol from 'openlayers' ;
2
2
import { CloverShape } from '../../../src/openlayers/overlay/graphic/CloverShape' ;
3
+ import { HitCloverShape } from '../../../src/openlayers/overlay/graphic/HitCloverShape' ;
3
4
import { Graphic } from '../../../src/openlayers/overlay/Graphic' ;
4
5
import { MapService } from '../../../src/openlayers/services/MapService' ;
5
6
import { TileSuperMapRest } from '../../../src/openlayers/mapping/TileSuperMapRest' ;
@@ -201,7 +202,7 @@ describe('openlayers_GraphicLayer', () => {
201
202
graphics [ j ] = new ol . Graphic ( new ol . geom . Point ( coors [ j ] ) ) ;
202
203
graphics [ j ] . setStyle ( cloverShapeStyle ) ;
203
204
}
204
- var hitCloverShape = new ol . style . HitCloverShape ( {
205
+ var hitCloverShape = new HitCloverShape ( {
205
206
radius : 20 ,
206
207
angle : 30 ,
207
208
stroke : new ol . style . Stroke ( {
You can’t perform that action at this time.
0 commit comments