{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Doit Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.072834,
            52.382507
          ],
          [
            1.072544,
            52.382035
          ],
          [
            1.072255,
            52.381563
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2630000542, IP22 5XL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0728955153187334,
          52.38248053695945
        ]
      }
    }
  ]
}