{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Meetinghouse Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.426439,
            55.845946
          ],
          [
            -4.42631,
            55.846104
          ],
          [
            -4.426241,
            55.846133
          ],
          [
            -4.425926,
            55.846267
          ],
          [
            -4.425654,
            55.846381
          ],
          [
            -4.425382,
            55.846496
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "123101763, PA1 2JL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.426497781650912,
          55.8459786030622
        ]
      }
    }
  ]
}