{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fairholme Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.20441,
            51.172815
          ],
          [
            -4.204379,
            51.173079
          ],
          [
            -4.204347,
            51.173342
          ],
          [
            -4.204344,
            51.173365
          ],
          [
            -4.204341,
            51.173387
          ],
          [
            -4.20432,
            51.173554
          ],
          [
            -4.2043,
            51.17372
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012104194, EX34 7BT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.204357270945804,
          51.173257255789075
        ]
      }
    }
  ]
}