<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hello,</div><div class=""><br class=""></div><div class="">I would think of tiled vector map data as multi-resolution dataset, in several means more similar to multi-resolution raster datasets than vector datasets. </div><div class=""><br class=""></div><div class="">But this would be interesting challenge. I assume you want to take some vector data (e.g. Shapefiles) and convert them to vector tiles. With shapefiles (and more or less any other GIS/OGR vector format what I know) you have just one resolution. You could take this and convert it to e.g. mapbox vector tile format, with given resolution (zoom level). Now to make it really usable in interactive web or mobile map you would need also lower level tiles. With ordinary rasters the lower level is made using quite clear downsampling. With vector tiles there are a lot of design-specific decisions - what layers to keep, what to remove (e.g. in usual map you have buildings in high resolution, but not in lower ones), what layers to transform or simplify. This depends on map design; so multi-zoom vector tileset is actually design-specific, not universial vector data what you can redesign anyway as you may think. So tools which create vector tiles have this kind of style (zoom/layer) definitions for conversion. You can use e.g. Mapnik to render vector data to vector tiles, it is more similar to creating raster maps than to convert vectors, I guess Mapbox works like that.</div><div class=""><br class=""></div><div class="">Considering these specifics adding OGR driver to write (and read) e.g. mapbox vector tiles, or mapsforge format should be doable. Note also that there is no single standard tiled vector map, there are some known vendor-specific formats, most popular ones seem to be mapbox vector tiles and mapsforge. If anyone is already working on this, then I would be interested also.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Jaak</div><div class="">Nutiteq</div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On 05 Sep 2015, at 21:23, Ahmet Temiz <<a href="mailto:ahmettemiz88@gmail.com" class="">ahmettemiz88@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-size:small">hello</div><div class="gmail_default" style="font-size:small"><br class=""></div><div class="gmail_default" style="font-size:small">Is it possible to create tiled vector map with ogr ?</div><div class="gmail_default" style="font-size:small"><br class=""></div><div class="gmail_default" style="font-size:small">kind regards</div><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class="">Ahmet Temiz<br class="">Jeoloji Müh.<br class="">Afet ve Acil Durum Yönetimi Başkanlığı<br class="">Bilgi İşlem  Dairesi Başkanlığı-CBS Grubu<br class=""><br class=""><br class="">________________________<br class=""><br class="">Ahmet Temiz<br class="">Geological Eng.<br class="">Information Systems - GIS Group<br class="">Disaster and Emergency Management<br class="">of Presidency</div></div></div></div></div>
</div>
_______________________________________________<br class="">gdal-dev mailing list<br class=""><a href="mailto:gdal-dev@lists.osgeo.org" class="">gdal-dev@lists.osgeo.org</a><br class="">http://lists.osgeo.org/mailman/listinfo/gdal-dev</div></blockquote></div><br class=""></body></html>