Skip to content

Commit

Permalink
make values nonint convertible
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-j-roberts committed Oct 24, 2024
1 parent f230dd8 commit 9916f2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@
"count": 1
},
"proj:transform": [
1.0,
0.0,
5.0,
0.0,
1.0,
5.0
1.1,
0.1,
5.1,
0.1,
1.1,
5.1
],
"proj:code": "EPSG:4326",
"proj:centroid": {
Expand Down

0 comments on commit 9916f2f

Please sign in to comment.