{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "York Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.23193,
            53.415769
          ],
          [
            -2.232234,
            53.415809
          ],
          [
            -2.232537,
            53.415849
          ],
          [
            -2.232614,
            53.415859
          ],
          [
            -2.23269,
            53.415869
          ],
          [
            -2.232999,
            53.41591
          ],
          [
            -2.233028,
            53.415922
          ],
          [
            -2.233319,
            53.416039
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023070516, M20 6UE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2333305730097384,
          53.41604446297431
        ]
      }
    }
  ]
}