{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Warborough Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.164169,
            51.688155
          ],
          [
            -4.164482,
            51.688042
          ],
          [
            -4.164625,
            51.687935
          ],
          [
            -4.164999,
            51.687655
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023610227, SA15 3LH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.1649986829204035,
          51.68765458581355
        ]
      }
    }
  ]
}