{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "First Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.126103,
            51.580454
          ],
          [
            0.126372,
            51.580406
          ],
          [
            0.126641,
            51.580358
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "First Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.126641,
            51.580358
          ],
          [
            0.126973,
            51.580291
          ],
          [
            0.127305,
            51.580225
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023190814, RM6 5BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.12610344434648543,
          51.580453864807865
        ]
      }
    }
  ]
}