{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Matlock Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.384821,
            54.908744
          ],
          [
            -1.38448,
            54.90878
          ],
          [
            -1.384138,
            54.908816
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45138024, SR1 3AH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3847004656857487,
          54.908774135934614
        ]
      }
    }
  ]
}