metno / mmd

GNU General Public License v3.0
2 stars 11 forks source link

dont add getcapabilities for geonorge if it's already there. #249

Closed TAlonglong closed 5 months ago

TAlonglong commented 5 months ago

The MMD xslt add ?SERVICE=WMS&REQUEST=GetCapabilities if the OGC MMD resource don't match this exactly.

An example OGC WMS resource is:

https://fastapi.s-enda-dev.k8s.met.no/api/get_quicklook/2024/05/30/npp-viirs-dnb-20240530101808-20240530103221.nc?service=WMS&version=1.3.0&request=GetCapabilities

So if this string matches, nothing should be added.