Skip to content

Commit 2f7274a

Browse files
author
Torbjørn Auglænd Vilhelmsen
committed
Update README.md
1 parent 3c7ebb7 commit 2f7274a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ This can either take an URL or a GeoJSON object
100100
```
101101
{
102102
"type": "polygon",
103-
"path": [[[63.42639, 10.38975],[63.42564, 10.39006],[63.42570, 10.39194],[63.42643, 10.39183],[63.42639, 10.38975]]]
103+
"path": [[[63.42639, 10.38975],[63.42564, 10.39006],
104+
[63.42570, 10.39194],[63.42643, 10.39183],
105+
[63.42639, 10.38975]]]
104106
}
105107
```
106108
####Rectangle

0 commit comments

Comments
 (0)