Hi,
I am interested in requesting a conventional non-geojson spatial table with spatial sdo_geometry column to return a GeoJSON FeatureCollection including geometry and non-spatial data. GeoJSON Support seems to be new to Oracle 12.2. I read the interesting Dojo13 which states at page 88:
select c.geometry.get_geojson() from world_capital_cities c where c.name = 'Berlin';
How can I request a complete FeatureCollection?
Thanks for your support!
Hanko