{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Radfield Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.466391,
            53.690206
          ],
          [
            -2.466221,
            53.690284
          ],
          [
            -2.466051,
            53.690363
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024629533, BB3 2SW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.466051405982599,
          53.69036305104585
        ]
      }
    }
  ]
}