Server doesn't return any data. #1287
-
Hi everyone. My martin server keeps returning 204 HTTP code when I try to test it with QGIS, meaning that there is no data sent from the server. I used the " I also tried to download the data using But when I use MBTiles files containing raster tiles (png), it works perfectly fine and returns png data, which is extremely confusing as I thought that Martin was able to serve only vector data. I would really appreciate someone explaining: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Zit-Zitoun Have a good day! Why is Martin able to return PNG data
Why is Martin returning 204 code and not sending data when I use it with vector MBTiles files.
And would you mind share this file? I'd love to debug it. PS. You could inspect the MBTiles file with tools like DBeaver, |
Beta Was this translation helpful? Give feedback.
Hi @Zit-Zitoun Have a good day!
Why is Martin able to return PNG data
Martin
just return the tile data stored inMBTIles
, andMBTiles
could store PNG data based on the spec:The tile_data column MUST contain the raw binary image or vector tile data for the associated tile as a blob
Why is Martin returning 204 code and not sending data when I use it with vector MBTiles files.
11/48/54
?And would you mind share this file? I'd love to debug it.
PS. You could inspect the MBTiles file with tools like DBeaver,
Navicat
, etc. They are sqlite file generally.