{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lavinia Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.365341,
            53.482822
          ],
          [
            -2.364985,
            53.482762
          ],
          [
            -2.36463,
            53.482702
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007891962, M30 7JJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3653407848949812,
          53.482821721121184
        ]
      }
    }
  ]
}