09.12.2014
Folgende API-Funktion liefert alle Daten eines geographischen Objekts. Nur die Medien-Daten sind derzeit noch leer.
GET: URL: /geographicObject/<geographicObjectId>
Beispiel-Ergebnis:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | { "attributes":{ }, "externalSourceId":0, "externalSource":{ "id":0, "title":"OSM_nodes", "text":"OSM geometries with the id nodes" }, "originalId":2919204078, "geoBlobDates":null, "tagDates":[ { "tags":{ "osm_user":"Slight", "osm_timestamp":"2014-06-16T19:36:51Z", "osm_version":"1", "osm_uid":"2120048" }, "valid":{ "since":"0001-01-01", "until":"3000-01-01" } } ], "geometricObjects":[ { "valid":{ "since":"0001-01-01", "until":"3000-01-01" }, "multipointString":"SRID=4326;MULTIPOINT(12.93592839819927 52.391893794756506 0 0)", "multilinestringString":null, "geometryCollectionString":null, "multipolygonString":null } ] } |
Kategorie: OHDM |