bcgov / dbc-kml-apps

DataBC KML Applications and Templates
Apache License 2.0
0 stars 6 forks source link
citz geoserver kml xslt

Lifecycle

This folder contains the KML files that are deployed to: https://openmaps.gov.bc.ca/kml/...

Deployment of KML files uses a Jenkins Job: .../waops/job/fcbc_kml/

Folders:

  1. EXCEPTON: Geo - The master kml library generated by a different Jenkins Job: .../waops/job/geoserver_build/

    This folder contains all public warehouse layers

All other files deployed using the Jenkins job above are:

  1. fcbc - Front Counter BC

  2. geobc - Contains BCGov_Ortho_Viewer_Loader.kml

  3. geocoder - GeoCoder

  4. geomark - GeoMark

  5. Icons - common icons that are consumed by all the other kml files

  6. wildfire - There is a FME job somewhere, that populates this folder. Once we find the job and stop it, this folder can be removed as it is no longer used.

NOTE: Any folder that has a file called Thumbs.db, will cause the Jenkins job to fail when doing the xcopy of the data. Windows puts a hold in this file when on the OS. To find the guilty file run the copy command on the server, but you need to adjust the parameters so you can locate the error (remove the /q).

xcopy E:\sw_nt\jenkins\workspace\waops\fcbc_kml\kml\Icons* \\Server.ext\e$\inetpub\wwwroot\kml\Icons* /q /i /e /y /h