Changeset 570 for bbox/bbox/wfssimple.py
- Timestamp:
- 11/08/06 17:21:49 (4 years ago)
- Files:
-
- 1 modified
-
bbox/bbox/wfssimple.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bbox/bbox/wfssimple.py
r564 r570 2 2 from bbox import BBox 3 3 from warnings import warn 4 # configuration?5 # Why not do a RESTfully addressable version of this?6 # Then it loses a lot of WFS-ness7 4 from config import spatialdb 8 5 … … 18 15 else: 19 16 self.format = 'text/xml' 20 warn(str(formats[self.format]))21 17 return formats[self.format] 22 18 … … 71 67 def GET(self): 72 68 keywords = [] 73 # what would we return sensibly?69 # what keywords would we return sensibly? 74 70 # is it useful to human-speicify these? 75 71 # for some applications we can extract them from feed keywords
