{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Elgar Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.414677,
            51.33855
          ],
          [
            1.415351,
            51.33857
          ],
          [
            1.416025,
            51.33859
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022962888, CT11 7NZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.4156567101538884,
          51.338654858645626
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10071165697, CT11 7QB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.4146579254086604,
          51.33854907991705
        ]
      }
    }
  ]
}