<div dir="ltr">Hi Even,<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 7, 2014 at 1:21 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le mercredi 07 mai 2014 20:51:53, Larry Shaffer a écrit :<br>
<div class="">> Hi,<br>
><br>
> GDAL/OGR 1.11 offers several new OGR formats [0] that need support added in<br>
> QGIS's source. I have added the OpenFileGDB format (because it was simple<br>
> to do) [1], but don't have enough experience with the other database<br>
> formats to add their support.<br>
><br>
> * CartoDB : read/write support<br>
<br>
</div>--> Not file based, but remote database. Should be dealt like others<br>
myDatabaseDrivers cases<br>
<div class=""><br>
> * GME (Google Map Engine) : read/write support<br>
<br>
</div>--> Remote database too.<br>
<div class=""><br>
> * GPKG (GeoPackage): read-write support (vector part of the spec.)<br>
<br>
</div>--> File-based (similar to CSV) Extension is .gpkg<br></blockquote><div><br></div><div>Should this be treated more like SQLite, or Spatialite, instead of CSV?<br><br><a href="https://github.com/qgis/QGIS/blob/master/src/core/qgsvectorfilewriter.cpp#L1274-L1428">https://github.com/qgis/QGIS/blob/master/src/core/qgsvectorfilewriter.cpp#L1274-L1428</a><br>
<br></div><div>Regards,<br><br></div><div>Larry<br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
> * SXF: read-only support<br>
<br>
--> File-based. Extension is SXF<br>
<br>
> * WALK : read-only support<br>
<br>
--> Similar to PGEO. It is a MDB database<br>
<div class=""><br>
> * WAsP .map : read-write support<br>
<br>
</div>--> File-based. Extension is .map<br>
<div class=""><div class="h5"><br>
><br>
> Would anyone be willing to help add support for those? Looks like in<br>
> addition to qgsogrprovider.cpp's createFilters( QString type ) that<br>
> QgsVectorFileWriter::initMetaData() also needs updated.<br>
><br>
> IMO, it would be good to then backport these to release-2.2 branch as well,<br>
> so current users may benefit from the new formats. I could add my commit,<br>
> but seems like it would be better to add full GDAL/OGR 1.11 support at once<br>
> to that branch, excepting some formats if they will need more extensive<br>
> support added first.<br>
><br>
> [0] <a href="http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News" target="_blank">http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News</a><br>
> [1] <a href="https://github.com/qgis/QGIS/commit/a096cf4" target="_blank">https://github.com/qgis/QGIS/commit/a096cf4</a><br>
><br>
> Regards,<br>
><br>
> Larry<br>
<br>
</div></div><span class=""><font color="#888888">--<br>
Geospatial professional services<br>
<a href="http://even.rouault.free.fr/services.html" target="_blank">http://even.rouault.free.fr/services.html</a><br>
</font></span></blockquote></div><br></div></div></div>