Re: [gdal-dev] Get list of all available SRS

2012-09-26 Thread Nik Sands
Thanks Frank. Sorting/organisation is not a big deal in this case. They will be presented in a list which dynamically changes according to search text as it is typed. So a simple alphabetical sort should be fine if I can't come up with any better scheme. On 21/09/2012, at 12:49 PM, Frank Wa

Re: [gdal-dev] Get list of all available SRS

2012-09-20 Thread Frank Warmerdam
On 12-09-20 07:11 PM, Nik Sands wrote: Is there a way to get a list (eg, array) of all Spatial Reference Systems currently available to GDAL (eg, all those defined in files in GDAL_DATA directory)? In my GUI application, I'd like to be able to present my users with a list of SRS to choose fro

[gdal-dev] Get list of all available SRS

2012-09-20 Thread Nik Sands
Is there a way to get a list (eg, array) of all Spatial Reference Systems currently available to GDAL (eg, all those defined in files in GDAL_DATA directory)? In my GUI application, I'd like to be able to present my users with a list of SRS to choose from, but I'm not sure how to generate such