{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tucker Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.18913,
            50.800506
          ],
          [
            -3.189205,
            50.800631
          ],
          [
            -3.18928,
            50.800757
          ],
          [
            -3.189335,
            50.800948
          ],
          [
            -3.189391,
            50.801139
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023094700, EX14 1QN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.1892941041899685,
          50.800806831048746
        ]
      }
    }
  ]
}