fix on IE
This commit is contained in:
@@ -86,7 +86,7 @@ map.on(['click', 'pointermove'], function (event) {
|
||||
}
|
||||
const fid = feature.getId();
|
||||
|
||||
if (selectElement.value.startsWith('singleselect')) {
|
||||
if (selectElement.value.indexOf('singleselect') === 0) {
|
||||
selection = {};
|
||||
}
|
||||
// add selected feature to lookup
|
||||
|
||||
Reference in New Issue
Block a user