{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Castle Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.443153,
            50.91439
          ],
          [
            -1.443566,
            50.914402
          ],
          [
            -1.44385,
            50.914411
          ],
          [
            -1.443863,
            50.914492
          ],
          [
            -1.44419,
            50.914507
          ],
          [
            -1.444517,
            50.914522
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034865105, SO15 8PH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4438466250891717,
          50.91468072879887
        ]
      }
    }
  ]
}