{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Prospect Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.780069,
            53.934543
          ],
          [
            -0.779672,
            53.934166
          ],
          [
            -0.779275,
            53.933788
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009930930, YO42 2EU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.7795576267361009,
          53.934038672119556
        ]
      }
    }
  ]
}