{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cato Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.563118,
            51.468365
          ],
          [
            -2.563058,
            51.46819
          ],
          [
            -2.562998,
            51.468015
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "312472, BS5 6JF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.563102924003119,
          51.46832033912978
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "363351, BS5 6JL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5631145512151545,
          51.468095493026404
        ]
      }
    }
  ]
}