aodn / aodn-portal

AODN Open Geospatial Portal
https://portal.aodn.org.au/
GNU General Public License v3.0
21 stars 13 forks source link

Click point has to be too precise #2053

Closed kereid closed 8 years ago

kereid commented 8 years ago

Steps to reproduce:

Add a soop collection or argo.

While zoomed out click on the area where there might be a cluster of floats or a coupe of soop tracks

Zoom all the way in and click a track or a float

What should happen:

When there is a click in a general area of a float or track get some information

What does happen:

Have to be ridiculously precise to get any detail

When it's zoomed out is there someway to set the click area to encompass a larger surface? Even if this means getting details in the GFI for multiple floats or tracks it's better than the user clicking and thinking there is not information.

Same for zooming in maybe the floats and tracks can be displayed bigger not still so small click presicion

pmbohm commented 8 years ago

Seeing errors that are the result of the portal not sending the correct click point when clicking over the date line. These requests will all silently fail. This may be responsible for a lot of misses

org.geoserver.platform.ServiceException: -965, 122 not in dimensions of image: 1535, 436
    at org.geoserver.wms.featureinfo.GetFeatureInfoKvpReader.read(GetFeatureInfoKvpReader.java:181)
pmbohm commented 8 years ago

Tested with styling changes for Argo and this seems to fix the issue screen shot 2015-11-23 at 5 31 07 pm Content issue created https://github.com/aodn/content/issues/154

kereid commented 8 years ago

Re-opening as it still seems to be hard to click on a track it's just specific to one or 2 collections.

click point

pmbohm commented 8 years ago

Yes this specific to one or two collections. The bug needs to be reported for the collection on the content repo and the fix applied as described at aodn/content#154