Zum Hauptinhalt gehen

Plot coordinates from QueryTask

Kommentare

2 Kommentare

  • Berend Veldkamp
    This is just one way:
    1. Use a For Each to loop over the features that are returned from the Query Task
    2. Inside the For Each, use Run External Command with Command Name = "AddMarkupGeometry" or "AddTemporaryMarkupGeometry", and Parameter = New MapPoint(CType(item.Attributes("lon"), Double), CType(item.Attributes("lat"), Double), New SpatialReference(4326))
    0
  • Josh Vigness
    Berend

     

    Sorry for the delayed response and thanks for the suggestion, I will have to see if I can make that work.

     

    Josh
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.