Skip to content
Snippets Groups Projects
Commit f16423d5 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix regression after switch from geojson/properties

parent f85b33fa
No related branches found
No related tags found
2 merge requests!424version 3.1.0,!332REDMINE_ISSUE-13508
......@@ -403,7 +403,7 @@ export default {
storeClickedFeature(feature) {
this.UPDATE_CLICKED_FEATURES([
...this.clickedFeatures,
{ feature_id: feature.id, feature_type: feature.properties.feature_type.slug }
{ feature_id: feature.feature_id, feature_type: feature.feature_type.slug }
]);
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment