Select to view content in your preferred language

FeatureTable with a map with data from external source

620
2
Jump to solution
10-18-2023 08:31 AM
JLM
by
Emerging Contributor

Hi experts,

for a feature table with map as described in code example. Is a webmap required? We like to use the feature table with map, but with our own data. This data is coming from an external source in JSON format.  So I'm wondering if it's possible with data from an external source....

Hope it is, a code example would be very helpful.

thanks in advance

Lee

 

0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor

You don't need a WebMap, such as shown in this example. You can make a FeatureLayer from a JSON file (shown here), add it to your view, and use it in the FeatureTable.

View solution in original post

0 Kudos
2 Replies
KenBuja
MVP Esteemed Contributor

You don't need a WebMap, such as shown in this example. You can make a FeatureLayer from a JSON file (shown here), add it to your view, and use it in the FeatureTable.

0 Kudos
JLM
by
Emerging Contributor

Hi KenBuja,

finally it's working.

thank you

Kr

Lee

0 Kudos