How To Create point features using lat/long coordinates

1095
3
01-18-2018 01:41 AM
AdarshSharma
New Contributor II

we are facing issue to create point features using lat/long coordinates. we have a SQL server attribute table which stored the lat/long coordinates and we want to create point features on fly. can any one suggest how to do this.

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Adarsh,

  So is this attribute table coming from ArcGIS Server?

0 Kudos
AdarshSharma
New Contributor II

No it is coming from SQL Server and i want that whenever insert new entry in the table point generate automatically(dynamically).

0 Kudos
RobertScheitlin__GISP
MVP Emeritus
It will require you to create a .net RESTful web service then as a client based api like JS does not have access to a Server DB. You can Google tutorials on how to create a .net RESTful web service as that is not a GIS based question.


0 Kudos