metadata101 / iso19139.ca.HNAP

ISO Harmonized North American Profile (HNAP)
GNU General Public License v2.0
4 stars 19 forks source link

What is the difference between 'ESRI REST: Map Service' and 'ESRI REST: Map Server' #298

Closed ianwallen closed 1 year ago

ianwallen commented 1 year ago

https://github.com/metadata101/iso19139.ca.HNAP/blob/fd182600266deb4472b655b58a50ad46d7337dcc/src/main/plugin/iso19139.ca.HNAP/loc/eng/labels.xml#L1754

From FGP we receive "ESRI REST: Map Server" instead of "ESRI REST: Map Service" and we need to investigate to see if this a bug?

This is causing validation issues when importing FGP records

ianwallen commented 1 year ago

I entered the following for the url for the mapserver.

https://gisp.dfo-mpo.gc.ca/arcgis/rest/services/FGP/DFO_MPO_Regions/MapServer/

And it provided the following for layer names

image

I noticed that if I select “Use map service” then it put “ESRI REST: Map Server”

Then if I select the Layer “DFO MPO Regions 2021” then it put “ESRI REST: Map Service” in the list.

image

So FGP does seems to use both and they each mean something different. So with that in mind I think the HNAP should include “ESRI REST: Map Server” in the list and it should be a valid value in the schematron check.

Any objections?