Changeset 2095 for TI02-CSML/trunk/csml/API/csmlutils.py
- Timestamp:
- 02/02/07 10:56:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/API/csmlutils.py
r2081 r2095 15 15 def fixLongitude(request, kwargs): 16 16 for key in request.keys(): 17 if key == ' Lon': #how do we test if it is longitude properly?17 if key == 'longitude': #how do we test if it is longitude properly? 18 18 for val in request[key]: 19 19 if val < 0:
Note: See TracChangeset
for help on using the changeset viewer.