{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cripps Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.603239,
            51.436623
          ],
          [
            -2.603095,
            51.436719
          ],
          [
            -2.60295,
            51.436816
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "312952, BS3 3PA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6032249491440442,
          51.43662297764114
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "339389, BS3 3LE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6029954931662136,
          51.436678108613464
        ]
      }
    }
  ]
}