{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.323441,
            53.74739
          ],
          [
            -0.323213,
            53.747234
          ],
          [
            -0.322984,
            53.747078
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008634148, HU9 1DN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.32345731698050445,
          53.74737273528428
        ]
      }
    }
  ]
}