{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Parkland Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.267709,
            52.09068
          ],
          [
            -0.268091,
            52.090678
          ],
          [
            -0.268472,
            52.090676
          ],
          [
            -0.268721,
            52.090665
          ],
          [
            -0.268969,
            52.090654
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10095392063, SG18 0LQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.26771231964003056,
          52.0906817059568
        ]
      }
    }
  ]
}