Italian people do go on!
yet another mapserver web client
March 21, 2007 by karlositohow to use tiles in mapping
March 20, 2007 by karlositoThe answer is, I don’t know, except using gdaltindex. But, I know place where they know:
http://labs.metacarta.com/wms-c/
I hope to add some comments later and hope this helps out there.
WKT to proj conversion
March 20, 2007 by karlositoLately I have searched hard something I had in front of my eyes: I wanted to convert WKT text to proj4 definition. Search for “wkt2proj” didn’t really made it:-) But I found it, it’s name is testepsg and is part of gdal/ogr. It is not present in default build, but i.e. FWTools has it.
It basically converts WKT stored in .prj file into more formats: formated WKT, simplified WKT, old WKT and finally proj4 text.
testepsg ESRI::tmp/mywkt.prj
Hope it helps!