Revision 3120
Added by perry almost 18 years ago
metacat.properties | ||
---|---|---|
233 | 233 |
runSpatialOption=true |
234 | 234 |
regenerateCacheOnRestart=true |
235 | 235 |
|
236 |
# Comma-seperated list of schemas containing spatial bounding boxes |
|
237 |
# name corresponds to the docname stored in xml_documents table |
|
238 |
spatialDocnameList=eml,fgdc |
|
239 |
|
|
236 | 240 |
# XML paths to the four bounding coordinates |
237 |
# these paths must be included in your indexPaths variable in build.properties |
|
238 |
# these are the defaults for EML and have not been tested with other schemas |
|
239 |
westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate |
|
240 |
eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate |
|
241 |
southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate |
|
242 |
northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate |
|
241 |
# These paths must be included in your indexPaths variable in build.properties |
|
242 |
# Note the naming convention: |
|
243 |
# {docname}_{direction}BoundingCoordinatePath=..... |
|
244 |
# Has not been tested with other schemas besides EML |
|
245 |
eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate |
|
246 |
eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate |
|
247 |
eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate |
|
248 |
eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate |
|
249 |
fgdc_westBoundingCoordinatePath=spdom/bounding/westbc |
|
250 |
fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc |
|
251 |
fgdc_southBoundingCoordinatePath=spdom/bounding/southbc |
|
252 |
fgdc_northBoundingCoordinatePath=spdom/bounding/northbc |
|
243 | 253 |
|
244 | 254 |
docTitle=dataset/title |
245 | 255 |
metacatUrl=@systemidserver@@servlet-path@ |
Also available in: Unified diff
Added preliminary support for multiple spatial schemas in the same metacat instance .. bug 2551