{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fife Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.422959,
            53.422479
          ],
          [
            -1.422666,
            53.422287
          ],
          [
            -1.422373,
            53.422095
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10095951009, S9 1QB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4224026497991151,
          53.42214032528033
        ]
      }
    }
  ]
}