|
@@ -184,6 +184,7 @@ export const draw = (map, obj) => {
|
|
|
}
|
|
|
const modifyInteraction = new Modify({
|
|
|
source: _source,
|
|
|
+ pixelTolerance: 1
|
|
|
});
|
|
|
modifyInteraction.set(modifyFlag[0], modifyFlag[1])
|
|
|
map.addInteraction(modifyInteraction)
|
|
@@ -400,6 +401,7 @@ export const refreshModify = (map, _source) => {
|
|
|
}
|
|
|
const modifyInteraction = new Modify({
|
|
|
source: _source,
|
|
|
+ pixelTolerance: 1
|
|
|
});
|
|
|
modifyInteraction.set(modifyFlag[0], modifyFlag[1])
|
|
|
map.addInteraction(modifyInteraction)
|