You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's meant to be a .pbf vector tile. Tilemaker makes vector tiles which you can use with an in-browser renderer, such as Mapbox GL, Tangram, or Leaflet.MapboxVectorTile; or you can use them as the foundation of a Mapnik-based rendering stack. It doesn't itself produce raster images like jpeg or png; if that's your aim you still need Mapnik or similar.
Isn't "tile_data" supposed to be jpg or png image?
Because when I dump it to a file it's not recognised as an image, but just "data".
This is the script I used for dumping:
Running the script:
However, when I try with another mbtiles which is not made from Tilemaker, the dumped data is actually a png:
Additional information:
"compress": false
, the pbf was downloaded from GeofabrikThe text was updated successfully, but these errors were encountered: