Allow inspect mode to count properly

Example: https://maputnik.github.io/editor/#12.86/54.38618/9.76697
This commit is contained in:
Alexander Clausen 2019-01-06 05:35:43 +01:00
parent 06c3c92fd6
commit 7ff0524bb7

View file

@ -43,7 +43,7 @@ function removeDuplicatedFeatures(features) {
if(featureIndex === -1) {
uniqueFeatures.push(feature)
} else {
if(uniqueFeatures[featureIndex].hasOwnProperty('counter')) {
if(uniqueFeatures[featureIndex].hasOwnProperty('inspectModeCounter')) {
uniqueFeatures[featureIndex].inspectModeCounter++
} else {
uniqueFeatures[featureIndex].inspectModeCounter = 2