Hoppa till huvudinnehållet

Attachments

Kommentarer

3 kommentarer

  • Permanently deleted user

    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
  • Matt Taylor

    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
  • Permanently deleted user

    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

Du måste logga in om du vill lämna en kommentar.