Some tiles cannot be read. The server returns 204 with no content #1043
Unanswered
fandy00123
asked this question in
Q&A
Replies: 1 comment
-
This is by design, the sqlite3 tests/fixtures/mbtiles/world_cities.mbtiles 'select * from tiles where zoom_level=5 and tile_column=6'
5|6|19| You see the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When I use martin(v0.11.2) as tile sverer in windows 10,
martin-main\tests\fixtures\mbtiles\world_cities.mbtiles
as datasource, usemartin world_cicties.mbtiles
command, I found some tiles cannot be read.http://127.0.0.1:3000/world_cities/5/6/19
server return 204 No Contenthttp://127.0.0.1:3000/world_cities/5/9/19
server return 200 can download a tile fileI use my mbitiles only zxy000 can read, I modified the zxy of the tiles to 000 and they can be read
I use other vector tile datasouce also. in my mbtiles
Looking forward to your answer!
tiles.zip
Beta Was this translation helpful? Give feedback.
All reactions