{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Paul's Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.551957,
            53.798534
          ],
          [
            -1.552042,
            53.798363
          ],
          [
            -1.552127,
            53.798193
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72646150, LS1 2FL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5520965030315972,
          53.798246765235874
        ]
      }
    }
  ]
}