Select to view content in your preferred language

Problems adding data using ISO 19110 (Feature Catalogue) metadata standard

3104
1
05-31-2013 12:39 PM
BrianSmall
New Contributor
I'm using Geoportal Server v1.2.2 and added a customization that supports publishing/harvesting of ISO 19110 metadata (customization available via https://github.com/Esri/geoportal-server/tree/master/geoportal/profiles/metadata/iso/iso19110).

After uploading/validating data from my local system, it shows a title of 'Untitled'. It shows an Untitled title as well if I manually enter the data through the 'dedicated editor' via web browser. Also, if I do a search with no criteria, the "Untitled" record appears, however the Details link does not contain any content.

Any idea how to fix this so that the Title appears and the Details link renders content? Is it related to using a stock v1.2.2 install of Geoportal and then adding the previously mentioned iso19110 customization?
0 Kudos
1 Reply
MartenHogeweg
Esri Contributor
hi Brian,

For Geoportal Server related questions or discussions, please use our discussion forum on github (where we also host geoportal server source code and the 19110 profile): https://github.com/Esri/geoportal-server/issues.

Your problem is likely due to the indexables not being defined properly. did you create an indexables file for the ISO19110 profile? the default from github doesn't have this defined yet:

<indexables fileName=""/>

if you have one, feel free to submit a pull request so we can include your indexables.

for an example of the indexable file, see this one:
https://github.com/Esri/geoportal-server/blob/master/geoportal/src/gpt/metadata/iso/apiso-indexables...
0 Kudos