Adding ESRI layers to map from record view #8397
Answered by
fxprunayre
Oct 2, 2024
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 |
0 replies
|
@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 |
3 replies
|
@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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



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.