{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Charlotte Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.35292,
            51.762861
          ],
          [
            -3.352531,
            51.762617
          ],
          [
            -3.352143,
            51.762373
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034653980, CF48 3LJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.351911616634118,
          51.763374169729296
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034653981, CF48 3AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.352939272894993,
          51.762849819119104
        ]
      }
    }
  ]
}