{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Charing Cross Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.273845,
            55.865729
          ],
          [
            -4.273166,
            55.865772
          ],
          [
            -4.272487,
            55.865814
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700542186, G3 7DR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.273844809674754,
          55.86572935061286
        ]
      }
    }
  ]
}