Changes between Version 10 and Version 11 of S3/S3REST/URLFormat
- Timestamp:
- 02/25/11 14:33:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/URLFormat
v10 v11 81 81 }}} 82 82 83 == Boundary Box Queries == 84 85 For resources with location references (e.g. Hospitals), you can use boundary box queries select records. The general format of the query variable is: 86 - ?bbox=minLon,minLat,maxLon,maxLat 87 88 Example: 89 90 {{{ 91 /hms/hospital?bbox=123,13.5,124,13.7 92 }}} 83 93 == URL Examples == 84 94