Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update basemapper to better support drone data TMS (zoom >19) #266

Closed
spwoodcock opened this issue Jul 5, 2024 · 0 comments · Fixed by #267
Closed

Update basemapper to better support drone data TMS (zoom >19) #266

spwoodcock opened this issue Jul 5, 2024 · 0 comments · Fixed by #267

Comments

@spwoodcock
Copy link
Member

spwoodcock commented Jul 5, 2024

Describe the bug

Metadata comparison

  • Metadata from QGIS-generated mbtiles includes zoom levels:

image

  • Compared to output from osm_fieldwork.basemapper:

image

Is the type=overlay vs type=baselayer relevant?

Tile data comparison

  • osm-fieldwork generates the tile table with mixed png / jpg data.
  • There are also some rows with missing data.

image

  • QGIS generates consistent image format, depending on what is specified.
  • There are no rows with missing data.

image

Image comparison

  • The quality of the embedded images is the same between QGIS and osm-fieldwork.
  • The correct data is inserted in the right place:

image

Possible solutions

  • Add the zoom levels to metadata (this is likely the fix, used by display software)
  • Add image conversion jpg --> png and vice versa.
  • Do not append rows with empty data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant