{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gwelo Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.190788,
            53.486908
          ],
          [
            -2.190799,
            53.486715
          ],
          [
            -2.190811,
            53.486523
          ],
          [
            -2.190798,
            53.486413
          ],
          [
            -2.190785,
            53.486303
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023065839, M11 4BZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.19078112345228,
          53.48630226243156
        ]
      }
    }
  ]
}