Reference a MapServer and not a Referenced WebMap
I'm extremely new to GE and Workflow, I just finished the Developing Workflows with GE course. In all of the examples they are referencing webmaps with Map Service ID's of "WebMap-#" this worked great with the example data we were using. In my environment I am not using referenced webmaps but rather web layers from my Portal for ArcGIS. Below is a screenshot of my Geocortex Rest Endpoint. I'm trying to reference ParcelMap (Map Service) with the layer "Parcel". When I use "WebMap-0" I don't get the expected results. In this situation, what is the best way to reference the map service and layers? Thanks for any help you can provide. I'm trying to get my first workflow off the ground and am stuck at the starting line.

0
-
For our workflows, we use the GetMapServiceInfo activity to get at our layers.
In there, the Map Service ID is just a number as a string. So if I was trying to get at the ParcelMap service, I would put "0" in that field.
Then for the Layer Name, I would put "Parcel".
Then it would output your Map Service Url and Layer ID which you can use to create the url that you use to get at your features in Query Tasks, etc. (MapServiceUrl + "/" + LayerID)
Hopefully that helps, otherwise I would suggest posting your workflow so people can see where the problems may be.0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar