Saijin-Naib / UAVArena

Drone mapping software outputs compared side by side! Which will win? ⚔️
https://opendronemap.github.io/UAVArena/
MIT License
0 stars 1 forks source link

add MiniMap #35

Open danbjoseph opened 1 year ago

danbjoseph commented 1 year ago

resolves #26

Saijin-Naib commented 1 year ago

Love it!

However, I'm noticing some papercuts at both extremes of the zoom (really close, really far).

Really far:
image

Really close:
image

Would it instead be possible to "lock" the minimap to the closest fit of the full extent of the layer, that way we don't lose our location context as we zoom in and out far?

danbjoseph commented 1 year ago

do you have a quick way to get the bounding box of each area? i think this will require hard-coding that in much as how the center of each area is currently included... https://github.com/Saijin-Naib/UAVArena/blob/90bf96ca38fbf4000bc7f08bc8444826eb04eba6/main.js#L10

danbjoseph commented 1 year ago

or do you have links to the processed orthophotos (not tiles) that I can then download and drop into QGIS to figure out the bounds for each of the 3 scenes? i wasn't able to load the folder locations into QGIS nor geojson.io to draw/calculate the bounds.