{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Forge Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.630057,
            53.314085
          ],
          [
            -4.630015,
            53.314104
          ],
          [
            -4.629974,
            53.314123
          ],
          [
            -4.629864,
            53.314279
          ],
          [
            -4.629754,
            53.314434
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013851220, LL65 1EH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.629970795413307,
          53.314097862705346
        ]
      }
    }
  ]
}