{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Curlew Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.795194,
            55.94429
          ],
          [
            -4.794926,
            55.943697
          ],
          [
            -4.794913,
            55.943667
          ],
          [
            -4.795652,
            55.943264
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "119047197, PA16 7BY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.794676518693336,
          55.944391340168
        ]
      }
    }
  ]
}