{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Newark Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.26827,
            51.852372
          ],
          [
            -2.268159,
            51.85256
          ],
          [
            -2.268202,
            51.852629
          ],
          [
            -2.268257,
            51.852639
          ],
          [
            -2.268736,
            51.852728
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007321724, GL2 5XF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2682677296030946,
          51.85237489423227
        ]
      }
    }
  ]
}