[GeoNode-devel] Using a custom scheme @ gn4. How does it work?
Toni Schönbuchner
toni.schoenbuchner at csgis.de
Tue Apr 26 02:59:06 PDT 2022
Dear all,
I’m testing the promising new feature of custom metadata:
https://docs.geonode.org/en/master/usage/extra_metadata/settings.html <https://docs.geonode.org/en/master/usage/extra_metadata/settings.html>
Therefore I’ve added the following in the extra metadata field in the wizard:
https://master.demo.geonode.org/catalogue/#/dataset/879 <https://master.demo.geonode.org/catalogue/#/dataset/879>
[
{
"field_name": "bike",
"field_label": "KTM",
"field_value": "ktm",
"filter_header": "Sports Parameters"
}
]
and would expect the data to be shown here:
https://master.demo.geonode.org/datasets/geonode_master_data:geonode:tl_2018_02_anrc0/metadata_detail <https://master.demo.geonode.org/datasets/geonode_master_data:geonode:tl_2018_02_anrc0/metadata_detail>
This as the template defines a block for it:
https://github.com/GeoNode/geonode/blob/4535b87194685b72692ba58f6069ca675ee50ab8/geonode/maps/templates/layouts/map_panels.html#L536-L541 <https://github.com/GeoNode/geonode/blob/4535b87194685b72692ba58f6069ca675ee50ab8/geonode/maps/templates/layouts/map_panels.html#L536-L541>
Unfortunately neither the data is shown, nor the facet is added.
Do I misuse or misunderstand this feature?
Best
Toni
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-devel/attachments/20220426/22bdd832/attachment.html>
More information about the geonode-devel
mailing list