{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Avebury Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.277594,
            52.608485
          ],
          [
            1.277747,
            52.608854
          ],
          [
            1.2779,
            52.609223
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034848569, NR4 6RF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.2779000632644029,
          52.6092225867677
        ]
      }
    }
  ]
}