{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "York Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.588022,
            51.459372
          ],
          [
            -2.588111,
            51.459617
          ],
          [
            -2.588199,
            51.459862
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "317134, BS1 3LQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5882018760389633,
          51.45984385341811
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "325261, BS1 3LQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5884027961905316,
          51.45979788675612
        ]
      }
    }
  ]
}