Skip to main content

Questions tagged [mbtiles]

MBTiles is a file format for storing map tiles in a single file. It is, technically, a SQLite database. Latest format version as of February 2018 is 1.3.

0 votes
0 answers
48 views

Draw a POLYGON feature as as a line string in MapLibre / Mapbox

I have vector tiles that I want to render in MapLibre with a custom style. There are geofeatures with polygons that I want to render as a filled polygon. In addition, I want to render the outline of ...
alexgk's user avatar
  • 13
0 votes
0 answers
17 views

run tileserver-gl on a server without internet access Error

I am encountering an issue while trying to run tileserver-gl on a server without internet access. I have successfully set up tileserver-gl on other servers using a prepared folder with all necessary ...
Andreas's user avatar
0 votes
0 answers
17 views

Error creating MBTiles org.imintel.mbtiles4j.MBTilesWriteException: Add metadata failed

I've found an error in my app. For proper context, one of the functionalities of my app is generate MBTiles files for the users. The method in charge of the MBTiles generation is the next (logs are ...
Angel Rodriguez Revuelta's user avatar
0 votes
0 answers
46 views

Serving many MBTiles files using tileserver-gl

I am using tileserver-gl to serve tiles from MBTiles files, which are generated on a daily basis using tippecanoe. Every day a new MBTiles file is generated per a specific id (roughly 200 ids) and ...
RoeeHas's user avatar
0 votes
0 answers
22 views

How to convert WEBP Mbtiles (512 x 512) to lower resolution (256x256)

I am working on world elevation mbtiles which are in WEBP 512 x 512 resolution. I want to convert this to a lower resolution WEBP 256 x 256. How can I lower the resolution? I tried gdal-translate, but ...
Ashish Gupta's user avatar
0 votes
0 answers
27 views

Why mbtiles file is so big?

I want to create very simple world map with coastline and countries. For this, I extracted country borders from planet OSM. PBF file is only 24MB. Next, with tilemaker I created mbtiles file (with ...
Jarek's user avatar
  • 351
1 vote
1 answer
60 views

Convert HMAC signature from Go into R

I am trying to reproduce the following golang code in R for creating the signature for the consibio/mbtilesever. The aim is to build apps in R and python which can access mbtileservers uisng a secure ...
pdbentley's user avatar
  • 440
0 votes
0 answers
40 views

Distorted PBF Vector Tiles in OpenLayers

I have a local set of PBF files that render parks and roads in a geographic area. The parks display correctly, but the roads are completely distorted at all zoom levels - what could be causing this ...
Sidders's user avatar
  • 131
0 votes
0 answers
23 views

Tippecanoe not outputing any progress in the terminal

I am running the following on a geojson file that is 41mbs; it runs and produces an output .pmtiles file, but I am not getting any progress bar or output even after hours. Am I doing something wrong? ...
Reuben's user avatar
  • 93
0 votes
0 answers
85 views

Displaying offline satellite maps using react-leaflet

I am working on a react project where i want to display satellite maps and they have to be offline maps since the project that i am working on is completely offline. I have created satellite map (XYZ ...
Jestin Kuriakose's user avatar
0 votes
0 answers
49 views

OSMDROID: load offline tiles from database

I have .mbtiles database with tiles: database How can i load tiles into Map View? The examples from the Internet do not work. My code shows a gray default screen: public void getTilesFromArchive(...
Александр's user avatar
0 votes
0 answers
80 views

Extract administrative boundary only data from OSM

I'm trying to host a map for a selected administrative region. Extracts available on geofabrik similar services, sadly, do not provide extract of this sub-region. I've extracted administrative ...
Vitaly Varyvdin's user avatar
0 votes
0 answers
94 views

Display Elastic vector tiles with Deck.gl

I'm trying to use Deck.gl with MVTLayer to display some Elastic vector tiles. Using maplibre-gl So far, I've been able to make it work using the maplibre-gl library: map.addSource(sourceName, { '...
daniegarcia254's user avatar
0 votes
0 answers
24 views

Lines are displaying while rendering tile based kpi(mbtiles) on map

I have mvt layer which has icon layer on it,I'm using deck gl for data visualisation on map, on mbtiles loading I see dashed lines at the junction of each tile on the icon layer, please suggest me a ...
Amarnath VC's user avatar
0 votes
1 answer
467 views

Converting osm maps to mbtiles

I am working on an project which is completely offline (windows), the frontend is in react where i display a base map using react-leaflet library, and i serve the base map through a node backend from ...
Jestin Kuriakose's user avatar

15 30 50 per page
1
2 3 4 5
12