Changeset 992 for ZCO/branches/zco3
- Timestamp:
- 10/13/07 10:28:02 (3 years ago)
- Files:
-
- 1 modified
-
ZCO/branches/zco3/src/zco/interfaces.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZCO/branches/zco3/src/zco/interfaces.py
r990 r992 298 298 "The default is 16. As an example, Google Maps currently " 299 299 "has approx 20 zoom levels, depending on the layer."), 300 default= 0,300 default=10, 301 301 required=False) 302 302
