{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fawcett Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.500601,
            53.67128
          ],
          [
            -1.500738,
            53.671242
          ],
          [
            -1.500876,
            53.671204
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63174688, WF2 7RP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5008758150231922,
          53.671203839217604
        ]
      }
    }
  ]
}