{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "South View",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.135011,
            51.202388
          ],
          [
            -4.134619,
            51.20235
          ],
          [
            -4.134228,
            51.202312
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012104568, EX34 8BD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.134584548202847,
          51.20234106918924
        ]
      }
    }
  ]
}