[GeoNetwork-users] We dont want static maps in Geonetwork

Hi! We are using Geonetwork v3.2. When we insert a serie or dataset metadata in Geonetworkf it has a pdf as a distribution format, Geonetwork classified the metadata as a static map.
We want that the metadata appears as a dataset o serie, NO as a static map. Do you know how to solve it? Thanks!

--

Hi

Probably the easiest way is to update this line https://github.com/
geonetwork/core-geonetwork/blob/3.2.x/schemas/iso19139/
src/main/plugin/iso19139/index-fields/default.xsl#L811

to have this:

<Field name="type" string="*dataset*" store="true" index="true"/>

Note that you'll have to restart GeoNetwork and reindex the metadata.

Regards,
Jose García

On Tue, May 30, 2017 at 4:27 PM, Margarita Caletrio Arcos <
caletrio_mar@anonymised.com> wrote:

Hi! We are using Geonetwork v3.2. When we insert a serie or dataset
metadata in Geonetworkf it has a pdf as a distribution format, Geonetwork
classified the metadata as a static map.
We want that the metadata appears as a dataset o serie, NO as a static
map. Do you know how to solve it? Thanks!

--
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/project
s/geonetwork

--

*Vriendelijke groeten / Kind regards,Jose García
<http://www.geocat.net/&gt;Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664> <https://www.facebook.com/geocatbv&gt;
<https://twitter.com/geocat_bv&gt;
<https://plus.google.com/u/1/+GeocatNetbv/posts&gt;Please consider the
environment before printing this email.*

Thanks! Gracias Jose!

We haven't changed the code but thanks to the information that you gave us, we have modified the metadata removing the optional item of "presentationForm" and it works!!! we can have metadata with pdf in distribution format and it appear as dataset or series. Have a good day!

El 30/05/2017 a las 17:30, Jose Garcia escribió:

Hi

Probably the easiest way is to update this line https://github.com/geonetwork/core-geonetwork/blob/3.2.x/schemas/iso19139/src/main/plugin/iso19139/index-fields/default.xsl#L811

to have this:

<Field name="type" string="*dataset*" store="true" index="true"/>

Note that you'll have to restart GeoNetwork and reindex the metadata.

Regards,
Jose García

On Tue, May 30, 2017 at 4:27 PM, Margarita Caletrio Arcos <caletrio_mar@anonymised.com <mailto:caletrio_mar@anonymised.com>> wrote:

    Hi! We are using Geonetwork v3.2. When we insert a serie or
    dataset metadata in Geonetworkf it has a pdf as a distribution
    format, Geonetwork classified the metadata as a static map.
    We want that the metadata appears as a dataset o serie, NO as a
    static map. Do you know how to solve it? Thanks!

    -- ------------------------------------------------------------------------------
    Check out the vibrant tech community on one of the world's most
    engaging tech sites, Slashdot.org! http://sdm.link/slashdot
    _______________________________________________
    GeoNetwork-users mailing list
    GeoNetwork-users@lists.sourceforge.net
    <mailto:GeoNetwork-users@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/geonetwork-users
    <https://lists.sourceforge.net/lists/listinfo/geonetwork-users&gt;
    GeoNetwork OpenSource is maintained at
    http://sourceforge.net/projects/geonetwork
    <http://sourceforge.net/projects/geonetwork&gt;

--
***
Vriendelijke groeten / Kind regards,

Jose García

<http://www.geocat.net/&gt;
Veenderweg 13
6721 WD Bennekom
The Netherlands
T: +31 (0)318 416664 <tel:+31318416664>

<https://www.facebook.com/geocatbv&gt;&lt;https://twitter.com/geocat_bv&gt;&lt;https://plus.google.com/u/1/+GeocatNetbv/posts&gt;

Please consider the environment before printing this email.
***

--