We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2515b30 commit 7348124Copy full SHA for 7348124
geonode_mapstore_client/client/js/epics/gnresource.js
@@ -182,6 +182,7 @@ const resourceTypes = {
182
...mapConfig,
183
map: {
184
...mapConfig.map,
185
+ zoom: 20, // we are applying high zoom level to mitigate the initial tile blurring due to the zoom to event
186
visualizationMode: ['3dtiles'].includes(subtype) ? VisualizationModes._3D : VisualizationModes._2D,
187
layers: [
188
...mapConfig.map.layers,
0 commit comments