Adding ESRI layers to map from record view #8397
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
It should work. Maybe compare with https://sdi.eea.europa.eu/catalogue/srv/eng/catalog.search#/metadata/c6d27566-e699-4d58-a132-bbe3fe01491b |
Beta Was this translation helpful? Give feedback.
-
@fxprunayre thanks, do you think it has to do with the GeoNetwork version? my portal is on 4.2.5 and the one you gave me is on 4.4.4 it seems 🤔 but yeah, you're right, it works fine in the one you shared |
Beta Was this translation helpful? Give feedback.
-
@fxprunayre ah, the link in your example is set to: while the one I have is slightly different: Do you happen to know how that list of protocols is generated? I don't seem to have the same options in mine 🤔 so maybe it is a difference in versions; I should be able to just override that dropdown and add the option and see if it works better. |
Beta Was this translation helpful? Give feedback.
The list of protocol is quite free so maybe you can make it work by declaring your protocol value in https://github.com/geonetwork/core-geonetwork/blob/main/web-ui/src/main/resources/catalog/js/CatController.js#L788-L793 and register it for add layer action.