Mapping SQL Spatial Data in ArcGIS JavaScript API

733
3
09-20-2011 08:16 AM
MelitonTienda_Avila
New Contributor
Hello guys.
I´m trying to mapping my sql spatial data in the ESRI javaScript API, Is this possible???

Thanks for your help..
0 Kudos
3 Replies
derekswingley1
Frequent Contributor
JavaScript, as used by the browsers, is a client side technology. You'll need something on your server to bridge the gap between SQL Server and a JavaScript app. This is one of the big features that you get with ArcGIS Server.
0 Kudos
nicogis
MVP Frequent Contributor
with 10.1 you will have SDS for editing spatial data rdbms (the Spatial Database Server creates a geospatial REST interface with any tabular data stored in an RDBMS)

see video: http://video.arcgis.com/watch/483/sharing-data-as-a-feature-service-using-the-spatial-data-server-wi...
0 Kudos
MelitonTienda_Avila
New Contributor
Thanks for your reply..

Its so interesting the new capabilities in arcgis 10.1.

But i´m reading that the SharpMap library is a powerful tool for mapping.

http://www.zekiah.com/index.php?q=blog/2011/04/26/integrating-sharpmap-esri-arcgis-api-silverlight

But ist for silverlight.. maybe can i to migrate to javascrip API..
0 Kudos