GVH 2.9.1 fails to export the plotted coordinate in xls, csv or shape file
Hi All,
I couldn’t figure out why the geocortex fails to export the plotted coordinates on the map as following screenshots:
_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=906f2000000fyBG&feoid=Body&refid=0EMf2000000kCyA" _/_img_
_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=906f2000000fyBG&feoid=Body&refid=0EMf2000000kCyF" _/_img_
Please feel free to access our portal through the following link:
(http://geomolg.ps) Geomolg.ps
Is there any explanation for this behavior?
Thank you in Advance
Fatin Rimawi
0
-
Hi Fatin,
This functionality is not in the viewer by default for plotted coordinates. You can add this functionality by making a small change to the Desktop.json.js file for your viewer. This is generally located here:
C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\YOURSITE\Viewers\YOURVIEWER\VirtualDirectory\Resources\Config\Default\Desktop.json.js
Find the "Results" module and make this change to the "Coordinates" array:{ "moduleName": "Results", "moduleType": "geocortex.essentialsHtmlViewer.mapping.infrastructure.results.ResultsModule", "libraryId": "Mapping.Infrastructure", "configuration": { "showInvisibleAttributesOnExport": false, ........ "Coordinates": ["ShowResultsList"], .......This should allow you to export your coordinate results to csv, xls or shapefile.
Here is some more information:
https://docs.geocortex.com/essentials/gvh/2.10/admin-help/Default.htm#gvh/admin/modules/plotcoordinates-module.htm
Thanks,
Marion.0 -
Sorry for my delay in responding, Marion. I think i'm having a problem in my received notification on my mail.
This change to the Desktop.json.js works like a charm.
Best,
Fatin0
Please sign in to leave a comment.
Comments
2 comments