Skip to content

Commit

Permalink
Added _v_ parameter in layers to force cache drop (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidQuartz authored Dec 2, 2021
1 parent 8b5145a commit e9e55df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/js/epics/gnresource.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const resourceTypes = {
...mapConfig.map,
layers: [
...mapConfig.map.layers,
{ ...newLayer, isDataset: true }
{ ...newLayer, isDataset: true, _v_: Date.now() }
]
}
}),
Expand Down

0 comments on commit e9e55df

Please sign in to comment.