{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Little Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.078224,
            52.510097
          ],
          [
            -2.078393,
            52.509931
          ],
          [
            -2.078562,
            52.509765
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "90208925, DY2 7DL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0782242017197956,
          52.51009744753516
        ]
      }
    }
  ]
}