{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Francis Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.55089,
            53.79036
          ],
          [
            -1.550515,
            53.790412
          ],
          [
            -1.550139,
            53.790463
          ],
          [
            -1.549975,
            53.790486
          ],
          [
            -1.549811,
            53.790508
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72645996, LS11 5QA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5507838036874841,
          53.79037732026402
        ]
      }
    }
  ]
}