Project

General

Profile

« Previous | Next » 

Revision 4178

Added by daigle over 16 years ago

Fully qualify spatial and replication properties

View differences:

metacat.properties
203 203
organization.user.UNAFFILIATED=cn=Manager
204 204
organization.password.UNAFFILIATED=
205 205

  
206
######## Access section               #########################################
207

  
208
timedreplication=false
209
firsttimedreplication=10:00 PM
210
timedreplicationinterval=172800000
211
forcereplicationwaitingtime=30000
212

  
213 206
######## Log Paths  ##############################################
214 207

  
215 208
sitecode=nceas
......
303 296
## TODO MCD this seems to be used in other placed besides replication
304 297
replication.datafilesizelimit=1000
305 298
replication.defaultcontenttype=application/octet-stream
299
replication.timedreplication=false
300
replication.firsttimedreplication=10:00 PM
301
replication.timedreplicationinterval=172800000
302
forcereplicationwaitingtime=30000
306 303

  
307 304
######## Skins  #########################################
308 305
skin.names=default,esa,nceas,knb,obfs,nrs,sanparks
......
373 370

  
374 371
######## Spatial section              #########################################
375 372

  
376
runSpatialOption=true
377
regenerateCacheOnRestart=true
373
spatial.runSpatialOption=true
374
spatial.regenerateCacheOnRestart=true
378 375

  
379 376
# Comma-seperated list of schemas containing spatial bounding boxes
380 377
# name corresponds to the docname stored in xml_documents table
381
spatialDocnameList=eml,fgdc,metadata
378
spatial.spatialDocnameList=eml,fgdc,metadata
382 379

  
383 380
# XML paths to the four bounding coordinates
384 381
# These paths must be included in your indexPaths variable in build.properties
385 382
# Note the naming convention:
386 383
#   {docname}_{direction}BoundingCoordinatePath=.....
387 384
# Has not been tested with other schemas besides EML
388
eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
389
eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
390
eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
391
eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
392
fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
393
fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
394
fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
395
fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
396
metadata_westBoundingCoordinatePath=westbc
397
metadata_eastBoundingCoordinatePath=eastbc
398
metadata_southBoundingCoordinatePath=southbc
399
metadata_northBoundingCoordinatePath=northbc
385
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
386
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
387
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
388
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
389
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
390
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
391
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
392
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
393
spatial.metadata_westBoundingCoordinatePath=westbc
394
spatial.metadata_eastBoundingCoordinatePath=eastbc
395
spatial.metadata_southBoundingCoordinatePath=southbc
396
spatial.metadata_northBoundingCoordinatePath=northbc
400 397

  
401
docTitle=dataset/title
398
spatial.docTitle=dataset/title
402 399

  
403 400
######## SiteMap section              #########################################
404 401

  

Also available in: Unified diff