Skip to main content

Do the Autocomplete Box work with a Feature Service?

Comments

2 comments

  • Permanently deleted user
    Here is my workflow for reference...

     

    https://drive.google.com/file/d/0B5rgPuFOw9yfcVZxQjJrb2RDd2s/view?usp=sharing
    0
  • John Nerge
    GetMapServiceInfo returns different output information based on whether you're using a map service or feature service. With a map service, it returns the map service URL and the layer ID in separate outputs. With a feature service, it returns the full URL to the feature layer as the map service URL (the layer ID is unecessary). It's easiest to see the different between the two by turning on debugging and looking at the results in your viewer.

     

    Also, you can get the token during the GetMapServiceInfo activity by assigning the Token out argument. That way you don't need the GenerateToken activity.
    0

Please sign in to leave a comment.