~erobererunc/sahana-eden/tropo_xforms

« back to all changes in this revision

Viewing changes to modules/s3cfg.py

  • Committer: Fran Boon
  • Date: 2010-11-28 23:18:54 UTC
  • Revision ID: fran@aidiq.com-20101128231854-87h940t7m4i2tkxc
GIS: GeoExplorer integration progressed: can now save & load WMCs; some configurable map options & CSS cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        return self.gis.get("marker_max_height", 35)
101
101
    def get_gis_marker_max_width(self):
102
102
        return self.gis.get("marker_max_width", 30)
 
103
    def get_gis_mouse_position(self):
 
104
        return self.gis.get("mouse_position", "normal")
 
105
    def get_gis_print_service(self):
 
106
        return self.gis.get("print_service", "")
103
107
    def get_gis_geoserver_url(self):
104
 
        return self.gis.get("geoserver_url", "http://localhost/geoserver")
 
108
        return self.gis.get("geoserver_url", "")
105
109
    def get_gis_geoserver_username(self):
106
110
        return self.gis.get("geoserver_username", "admin")
107
111
    def get_gis_geoserver_password(self):