Project

General

Profile

« Previous | Next » 

Revision 3452

include doctype of metadata for FGDC spatial harvesting.
also specify bounding elements for metadata_(E/W/N/S)
NOTE: bounding elements must correspond to elements as included in the enumerated indexed paths property

View differences:

metacat.properties
259 259

  
260 260
# Comma-seperated list of schemas containing spatial bounding boxes
261 261
# name corresponds to the docname stored in xml_documents table
262
spatialDocnameList=eml,fgdc
262
spatialDocnameList=eml,fgdc,metadata
263 263

  
264 264
# XML paths to the four bounding coordinates
265 265
# These paths must be included in your indexPaths variable in build.properties
......
274 274
fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
275 275
fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
276 276
fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
277
metadata_westBoundingCoordinatePath=westbc
278
metadata_eastBoundingCoordinatePath=eastbc
279
metadata_southBoundingCoordinatePath=southbc
280
metadata_northBoundingCoordinatePath=northbc
277 281

  
278 282
docTitle=dataset/title
279 283
metacatUrl=@systemidserver@@servlet-path@

Also available in: Unified diff