Closed meliezer closed 5 years ago
@ctroupin do you have everything to make the changes? Thanks
Yes, as Menashè confirmed this one was validates, I can go on!
Ok so a few commends or doubts concerning the new template. The file I'm working on it the branch NewXMLtemplate2:
<gmd:pointOfContact>
, and within it we have the same info, for instance <gmd:individualName>
<gco:CharacterString>John</gco:CharacterString>
</gmd:individualName>
what variable will we use for this field (<name>
is for the organisation).
{{ mail }}
for both.Charles, It would be easier pointing me to a concrete xml frament. I don't see the multiple tags. Anyway, Erwann should be able to reply. I haven't edited xml files, but worked with Sextant. In my example there was also the individualName of the originator, which at least for now is always empty for EMODnet Chemistry, so you ignore it. As for SeaDataCloud, you should speak with them.
Also the multiple email addresses, I don't see it.
ok, let's be more explicit: in the new template
lines 20 → 22
<gmd:individualName gco:nilReason="missing">
<gco:CharacterString />
</gmd:individualName>
lines 171 → 173
<gmd:individualName>
<gco:CharacterString>John</gco:CharacterString>
</gmd:individualName>
And the tag <gmd:pointOfContact>
appears
anyway, I'm contacting now Erwann and let you know.
lines 20 → 22: responsible party, only organisation, no name. It's correct. lines 171 → 173: in this case it's under gmd:pointOfContact and it has the role of author. For now is always empty for EMODnet Chemistry.
No multiple tags, please note that gmd:role is different: author or originator.
ok thanks, now it's clearer.
branch NewXMLtemplate2 is merged.
The attached example follows the new template. sextant_final_example.xml.zip Please note that we always have EMODnet Chemistry as keyword. Please make sure that the new feature of WMS names (WMSlayername) still functions after modifying the Mustache file.