{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Library Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.734397,
            53.453318
          ],
          [
            -2.734277,
            53.453502
          ],
          [
            -2.734157,
            53.453687
          ],
          [
            -2.734074,
            53.4537
          ],
          [
            -2.733991,
            53.453714
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39204127, WA10 1DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7344189783458783,
          53.45330288234018
        ]
      }
    }
  ]
}