{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ida Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.767202,
            53.777735
          ],
          [
            -1.767228,
            53.777701
          ],
          [
            -1.767254,
            53.777667
          ],
          [
            -1.767361,
            53.777528
          ],
          [
            -1.767468,
            53.77739
          ],
          [
            -1.76748,
            53.777374
          ],
          [
            -1.767492,
            53.777358
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591256, BD5 9RP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7673544341833907,
          53.77753750290013
        ]
      }
    }
  ]
}