{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gosling Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.137125,
            52.629919
          ],
          [
            -1.137313,
            52.629857
          ],
          [
            -1.137501,
            52.629795
          ],
          [
            -1.137655,
            52.629744
          ],
          [
            -1.137809,
            52.629693
          ],
          [
            -1.138031,
            52.62962
          ],
          [
            -1.138254,
            52.629546
          ],
          [
            -1.138448,
            52.629482
          ],
          [
            -1.138642,
            52.629418
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2465202897, LE1 9BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1378842156895141,
          52.629645970323665
        ]
      }
    }
  ]
}