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
Add WMTS license fallback to capabilities document
When a WMTS layer doesn't have a specific license URL, the license
link now falls back to the service's GetCapabilities URL with the
service title. This ensures all WMTS layers have proper attribution
linking back to the source capabilities document.
- Pass serviceInfo to addWMTSLayerToViewer function
- Construct proper GetCapabilities URL (SERVICE=WMTS&REQUEST=GetCapabilities)
- Use service title as license link title when no layer license exists
0 commit comments