summaryrefslogtreecommitdiff
path: root/tests/auto/qgeojson/03-multipoint.json
blob: 2cd83c60dea828bdade07f3ea8addd779e416f98 (plain)
1
2
3
4
5
6
7
8
{
    "type": "MultiPoint",
    "coordinates": [
      [11,60],
      [5.5,60.3],
      [5.7,58.90]
    ]
}