{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Corby Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.435165,
            53.408359
          ],
          [
            -1.435524,
            53.40836
          ],
          [
            -1.435616,
            53.408361
          ],
          [
            -1.435861,
            53.408299
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013334127, S4 8AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4354058163905563,
          53.40835993535172
        ]
      }
    }
  ]
}