{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Locksley Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.766006,
            53.697964
          ],
          [
            -1.765511,
            53.698425
          ],
          [
            -1.765066,
            53.69884
          ],
          [
            -1.765016,
            53.698887
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090217918, HD6 1QF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7660057460814405,
          53.69796351264243
        ]
      }
    }
  ]
}