{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Upton Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.099227,
            53.388494
          ],
          [
            -3.099148,
            53.388383
          ],
          [
            -3.099069,
            53.388273
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42201412, CH49 6LS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.099068912908835,
          53.388273091399746
        ]
      }
    }
  ]
}