Re: [gdal-dev] Write support for MBTiles driver

2014-07-19 Thread Chris Hanson
osgEarth has an MBTiles driver capable of writing: http://updraft.github.io/osgearth-doc/html/ReaderWriterMBTiles_8cpp_source.html It's openSceneGraph-centric, but the license is probably amenable to GDAL. osgEarth uses GDAL as well. On Sat, Jul 19, 2014 at 11:22 AM, Etienne Tourigny wrote: >

Re: [gdal-dev] Write support for MBTiles driver

2014-07-19 Thread Etienne Tourigny
Note that the licence used in the software (GNU GPL v3) is incompatible with GDAL, so it cannot be included in the GDAL source tree without the author's consent to use the code under another licence (such as the MIT/X licence used by GDAL). On Sat, Jul 19, 2014 at 10:15 AM, Nicu Tofan wrote: >

Re: [gdal-dev] Write support for MBTiles driver

2014-07-19 Thread Nicu Tofan
Thanks, I'll have a look, I see that Simon Thépot is mentioned as author and Mark Johnson adapted them. Nick 2014-07-19 15:47 GMT+03:00 Eli Adam : > http://geopaparazzi.github.io/geopaparazzi/ has write support built in as > part of caching. I think that Mark is the person who added the MBTiles

[gdal-dev] Write support for MBTiles driver

2014-07-18 Thread Nicu Tofan
Hello, I would like to draw your attention to this ticket created by me: http://trac.osgeo.org/gdal/ticket/5578 Here is its content: In version 1.11.0 gdal provides a read-only driver for MBTiles thanks to > the work of Even Rouault. > For the application that I'm working on I need to create