{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ruberry Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.345262,
            54.588524
          ],
          [
            -1.344903,
            54.588711
          ],
          [
            -1.344544,
            54.588898
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009302590, TS19 9NN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3452619172740947,
          54.588523943250664
        ]
      }
    }
  ]
}