Skip to content

Commit 7348124

Browse files
authored
Fix tile blur on intial loading in dataset pages (#2304)
1 parent 2515b30 commit 7348124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geonode_mapstore_client/client/js/epics/gnresource.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const resourceTypes = {
182182
...mapConfig,
183183
map: {
184184
...mapConfig.map,
185+
zoom: 20, // we are applying high zoom level to mitigate the initial tile blurring due to the zoom to event
185186
visualizationMode: ['3dtiles'].includes(subtype) ? VisualizationModes._3D : VisualizationModes._2D,
186187
layers: [
187188
...mapConfig.map.layers,

0 commit comments

Comments
 (0)