Map coordinates 2.4
Hi All,
Added our local coordinate system to the widget which works fine
but since the change zoom in and out using mouse wheel is broken.
Anybody else experiencing this?
Returning to default config and still no mouse wheel zoom...
Dev Tools error:
Uncaught TypeError: Cannot read property 'resolution' of undefined init.js:384
-
Hi Richard,
We found the cause of the issue and there is currently a work-around to get the mouse scrolling working again.It seems that in the Map tab of manager, if the site is saved when the Minimum or Maximum scale is set to nothing the scrolling issue will occur. The way to fix this is to delete those specific config changes that were saved.
/customer/servlet/servlet.FileDownload?file=00P6000000elu9zEAA
If you go into the configuration json file for the shell you are experiencing the issue (Example: C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\ <site_name> \Viewers\ <viewer_name> \VirtualDirectory\Resources\Config\Default ) and search for "minScale" you will be brought to this section of json:
"views": [
{
"id": "MapView",
"viewModelId": "MapViewModel",
"visible": true,
"markup": "Mapping/modules/Map/MapView.html",
"type": "geocortex.essentialsHtmlViewer.mapping.modules.map.MapView",
"region": "MapRegion",
"configuration": {
"wrapAround180": false,
"extentBroadcastFrequency": 20,
"fitTiledMapsToExtent": false,
"showAttribution": true,
"minScale": "",
"maxScale": ""
}
}
]
If you remove the 2 bolded lines of json (and the comma on the line above it), that should fix the scrolling issue.
Let me know if this worked for you, or if I wasn't clear within any of the instructions.
Cory Purnell
Latitude Geographics Quality Assurance Team0 -
Hi Cory,
This worked and the instructions were clear.
Gratefully,
Richard
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare