Attachments
Does anyone know how to make attachments work? It is in the FeatureDetails Module, and is shown in the Admin Guide, but it is not clear how you set them up...
-
Found the answer - these are set up at the geodatabase level, and are not a Geocortex setting. You actually need to select each attachment individually (or by folder) and attach to a feature.
0 -
Is there an easy way to list any attachments using the Feature Description and ultimately have them showing in a map tip? I can see my attachments when selecting a feature, but would also like to have them available to view via map tips.
0 -
Probably not possible. Personally, I have bypassed map tips and have the viewer open the feature details when the map is clicked. It is in effect doing a point identify. You can change the setting in the json file... You can see how it works here: http://agsmaps.ci.santa-rosa.ca.us/Geocortex/Essentials/REST/sites/PublicHTML5/viewers/PHTML5/virtualdirectory/Tablet.html
"moduleName" : "Results",
"moduleType" : "geocortex.essentialsHtmlViewer.mapping.modules.results.ResultsModule",
"configuration" : {
"resultMappings" : {
"Identify" : [ "ShowResultsList" ],
"MapTip" : [ "ShowResultsList" ],
"Workflow" : [ "ShowResultsList" ],
"Search" : [ "ShowResultsList" ]
},
"eventMappings" : {
"ResultsListFeatureClickedEvent" : [ "ShowFeatureDetails", "ZoomToFeature" ],
"ResultsListFeaturePressedEvent" : [ "ShowFeatureDetails", "ZoomToFeature" ],
"ResultsTableFeatureClickedEvent" : [ "ShowMapTip", "ZoomToFeature" ],
"ResultsTableFeaturePressedEvent" : [ "ShowMapTip", "ZoomToFeature" ]0
Please sign in to leave a comment.
Comments
3 comments