{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Portland Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.735193,
            52.602308
          ],
          [
            1.73568,
            52.602264
          ],
          [
            1.736167,
            52.60222
          ],
          [
            1.736212,
            52.602218
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023459785, NR30 3AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.7352665880297213,
          52.602305407315804
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023466459, NR30 3BF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.7355046193930137,
          52.60232487535923
        ]
      }
    }
  ]
}