Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow editing end links for datafeeder #11

Open
wants to merge 1 commit into
base: georchestra-datafeeder-24.0.x
Choose a base branch
from

Conversation

f-necas
Copy link

@f-necas f-necas commented Feb 13, 2025

With editing the frontend-config.json file in datadir for datafeeder, we can now change the links at the end of the process.

Here is the structure to add :

"links": {
    "existing" : ["geonetwork", "openlayers", "ogc-features"]
    "custom": [
      {
        "uri": "/datahub/dataset/:uuid",
        "title": {
          "default": "See data in Datahub",
          "fr": "Voir le jeu de données dans datahub"
        }
      }
    ]
}

With this example (and if data-api is set too), it will display 4 links :

  • Geonetwork
  • OpenLayers (geoserver)
  • Ogc features (data api and if datafeeder.publishing.ogcfeatures.public-url is set in datafeeder.properties)
  • Datahub (the custom one)

This work is sponsored by MEL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant