pjdohertygis / SARCOP

This is a GitHub page for recording and resolving issues related to SARCOP.
https://nsargc.napsgfoundation.org/
GNU General Public License v3.0
10 stars 0 forks source link

QuickCapture - Offline Cache not used when editing points #165

Closed pjdohertygis closed 2 years ago

pjdohertygis commented 3 years ago

v1.11 now allows for caching of small areas for offline use when working with an intermittent internet connection. This is very useful and allows the end user to always at least see their own active / outbox tracklog.

Here is one issue we hit

Editing Points - When editing points (clicking on the pencil icon) users were expecting to see the basemap they “cached” – instead they get prompted to use the generic default offline map which is just an outline of the continents. This makes it impossible to drag the point to a building footprint, even though they can see it in their “cached” map. Would it be possible to use the cached area for both interfaces?

Cached area looks like

image

After adding a point, we try to edit it's location and we see the following image

image

image

The end user was hoping to see the same offline cached area.

pjdohertygis commented 3 years ago

We sent this to the QuickCapture Team and will post updates as comments below.

pjdohertygis commented 3 years ago

From QuickCapture Team

"For this coming release, we are planning to use the same map for the main map and for editing (in 1.11 they are separate). This means that the same cached map tiles for a web map will be available for both, and we should also see the app memory consumption come down. This requires some significant re-work so we could not get this into 1.11. "

pjdohertygis commented 3 years ago

@xiao8579 will the ability to use the offline map cache when editing point locations make it into v1.12 or 1.13?

xiao8579 commented 2 years ago

@pjdohertygis we will evaluate that too for v1.13

JohnHasthorpe commented 2 years ago

@pjdohertygis - This should no longer be an issue in 1.14 store build

pjdohertygis commented 2 years ago

Confirmed this is implemented and working well now - thank you!