{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "York Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.625214,
            53.648921
          ],
          [
            -2.625256,
            53.649015
          ],
          [
            -2.625299,
            53.649109
          ],
          [
            -2.625335,
            53.649187
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008943440, PR7 3BY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.62529168434363,
          53.64908206010721
        ]
      }
    }
  ]
}