{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Norreys Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.150865,
            53.61891
          ],
          [
            -2.15054,
            53.619007
          ],
          [
            -2.150214,
            53.619105
          ],
          [
            -2.149928,
            53.619179
          ],
          [
            -2.149641,
            53.619253
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23112917, OL16 2DF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.150864515446619,
          53.618910373524244
        ]
      }
    }
  ]
}