{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Primrose Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.078965,
            52.660014
          ],
          [
            1.079011,
            52.660238
          ],
          [
            1.079056,
            52.660463
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10011986051, NR20 3SF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0791462090595973,
          52.660020666135075
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10011986249, NR20 3SF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0790314059244623,
          52.66049129298637
        ]
      }
    }
  ]
}