{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Price Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.054317,
            53.798886
          ],
          [
            -3.054052,
            53.79891
          ],
          [
            -3.053787,
            53.798935
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070842408, FY1 6AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0543171750773346,
          53.79888566611457
        ]
      }
    }
  ]
}