{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Church Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.766646,
            54.07604
          ],
          [
            -2.766599,
            54.076058
          ],
          [
            -2.766553,
            54.076075
          ],
          [
            -2.765915,
            54.076292
          ],
          [
            -2.765655,
            54.076381
          ],
          [
            -2.765335,
            54.076555
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024271060, LA2 6LS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7660382170282007,
          54.07624145920414
        ]
      }
    }
  ]
}