Changeset 3813
- Timestamp:
- 21/04/08 16:36:14 (13 years ago)
- Location:
- DPPP/kml/python/csml2kmlpylon
- Files:
-
- 386 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DPPP/kml/python/csml2kmlpylon/csml2kmlpylon.egg-info/SOURCES.txt
r3784 r3813 25 25 csml2kmlpylon/controllers/csmlGrapher.py 26 26 csml2kmlpylon/controllers/error.py 27 csml2kmlpylon/controllers/nerc_WMS.py 27 28 csml2kmlpylon/controllers/template.py 28 29 csml2kmlpylon/lib/__init__.py -
DPPP/kml/python/csml2kmlpylon/development.ini
r3782 r3813 14 14 use = egg:Paste#http 15 15 host = 0.0.0.0 16 port = 808 416 port = 8086 17 17 18 18 [app:main] … … 28 28 # The following is the location of the config file that is used to setup the csmlGrapher service 29 29 csmlGrapher.configfile = %(here)s/csml2kmlpylon/config/csml2kmlpylon.conf.xml 30 csml_config=%(here)s/csml_config 31 layer_config = %(here)s/csml_config/testdoc.xml 32 pilfont_dir = %(here)s/pilfonts 30 33 31 34 # If you'd like to fine-tune the individual locations of the cache data dirs
Note: See TracChangeset
for help on using the changeset viewer.