Changes between Version 11 and Version 12 of S3/S3REST/URLFormat


Ignore:
Timestamp:
02/25/11 14:36:18 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/URLFormat

    v11 v12  
    8686  - ?bbox=minLon,minLat,maxLon,maxLat
    8787
    88 Example:
     88You 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
     92Examples:
    8993
    9094{{{
    9195/hms/hospital?bbox=123,13.5,124,13.7
     96}}}
     97
     98{{{
     99/hms/hospital?bbox.location_id=123,13.5,124,13.7
    92100}}}
    93101== URL Examples ==