{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Green",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.13336,
            51.072044
          ],
          [
            -4.133013,
            51.072085
          ],
          [
            -4.132665,
            51.072126
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012105523, EX31 3UG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.132894001343153,
          51.07207632773813
        ]
      }
    }
  ]
}