Skip to main content

How do I convert a json string to a graphic within the viewer

Comments

2 comments

  • Berend Veldkamp

    You can create a FeatureSet from a JSON string using an Assign activity, e.g:

    myFeatureSet = FeatureSet.FromJson(json)

    The feature(s) are then in myFeatureSet.Features

     

    0
  • Halil Siddique

    Perfect @Berend Veldkamp?  Thanks!!

    0

Please sign in to leave a comment.