Is it possible to create a Hosted Feature Layer / Feature Layer in C# and publish to ArcGIS Online?

413
3
10-04-2022 09:47 AM
AndrewMurdoch1
Occasional Contributor II

I apologize if this is in the wrong area.

Is it possible to create a Hosted Feature Layer / Feature Layer in C# and publish to ArcGIS Online?  We have a case where users can upload GIS data into our system, and we want to see if we can turn that data into a Hosted Feature Layer / Feature Layer programmatically, without having to go through the manual steps to do so, is this possible?

Our backend is in C# / Entity, our frontend is in Angular.

Thanks

0 Kudos
3 Replies
LocHa
by
New Contributor II

I don't think you can. I think you can use C# to develop GEOJSON WebAPI and use ArcGIS JavaScript API to dynamically add a GeoJSONLayer (that pull data from the GeoJSON WebAPI) into your custom web map.

 

0 Kudos
daltonstull
New Contributor

You are so right.

wordle unlimited

0 Kudos
annlily
New Contributor

The article about  is very good, thank you for sharing!

 

 

--------------------

cuphead

0 Kudos