Changeset 570 for bbox/bbox/wfssimple.py

Show
Ignore:
Timestamp:
11/08/06 17:21:49 (4 years ago)
Author:
zool
Message:

removed some debugging, comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bbox/bbox/wfssimple.py

    r564 r570  
    22from bbox import BBox 
    33from warnings import warn 
    4 # configuration? 
    5 # Why not do a RESTfully addressable version of this? 
    6 # Then it loses a lot of WFS-ness 
    74from config import spatialdb  
    85 
     
    1815        else: 
    1916            self.format = 'text/xml' 
    20         warn(str(formats[self.format])) 
    2117        return formats[self.format] 
    2218 
     
    7167    def GET(self): 
    7268        keywords = [] 
    73         # what would we return sensibly? 
     69        # what keywords would we return sensibly? 
    7470        # is it useful to human-speicify these?  
    7571        # for some applications we can extract them from feed keywords