{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Phoenix Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.902496,
            52.23862
          ],
          [
            -0.902664,
            52.238516
          ],
          [
            -0.902832,
            52.238413
          ],
          [
            -0.902891,
            52.238377
          ],
          [
            -0.90295,
            52.23834
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "15116477, NN1 2RN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.9029267311316935,
          52.23836327912062
        ]
      }
    }
  ]
}