{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rodney Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.706429,
            53.763087
          ],
          [
            -2.70645,
            53.763083
          ],
          [
            -2.706498,
            53.763072
          ],
          [
            -2.706639,
            53.763041
          ],
          [
            -2.70665,
            53.762944
          ],
          [
            -2.706674,
            53.762714
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013166188, PR1 7DP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7066611612398837,
          53.762546981228716
        ]
      }
    }
  ]
}