{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "First Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.625266,
            51.616454
          ],
          [
            0.624583,
            51.616442
          ],
          [
            0.6239,
            51.61643
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014203893, SS5 6AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.6252565953000823,
          51.616446564980954
        ]
      }
    }
  ]
}