{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ford Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.217835,
            53.469241
          ],
          [
            -2.217746,
            53.469389
          ],
          [
            -2.217656,
            53.469538
          ],
          [
            -2.217546,
            53.469752
          ],
          [
            -2.217437,
            53.469966
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023065410, M12 6BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.217835207595556,
          53.469240807255886
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090665363, M12 6BA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.217355776742826,
          53.469754024092815
        ]
      }
    }
  ]
}