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

Image tiles are not rendered completely #105

Open
Brakebein opened this issue Sep 1, 2022 · 1 comment
Open

Image tiles are not rendered completely #105

Brakebein opened this issue Sep 1, 2022 · 1 comment
Assignees
Labels

Comments

@Brakebein
Copy link

Describe the bug
When generating a 3D model, the texture contains a lot of black areas.
However, this issue doesn't occur with satellite imagery (MapBox-Satellite, Esri.WorldImagery), but with all the non-satellite imagery providers, e.g. ThunderForest-Outdoors, MapBox-Streets, Stamen-Toner, etc.
It seems that the downloaded image tiles are not processed correctly.
I tested it for different regions and with low, medium, and high image quality settings.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://elevationapi.com/playground_3dbbox
  2. Select an area
  3. For Imagery Provider, select "ThunderForest-Outdoors" or any other non-satellite imagery provider
  4. Click on 'Generate 3D model'
  5. See texture of generated 3D model

Expected behavior
A rendered texture without black areas.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome 104, Firefox 103

Additional context
When choosing some imagery providers, e.g. "MapBox-Outdoors", error code Response status code does not indicate success: 410 (Gone). gets returned.

@xfischer xfischer added the bug label Sep 15, 2022
@xfischer xfischer self-assigned this Sep 15, 2022
@xfischer
Copy link
Member

Hi @Brakebein sorry for the late reply. I think it's an issue about multithreading still done in a poor way.
I will have a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants