{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "New Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.932276,
            52.994668
          ],
          [
            -3.932077,
            52.994672
          ],
          [
            -3.931879,
            52.994676
          ],
          [
            -3.931919,
            52.995184
          ],
          [
            -3.931942,
            52.995463
          ],
          [
            -3.932321,
            52.995451
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024097011, LL41 3AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.9319096481352878,
          52.99466457943597
        ]
      }
    }
  ]
}