{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Croft Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.302483,
            51.624119
          ],
          [
            -1.302347,
            51.624111
          ],
          [
            -1.301516,
            51.624061
          ],
          [
            -1.300549,
            51.624004
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090580165, OX14 4RP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3024793546195927,
          51.62413445374974
        ]
      }
    }
  ]
}