Frank/Chaitanya,
I am now able to convert .gml file to .shp file.
Actually, I thought, we have to enable the Xerces validation for GML
parsing, so i uncomment it from the Makefile.
However, as per your comment, I commented it back and it worked.
Thanks, for your valuable suggestion.
Regar
Hi,
I am trying to learn OGR APIs.
For that i took "ogr2ogr.cpp" file from (gdal-1.6.3\apps) and successfully
build the exe.
I was able to successfully convert Shape file to GML using following
command:
-f "gml" output.gml input.shp
However, when i am trying the reverse of that, means from
Hi,
Last 2 weeks I was trying to build a GDAL application "gdal1.6.3" on VC++
2008 Pro Edition.
However, I was getting some compilation and Run time error on building and
Running.
What I found is I need to set namke.opt file properly for successfull
compilation and exection.
I have created
Hi Mateusz,
First of all I would like to thank you for giving a proper solution to my
problem.
My issue has got resolved after making changes as suggested by you. Its has
been over a week I was struggling on this issue.
Thanks a lot.
Vadivelan
--
View this message in context:
http://n2.nabble
Thanks, Now I am able to get Xerces Library support.. after commenting few
lines in nmake.opt file.
--
View this message in context:
http://n2.nabble.com/How-to-get-Xerces-Library-support-for-OGR-GML-tp4433471p4453912.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
Hi,
I have build "gdal1.6.3" solution under VC++ 2008 Pro. Edition, and using
its "gdal.lib" file for one another application.
In the other Application, I am using OGR APIs "OGRRegisterAll". I am able to
build the application but on executing the program i am getting a Run Time
errror "Unhandled
Hi,
I am trying to execute the Program which is given in the
"http://www.gdal.org/ogr/ogr_apitut.html"; site...
In that program instead of "OGRRegisterAll();" function I am using
"RegisterOGRGML();" to read GML File and to export into comma sepearted
file...
Initally, while executing i was g
Hi,
i am trying to execute the Programe which is given in the
"http://www.gdal.org/ogr/ogr_apitut.html"; site...
in that pgm instead of "OGRRegisterAll();" function i am using
"RegisterOGRGML();" to read GML File and to export into comma sepearted
file...
I am not getting any compilation errors,