Skip to content

Commit 077f4d1

Browse files
authored
Merge pull request #277 from ddjnw1yu/highlight-reset-support
Highlight reset support
2 parents 38ea929 + 1f81763 commit 077f4d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/FlatmapVuer.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,11 @@ export default {
758758
return { annotator }
759759
},
760760
methods: {
761+
enableFeatureResetOnClick: function (enable) {
762+
if (this.mapImp) {
763+
this.mapImp.enableFeatureResetOnClick(enable)
764+
}
765+
},
761766
/**
762767
*
763768
* @param filter format should follow #makeStyleFilter (flatmap-viewer)

0 commit comments

Comments
 (0)