Hoppa till huvudinnehÄllet

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

Kommentarer

2 kommentarer

  • 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

Du mÄste logga in om du vill lÀmna en kommentar.