{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Elm Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.895282,
            52.243093
          ],
          [
            -0.895587,
            52.243199
          ],
          [
            -0.895892,
            52.243306
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "15116747, NN1 3DX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.8953398464544003,
          52.24312056496922
        ]
      }
    }
  ]
}