{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "West Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -5.10355,
            51.820194
          ],
          [
            -5.101949,
            51.820506
          ],
          [
            -5.100349,
            51.820817
          ],
          [
            -5.098824,
            51.821187
          ],
          [
            -5.097717,
            51.821456
          ],
          [
            -5.097274,
            51.821499
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013179345, SA62 3NN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -5.100503408737712,
          51.821028734869145
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023955813, SA62 3NG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -5.1035511421954505,
          51.820183771033165
        ]
      }
    }
  ]
}