{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Pines",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.551605,
            50.730602
          ],
          [
            -3.551479,
            50.730315
          ],
          [
            -3.551467,
            50.730289
          ],
          [
            -3.551073,
            50.730389
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023115504, EX4 2AW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.551605017199322,
          50.73060164163609
        ]
      }
    }
  ]
}