Zum Hauptinhalt gehen

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

Kommentare

2 Kommentare

  • 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

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