{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thomas Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.603253,
            53.473949
          ],
          [
            -2.603331,
            53.473818
          ],
          [
            -2.60341,
            53.473686
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064519, WA3 3NY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6033213880111976,
          53.47382999949443
        ]
      }
    }
  ]
}