Tagged Questions
0
votes
1answer
213 views
how to reproject data in EPSG:4326 to 3857 using SharpMapv0.9 for display on google maps
I have data stored in SQL Server 2012 in EPSG:4326. I need to display this data on a google map in 3857. but without an ST_Transform function, I cannot determine how to convert my data on the fly to ...
