Re: R: Re: [gdal-dev] create kml file using MySQL database or shape file

2011-05-04 Thread Murat Beyhan
when creating KML layer. > > All the best > > Sig > > Messaggio originale > Da: bey...@deprem.gov.tr > Data: 04/05/2011 14.25 > A: "sigfr...@tiscali.it" > Cc: "gdal-dev@lists.osgeo.org" > Ogg: Re: R: Re: [gdal-dev] create kml file using

Re: R: Re: [gdal-dev] create kml file using MySQL database or shape file

2011-05-04 Thread sigfr...@tiscali.it
quot;sigfr...@tiscali.it" Cc: "gdal-dev@lists.osgeo.org" Ogg: Re: R: Re: [gdal-dev] create kml file using MySQL database or shape file Dear Sigfrido As you told me I have added a geometry column to my database as g and I executed following sql statement This is the first ti

Re: R: Re: [gdal-dev] create kml file using MySQL database or shape file

2011-05-04 Thread Murat Beyhan
ble, update it with the point geometry created > from lon/lat, and then export the points in KML. > > Hope this helps > > Sig > > > Messaggio originale > Da: bey...@deprem.gov.tr > Data: 04/05/2011 > 9.17 > A: "Luca Sigfrido Percich" > Cc:

R: Re: [gdal-dev] create kml file using MySQL database or shape file

2011-05-04 Thread sigfr...@tiscali.it
-- Da: bey...@deprem.gov.tr Data: 04/05/2011 9.17 A: "Luca Sigfrido Percich" Cc: "gdal- d...@lists.osgeo.org" Ogg: Re: [gdal-dev] create kml file using MySQL database or shape file Dear Sigfrido, Thank you for your help, I corrected the script and it works but when I op

Re: [gdal-dev] create kml file using MySQL database or shape file

2011-05-04 Thread Murat Beyhan
Dear Sigfrido, Thank you for your help, I corrected the script and it works but when I open it with google-earth points doesn't seem on the map I sent snapshot of the google-earth.I think problem is latitude and longitude could not read by the google-earth. So How can I fix it... Regards. ogr

Re: [gdal-dev] create kml file using MySQL database or shape file

2011-05-03 Thread Luca Sigfrido Percich
Hi Murat, Il giorno mar, 03/05/2011 alle 16.57 +0300, Murat Beyhan ha scritto: > ogr2ogr -f KML simgmt.kml simgmt.shp -dsco NameField=RegionName > this can create a file but strangely data collected at one point. Probably it is a Spatial Reference System related problem: you should specify the so

[gdal-dev] create kml file using MySQL database or shape file

2011-05-03 Thread Murat Beyhan
Hi friends, I would like to convert shp file into kml file by following but I couldn't achieved. Please let me know How I can convert shape file which I created by using gen2shp. ogr2ogr -f KML simgmt.kml simgmt.shp -dsco NameField=RegionName this can create a file but strangely data collected at