{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sanitsky Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.933834,
            51.917228
          ],
          [
            0.933768,
            51.917269
          ],
          [
            0.933703,
            51.91731
          ],
          [
            0.933975,
            51.917477
          ],
          [
            0.934248,
            51.917644
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10094247110, CO4 9AY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.9342200347117329,
          51.91763231133756
        ]
      }
    }
  ]
}