Hi,
When I try to use EPSG 6370, the result of the Proj4Projection.GetEpsgParametersString(6370) is blank.
Anything can be done about that?
Thanks,
Damian
Hi,
When I try to use EPSG 6370, the result of the Proj4Projection.GetEpsgParametersString(6370) is blank.
Anything can be done about that?
Thanks,
Damian
Hi Damian,
Proj4Projection.GetEpsgParametersString returns proj4 string according to our internal list, which is a little bit out of date. We’ll update this list.
Here’s the Proj4 string for EPSG 6370, you could use it directly.
+proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs
And you could find the relevant information on this page: https://epsg.io/6370
Thanks,
Leo
hi @Damian_Hite,
I’ve updated our EPSG list, feel free to give it a try.
Looks like you’re using v10, you could upgrade ThinkGeo.MapSuite to 11.0.0-beta156 or above.
If you’re using v12, you could upgrade ThinkGeo.Core to 13.0.0-beta330 or above.
Thanks,
Leo
Thanks Leo.
Please just let me know when the v11 beta is pushed to the stable v10 release.
I suspect there are other missing entries. Maybe worth updating the entire list?
Regards,
Damian
hi @Damian_Hite,
ThinkGeo.MapSuite 10.6.21 is avaiable. Feel free to have a try.
I fetched all the EPSG/ESRI according to https://epsg.io/?q= and updated our list, I think it should contain EPSGs you need.
Here’s the EPSG/ESRI we support:
Thanks,
Leo