Skip to content

Commit fb52b59

Browse files
committed
Use technically valid geometry data
1 parent 6043395 commit fb52b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/selectgeometry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async function run() {
104104
SDO_GTYPE: 2003,
105105
SDO_SRID: null,
106106
SDO_POINT: null,
107-
SDO_ELEM_INFO: [ 4, 1003, 3 ],
107+
SDO_ELEM_INFO: [ 1, 1003, 3 ],
108108
SDO_ORDINATES: [ 4, 8, 5, 9 ]
109109
}
110110
}

0 commit comments

Comments
 (0)