Skip to content

Commit

Permalink
- [Fixes #802] Annotations added to a map are not displayed on map vi…
Browse files Browse the repository at this point in the history
…ew (#803)
  • Loading branch information
marthamareal authored Feb 7, 2022
1 parent ab08ce7 commit 5c14e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapstore2_adapter/plugins/geonode.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def convert(self, viewer, request):
layer_ = viewerobj_layers.get(layer['name'])
if layer_:
layer['featureInfo'] = self.get_layer_featureinfotemplate(layer_)
map_layers.append(layer)
map_layers.append(layer)
# the dynamic layer has already been processed by GeoNode upstream views
# but we can't tell if it was the one from GET params or not, so we parse it again
layer_name = request.GET.get('layer_name')
Expand Down

0 comments on commit 5c14e26

Please sign in to comment.