#16761 closed task (fixed)
Strange URL for Oslo Urban Environment options
Reported by: | Don-vip | Owned by: | nkamapper |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | External imagery source | Version: | |
Keywords: | norway wms | Cc: | stoecker, wiktorn, Klumbumbus |
Description
Hello,
you added a new WMS URL for Norway which results in following error on ImageryCompare:
Strange URL 'https://oslokommune-bym.opendata.arcgis.com': [NO] Oslo Urban Environment options (layer) - https://geodata.bymoslo.no/arcgis/services/geodata/Temadata_Publikum/MapServer/WMSServer?request=GetCapabilities&service=WMS
I think because this is GetCapabilities URL instead of a specific layer URL?
Attachments (0)
Change History (3)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 6 years ago
Replying to Don-vip:
Why do we need this slash?
We don't "need" that slash. It's a sanity check like findbugs, CheckStyle, PMD and so on. ImageryCompare not only compares, but also checks entries for a number of parameters, as there where a number of invalid entries before. The URLs are requested in this form for some reasons:
- URLs without the slash are crippled and I don't unnecessary cripple things
- It looks better
- I wanted an unification and thus only one form in these case where more are possible.
- But the most important point: It's much easier to check for this form than for other form :-)
Missing slash added.