MBTiles: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 8: Zeile 8:
 
* 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/] (for integration into 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/] (for integration into ArcGIS Dynamic Map Services.
  
MBTiles can be read from:  
+
MBTiles can be read from and/or is delivered by:  
* MapBox Online.
+
* MapBox Online [http://mapbox.com/] - publish maps in the cloud. MapBox Hosting uses TileStream but adds many features and is a hosted service.
* ArcGIS Dynamic Map Services (see TileCutter)
+
* TileStream [https://github.com/mapbox/tilestream] - High-performance map tile server powered by MBTiles files (Serverside Javasctipt). Only serves maps read from MBTiles format. Can be used in OpenLayers, Google Maps, Modest Maps, and other Javascript APIs. Wax (Javascript lib) enhances it.
* GDAL/OGR [http://www.gdal.org/frmt_mbtiles.html], which in turn is used by [[QGIS]] and [[UMN MapServer]].
+
* TileStache [http://tilestache.org/] - aka successor of TileCache (Python)
 +
* GDAL/OGR [http://www.gdal.org/frmt_mbtiles.html], which in turn is used 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:19 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 to your MapBox account.
  • TileStache
  • TileCutter [1] (for integration into ArcGIS Dynamic Map Services.

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

  • MapBox Online [2] - publish maps in the cloud. MapBox Hosting uses TileStream but adds many features and is a hosted service.
  • TileStream [3] - High-performance map tile server powered by MBTiles files (Serverside Javasctipt). Only serves maps read from MBTiles format. Can be used in OpenLayers, Google Maps, Modest Maps, and other Javascript APIs. Wax (Javascript lib) enhances it.
  • TileStache [4] - aka successor of TileCache (Python).
  • GDAL/OGR [5], which in turn is used 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).