{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Evans Street (A33)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.397792,
            50.901862
          ],
          [
            -1.397935,
            50.902211
          ],
          [
            -1.398077,
            50.90256
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034868047, SO14 1YA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3979720675129033,
          50.902502309264094
        ]
      }
    }
  ]
}