You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got feedback that the way current data layers exist they are not particularly helpful for power users, or really anyone who is familiar with the data on those layers. Primarily because there is no way to get the underlying metadata for the layers.
The one that was brought up multiple times is being able to find our Well ID versus just see a point on a map where the well is would be super helpful.
Screenshot of the current behaviour, when you hover over those dots there is no information.
All assume fields you need are available within the layer:
Labels appear as map pans/zooms
Via WMS layer via default style sheet (if there is one)
Via WMS layer via custom style sheet (via getMap parameter)
Via Mapbox version of layer if available (check getCapabilities request for DataBC layer)
*Via custom vector layer file (recommend pmtile) generated via cronjob utilizing all layer data, host on s3. Layer loads faster for client and is available at any zoom, but some work involved in building cronjob to page through all records, cache, generate pmtile file, and put on s3.
Labels appear on click/hover:
*User hover/click -> onClick/onHover event listener -> Send bounding box via WFS call to layer -> Use GeoJSON response to render labels
Note that options with '*' indicate best option if extra data (beyond whats in the WMS/WFS layer) needs to be made available in the label/popup.
Description:
When enabled, allow details for elements to be viewed (perhaps on hover)
Definition of Ready:
The text was updated successfully, but these errors were encountered: