Skip to content

<gn-dataset-view-map>

Example

Visualize Map dataset from a Metadata Record with gn-dataset-view-map web component

Source code

html
<gn-dataset-view-map
  api-url="https://www.geo2france.fr/geonetwork/srv/api"
  dataset-id="9da51f58-15c6-4325-82b1-2cf6c8e75d0f"
  primary-color="#0f4395"
  secondary-color="#8bc832"
  main-color="#555"
  background-color="#fdfbff"
  main-font="'Inter', sans-serif"
  title-font="'DM Serif Display', serif"
  style="height: 500px; width: 100%"
></gn-dataset-view-map>

Released under the GPL-2.0 license.