{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ewings Square",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.533597,
            50.718833
          ],
          [
            -3.533653,
            50.7189
          ],
          [
            -3.53371,
            50.718968
          ],
          [
            -3.53387,
            50.719074
          ],
          [
            -3.533918,
            50.719107
          ],
          [
            -3.533894,
            50.719207
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013043289, EX2 4AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5338620188018774,
          50.719253106655486
        ]
      }
    }
  ]
}