Skip to content

Commit be66eac

Browse files
authored
Merge pull request #179 from HSLdevcom/fix_invalid_coordinates
fix invalid cooridnates from previous comit (if reverting revert both)
2 parents 8092fce + 32e58c8 commit be66eac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/hsl-zones-publisher-v6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"geometry": {
7070
"type": "MultiPoint",
71-
"coordinates": [25.02, 60.53]
71+
"coordinates": [[25.02, 60.53]]
7272
}
7373
}
7474
]

0 commit comments

Comments
 (0)