GET api/GeoJson/meldungen/{lat}/{lng}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lat | string |
None. |
|
lng | string |
None. |
Body Parameters
None.
Response Information
Resource Description
GeoJsonFeatureCollectionName | Description | Type | Additional information |
---|---|---|---|
type | string |
None. |
|
crs | GeoJsonCrs |
None. |
|
features | Collection of GeoJsonMeldung |
None. |
Response Formats
application/json, text/json
Sample:
{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "EPSG:4326" } }, "features": [] }
text/html
Sample:
{"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"EPSG:4326"}},"features":[]}
application/xml, text/xml
Sample:
<GeoJsonFeatureCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GIP_Communicator_Server.Models"> <features /> </GeoJsonFeatureCollection>