Tagged Questions
1
vote
1answer
152 views
What is the “best practice” way to retrieve features from MSSQL to OpenLayers and display them?
Today I have a table in the DB with columns Feature Name and Feature Point.
When I want to load the points to OL I do the following :
First I call web service to get list of json objects:
var ...
3
votes
1answer
200 views
Is there a way to get centroid of geographic object in MSSQL?
I have a table of OSM geographic roads in MSSQL 2012.
I want to create a new column with the centroid of each road (So I can set center on OpenLayers map for each road).
How can I do it ?
