{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Walkerville Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.686173,
            54.379547
          ],
          [
            -1.686238,
            54.379729
          ],
          [
            -1.686422,
            54.37988
          ],
          [
            -1.68661,
            54.379845
          ],
          [
            -1.687405,
            54.379697
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034648756, DL9 4RF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6872649285829238,
          54.379729721995865
        ]
      }
    }
  ]
}