Mapnik矢量图块

此插件从 MBTiles 包含以下内容的文件 `vector tiles<https://github.com/mapbox/vector-tile-spec>`_ .

注意:此驱动程序当前不支持多级mbtiles文件。它将只加载数据库中的最大级别。当OSGerath更好地支持非附加功能数据源时,这将在将来发生变化。

此驱动程序要求您使用sqlite3支持和protobuf支持来构建osgearth。

示例用法:

<model driver="feature_geom">
    <features name="osm" driver="mapnikvectortiles">
        <url>../data/osm.mbtiles</url>
    </features>
    ...

性能:

网址

mbtiles文件的位置。