hi
i load data from sql server => view
but i don’t know srid of this view, and style not set to this map
how can i load data with out SRID , or how can i find srid??
thanks
How can i find SRID
Hi Alireza,
Have you tried to view the sql server database to see whether any column in any table contains the srid information you need?
If you cannot find that, please ask the data provider about it.
And if you don’t want to do that, you can try to test that one by one, generally if the mapUnit equal DecimalDegree, your srid maybe 4326, but if it equal meter, there are so many srid, you can just guess it. Follow this way, you won’t know whether you get a correct srid and the map should have met many unknown issues.
Regards,
Don