{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Maple Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.723247,
            52.467753
          ],
          [
            1.722992,
            52.467955
          ],
          [
            1.722736,
            52.468156
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013323675, NR33 9BB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.7227920270979429,
          52.468118275589234
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10025098148, NR33 9BA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.7228457671703554,
          52.46788271554851
        ]
      }
    }
  ]
}