For offline maps, CoMapeo will start to use Styled Map Package (.smp) files where are Zip archives containing all the resources needed to serve a MapGL map offline. This includes the style JSON, vector and raster tiles, glyphs (fonts), the sprite image, and the sprite metadata.
This tool only generates raster tiles, but we can add an option to export to the .smp format in addition to MBTiles. This will require:
outputting the tiles as s/0/{z}/{x}/{y}.jpg
generating a style.json file which draws a raster source on the MapGL canvas.
Feature Request
For offline maps, CoMapeo will start to use Styled Map Package (
.smp
) files where are Zip archives containing all the resources needed to serve a MapGL map offline. This includes the style JSON, vector and raster tiles, glyphs (fonts), the sprite image, and the sprite metadata.This tool only generates raster tiles, but we can add an option to export to the
.smp
format in addition to MBTiles. This will require:s/0/{z}/{x}/{y}.jpg
style.json
file which draws a raster source on the MapGL canvas..smp
extension.