We have a SQL Server 2008 R2 table containing spatial (geometry) data. We'd like to produce a Web API service which would allow this table to be read/updated. We'd like to use QGIS to view/update the spatial data, but QGIS will only accept GeoJSON via a web service. Can somebody point us in the right direction as to how to generate GeoJSON via a Web API?
I originally posted this here http://social.msdn.microsoft.com/Forums/vstudio/en-US/c83ac617-1aee-44ea-aa99-5e53097171ac/geojson-webapi?forum=csharpgeneral but was requested to post this elsewhere.
Thanks in advance for any assistance