/[thuban]/branches/WIP-pyshapelib-bramz/Extensions/wms/wms.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Extensions/wms/wms.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2203 by jan, Tue May 11 22:34:49 2004 UTC revision 2405 by jan, Sat Nov 20 21:26:35 2004 UTC
# Line 1  Line 1 
1  # Copyright (C) 2003, 2004 by Intevation GmbH  # Copyright (C) 2003, 2004 by Intevation GmbH
2  # Authors:  # Authors:
3  # Jan-Oliver Wagner <[email protected]>  # Jan-Oliver Wagner <[email protected]> (2003, 2004)
4    # Bernhard Herzog <[email protected]> (2004)
5    # Martin Schulze <[email protected]> (2004)
6  #  #
7  # This program is free software under the GPL (>=v2)  # This program is free software under the GPL (>=v2)
8  # Read the file COPYING coming with Thuban for details.  # Read the file COPYING coming with Thuban for details.
# Line 28  from wxPython.wx import * Line 30  from wxPython.wx import *
30  from Thuban.Model.proj import Projection  from Thuban.Model.proj import Projection
31  from Thuban.Model.extension import Extension  from Thuban.Model.extension import Extension
32  from Thuban.UI.command import registry, Command  from Thuban.UI.command import registry, Command
33  from Thuban.UI.mainwindow import main_menu  from Thuban.UI.mainwindow import main_menu, layer_properties_dialogs
34  from Thuban import _  from Thuban import _
35  import Thuban.UI.baserenderer  import Thuban.UI.baserenderer
36    
# Line 57  def render_wms_layer(renderer, layer): Line 59  def render_wms_layer(renderer, layer):
59      return ()      return ()
60    
61  Thuban.UI.baserenderer.add_renderer_extension(WMSLayer, render_wms_layer)  Thuban.UI.baserenderer.add_renderer_extension(WMSLayer, render_wms_layer)
62    from properties import wmsProperties
63    layer_properties_dialogs.add(WMSLayer, wmsProperties)
64    
65    
66  class SelectWMSServer(wxDialog):  class SelectWMSServer(wxDialog):

Legend:
Removed from v.2203  
changed lines
  Added in v.2405

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26