{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Orchard",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.098496,
            51.072178
          ],
          [
            -4.098226,
            51.072205
          ],
          [
            -4.097956,
            51.072232
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012104822, EX31 2JU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.098226207826465,
          51.07220941949387
        ]
      }
    }
  ]
}