MBTiles: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 7: Zeile 7:
 
* TileStache - see below.
 
* TileStache - see below.
 
* TileCutter [http://viswaug.wordpress.com/2011/06/12/tilecutter-a-small-utility-to-generate-tile-cache-in-the-mbtiles-format-from-arcgis-dynamic-map-services/] - Generates MBTiles from ArcGIS Dynamic Map Services.
 
* TileCutter [http://viswaug.wordpress.com/2011/06/12/tilecutter-a-small-utility-to-generate-tile-cache-in-the-mbtiles-format-from-arcgis-dynamic-map-services/] - Generates MBTiles from ArcGIS Dynamic Map Services.
 +
 +
MBTiles can be converted by:
 +
* [[GDAL]]
 +
* MBUtil [https://github.com/klokantech/mbutil] (Python). Imports and exports MBTiles to/from disk.
  
 
MBTiles can be read from and/or is delivered by:  
 
MBTiles can be read from and/or is delivered by:  
Zeile 12: Zeile 16:
 
* TileStream [https://github.com/mapbox/tilestream] - High-performance map tile server powered by MBTiles files (Serverside Javasctipt). Serves maps from MBTiles format. Can be used in OpenLayers, Google Maps, Modest Maps, and other Javascript APIs. Wax (Javascript lib) enhances it.  
 
* TileStream [https://github.com/mapbox/tilestream] - High-performance map tile server powered by MBTiles files (Serverside Javasctipt). Serves maps from MBTiles format. Can be used in OpenLayers, Google Maps, Modest Maps, and other Javascript APIs. Wax (Javascript lib) enhances it.  
 
* TileStache [http://tilestache.org/] (Python). Is aka successor of TileCache, based on Mapnik; reads MBTiles (metatiles) format. Generates vector tiles from OGR datasources in GeoJSON (usable in Polymaps). Writes (caches) to disk, Memcache, Amazon S3, MBTiles. Serves tiles in Google-style spherical mercator projection and WGS84 lat/lon projection. Runs from CGI, mod_python, or Gunicorn WSGI.
 
* TileStache [http://tilestache.org/] (Python). Is aka successor of TileCache, based on Mapnik; reads MBTiles (metatiles) format. Generates vector tiles from OGR datasources in GeoJSON (usable in Polymaps). Writes (caches) to disk, Memcache, Amazon S3, MBTiles. Serves tiles in Google-style spherical mercator projection and WGS84 lat/lon projection. Runs from CGI, mod_python, or Gunicorn WSGI.
* GDAL/OGR [http://www.gdal.org/frmt_mbtiles.html], which in turn is used e.g. by [[QGIS]] and [[UMN MapServer]].  
+
* TileServer.php [https://github.com/klokantech/tileserver-php] (PHP). Deliveres pre-rendered map tiles in OGC WMTS standard made with MapTiler, GDAL, or available as MBTiles files.
* ArcGIS Dynamic Map Services (see TileCutter).
+
* [[GDAL]] [http://www.gdal.org/frmt_mbtiles.html]. GDAL2Tiles utility. Is used in turn e.g. by [[QGIS]] and [[UMN MapServer]].  
 +
* ArcGIS Dynamic Map Services. See TileCutter.
  
 
One can also use MBTiles files offline on mobile devices with the MapBox iOS SDK or on Android ([http://spatialnetworks.com/blog/2012/07/using-mbtiles-on-android-with-osmdroid/ OsmDroid]).
 
One can also use MBTiles files offline on mobile devices with the MapBox iOS SDK or on Android ([http://spatialnetworks.com/blog/2012/07/using-mbtiles-on-android-with-osmdroid/ OsmDroid]).
  
 
[[Kategorie:Format]]
 
[[Kategorie:Format]]

Version vom 30. November 2012, 20:45 Uhr

MBTiles is a storage and exchange format where tiles are managed in a SQLite file.

See http://mapbox.com/developers/mbtiles/

MBTiles can be generated by:

  • TileMill.
  • TileStache - see below.
  • TileCutter [1] - Generates MBTiles from ArcGIS Dynamic Map Services.

MBTiles can be converted by:

  • GDAL
  • MBUtil [2] (Python). Imports and exports MBTiles to/from disk.

MBTiles can be read from and/or is delivered by:

  • MapBox Online [3]. Publishes maps in the cloud. MapBox Hosting uses TileStream but adds many features and is a hosted service.
  • TileStream [4] - High-performance map tile server powered by MBTiles files (Serverside Javasctipt). Serves maps from MBTiles format. Can be used in OpenLayers, Google Maps, Modest Maps, and other Javascript APIs. Wax (Javascript lib) enhances it.
  • TileStache [5] (Python). Is aka successor of TileCache, based on Mapnik; reads MBTiles (metatiles) format. Generates vector tiles from OGR datasources in GeoJSON (usable in Polymaps). Writes (caches) to disk, Memcache, Amazon S3, MBTiles. Serves tiles in Google-style spherical mercator projection and WGS84 lat/lon projection. Runs from CGI, mod_python, or Gunicorn WSGI.
  • TileServer.php [6] (PHP). Deliveres pre-rendered map tiles in OGC WMTS standard made with MapTiler, GDAL, or available as MBTiles files.
  • GDAL [7]. GDAL2Tiles utility. Is used in turn e.g. by QGIS and UMN MapServer.
  • ArcGIS Dynamic Map Services. See TileCutter.

One can also use MBTiles files offline on mobile devices with the MapBox iOS SDK or on Android (OsmDroid).