all of these statements cannot be viewed on map view
(error: "only 2d polygon shapes supported"
select sdo_geometry( 'POINT (-87.4627227 38.12164651)', 4269) from dual;
SELECT SDO_GEOMETRY('POINT(-79 37)') FROM DUAL;
--2001 = 2D, no measures, point
select SDO_GEOMETRY( 2001, 4269, SDO_POINT_TYPE(-79, 37, null), SDO_ELEM_INFO(1), NULL) from dual;
I am using sql developer 18.4
also the invoke on map viewer is grayed out
am I doing something wrong?
