[GeoNetwork-users] Edit featured Map

Hi,

I have installed GeoNetwork 2.6.4. we have harvested around 8000 metadata
and we want to display only our data in the Featured map. I want to disable
other harvested metadata displaying in the featured map. Uncheck one by one
in the privileges option is taking lots of time. Please help me

Regards,
Rajah

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Edit-featured-Map-tp4467670p4467670.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

If you are using a PostgreSQL as backend (which is really recommended with
that many records) you can prepare a SQL-statement to delete or add
operations as you like to.

This gives you a list with groups and allowed operations for your harvested
metadata records:

Just add a "delete from operationallowed where metadataid in" before for
those you don't want to allow.

-----
Geomatics Lab | Geography Department | Humboldt-Universitaet zu Berlin
web: http://www.hu-geomatics.de

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Edit-featured-Map-tp4467670p4468325.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Thanks a lot. We are using PostgreSQL as Geonetwork database. I think this
will help. I'll try this

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Edit-featured-Map-tp4467670p4474752.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.