Changes between Version 11 and Version 12 of S3/S3REST/URLFormat
- Timestamp:
- 02/25/11 14:36:18 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/URLFormat
v11 v12 86 86 - ?bbox=minLon,minLat,maxLon,maxLat 87 87 88 Example: 88 You can also specify the foreign key field name of the location reference the query relates to (e.g. in case there are multiple location references in that resource): 89 90 - ?bbox.FKFieldName=minLon,minLat,maxLon,maxLat 91 92 Examples: 89 93 90 94 {{{ 91 95 /hms/hospital?bbox=123,13.5,124,13.7 96 }}} 97 98 {{{ 99 /hms/hospital?bbox.location_id=123,13.5,124,13.7 92 100 }}} 93 101 == URL Examples ==