Re: [gdal-dev] ogr2ogr overwrite parameter

2013-10-08 Thread Nicol Hermann
Hi Even, thanks a lot! That did the trick. Best Nicol Am Dienstag, den 08.10.2013, 22:05 +0200 schrieb Even Rouault: > Le mardi 08 octobre 2013 21:37:54, Jukka Rahkonen a écrit : > > Nicol Hermann geoworld.de> writes: > > > Hello list, > > > > > > I am trying to batch load GPX files from a di

Re: [gdal-dev] ogr2ogr overwrite parameter

2013-10-08 Thread Even Rouault
Le mardi 08 octobre 2013 21:37:54, Jukka Rahkonen a écrit : > Nicol Hermann geoworld.de> writes: > > Hello list, > > > > I am trying to batch load GPX files from a directory into a mysql > > database. > > In order to avoid duplicates I am using the '-overwrite' layer create > > option. > > The fo

Re: [gdal-dev] ogr2ogr overwrite parameter

2013-10-08 Thread Jukka Rahkonen
Nicol Hermann geoworld.de> writes: > > Hello list, > > I am trying to batch load GPX files from a directory into a mysql > database. > In order to avoid duplicates I am using the '-overwrite' layer create > option. > The following line throw the error message > > ogr2ogr -overwrite -f MYSQL >

[gdal-dev] ogr2ogr overwrite parameter

2013-10-08 Thread Nicol Hermann
Hello list, I am trying to batch load GPX files from a directory into a mysql database. In order to avoid duplicates I am using the '-overwrite' layer create option. The following line throw the error message ogr2ogr -overwrite -f MYSQL 'MYSQL:dbname,host=localhost,user=me,password=' ${file} -lco