Skip to content

Commit 7a15f81

Browse files
authored
tweak to use sql formatting
1 parent c6b1d05 commit 7a15f81

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Note these packages were created in the Oracle 10g days to transform Oracle and
77
#### GeoJSON Geometry Conversion Examples:
88

99
2D Point
10-
```
10+
```sql
1111
SELECT
1212
dz_json_main.sdo2geojson(
1313
p_input => MDSYS.SDO_GEOMETRY(2001,NULL,SDO_POINT_TYPE(-79,37,NULL),NULL,NULL)
@@ -19,7 +19,7 @@ dual;
1919
```
2020

2121
2D Polygon
22-
```
22+
```sql
2323
SELECT
2424
dz_json_main.sdo2geojson(
2525
p_input => MDSYS.SDO_GEOMETRY(
@@ -37,7 +37,7 @@ dual;
3737
```
3838

3939
3D Point
40-
```
40+
```sql
4141
SELECT
4242
dz_json_main.sdo2geojson(
4343
p_input => MDSYS.SDO_GEOMETRY(3001,NULL,SDO_POINT_TYPE(-79,37,200),NULL,NULL)
@@ -52,7 +52,7 @@ dual;
5252

5353
3D Point with properties and numeric precision pruning including SRS info
5454

55-
```
55+
```sql
5656
SELECT
5757
dz_json_feature(
5858
p_geometry => MDSYS.SDO_GEOMETRY(

0 commit comments

Comments
 (0)