Re: [gdal-dev] OGR MS SQL Spatial driver has been added

2010-09-21 Thread Tamas Szekeres
- > > *From:* Tamas Szekeres [mailto:szeker...@gmail.com] > *Sent:* Monday, September 20, 2010 6:06 PM > > *To:* David Lowther > *Cc:* gdal-dev > *Subject:* Re: [gdal-dev] OGR MS SQL Spatial driver has been added > > > > David, > > The driver assumes th

RE: [gdal-dev] OGR MS SQL Spatial driver has been added

2010-09-20 Thread David Lowther
zeker...@gmail.com] Sent: Monday, September 20, 2010 6:06 PM To: David Lowther Cc: gdal-dev Subject: Re: [gdal-dev] OGR MS SQL Spatial driver has been added David, The driver assumes that the first field is the fid and the second is the geometry column in the table. This doesn't appear to be

Re: [gdal-dev] OGR MS SQL Spatial driver has been added

2010-09-20 Thread Tamas Szekeres
00010003 > ) > > SET IDENTITY_INSERT [dbo].[MetesAndBoundsHeader] OFF > > > > > > David Lowther > > > > Coordinate Solutions, Inc. > > > ---------------------- > > *From:* Tamas Szekeres [mailto:szeker...@gmail.c

RE: [gdal-dev] OGR MS SQL Spatial driver has been added

2010-09-20 Thread David Lowther
Coordinate Solutions, Inc. _ From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of David Lowther Sent: Monday, September 20, 2010 5:07 PM To: 'Tamas Szekeres'; 'gdal-dev' Subject: RE: [gdal-dev] OGR MS SQL Spatial driver has been

RE: [gdal-dev] OGR MS SQL Spatial driver has been added

2010-09-20 Thread David Lowther
Szekeres [mailto:szeker...@gmail.com] Sent: Monday, September 20, 2010 4:56 PM To: David Lowther Cc: gdal-dev Subject: Re: [gdal-dev] OGR MS SQL Spatial driver has been added 2010/9/20 David Lowther It seems almost as if there is an index off in the field information. David, That&#

Re: [gdal-dev] OGR MS SQL Spatial driver has been added

2010-09-20 Thread Tamas Szekeres
2010/9/20 David Lowther > > > It seems almost as if there is an index off in the field information. > > > David, That's strange indeed. What is the database type of this field in the table? Could you provide your test data to reproduce this? > I am also not seeing any features when I render

RE: [gdal-dev] OGR MS SQL Spatial driver has been added

2010-09-13 Thread David Lowther
doh! thanks! David Lowther Coordinate Solutions, Inc. _ From: Abhay [mailto:abhay.me...@gmail.com] Sent: Monday, September 13, 2010 1:09 PM To: David Lowther Cc: Tamas Szekeres; gdal-dev Subject: Re: [gdal-dev] OGR MS SQL Spatial driver has been added Try using

Re: [gdal-dev] OGR MS SQL Spatial driver has been added

2010-09-13 Thread Abhay
Try using "MSSQL:" instead of "MSSMSSQL:" On Mon, Sep 13, 2010 at 9:31 PM, David Lowther < dlowt...@coordinatesolutions.com> wrote: > MSSQL:server ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

RE: [gdal-dev] OGR MS SQL Spatial driver has been added

2010-09-13 Thread David Lowther
Tamas, Thanks for this great addition. I pulled the latest working binaries and can connect using ogrinfo and read datasets, but when trying to create I receive the following: D:\Utility\release-1600-x64-gdal-mapserver\bin\gdal\apps>ogr2ogr -f MSSQLSpatial "MSSMSSQL:server=...;database=...