{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Timor Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.75082,
            53.436338
          ],
          [
            -2.75128,
            53.436407
          ],
          [
            -2.751741,
            53.436476
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39203202, WA9 5RN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.751740715793549,
          53.436476105239144
        ]
      }
    }
  ]
}