{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "York Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.980035,
            51.347602
          ],
          [
            -2.980019,
            51.347261
          ],
          [
            -2.980002,
            51.346919
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023717990, BS23 1SQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9800466209917182,
          51.34764716813681
        ]
      }
    }
  ]
}