{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Greta Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.222508,
            53.360462
          ],
          [
            -2.222442,
            53.360772
          ],
          [
            -2.222376,
            53.361082
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009668223, SK8 3NY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2225083977974625,
          53.36046169512971
        ]
      }
    }
  ]
}