{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wesley Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.589776,
            51.478143
          ],
          [
            -2.589525,
            51.478034
          ],
          [
            -2.589274,
            51.477924
          ],
          [
            -2.589076,
            51.477829
          ],
          [
            -2.588878,
            51.477734
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "52099, BS7 8AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.589341275787922,
          51.47789329860328
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "316847, BS7 8NY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.589704136337611,
          51.47811626384466
        ]
      }
    }
  ]
}