{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Davies Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.92314,
            51.661354
          ],
          [
            -3.923132,
            51.661353
          ],
          [
            -3.923124,
            51.661352
          ],
          [
            -3.922849,
            51.661314
          ],
          [
            -3.922756,
            51.661495
          ],
          [
            -3.922749,
            51.661663
          ],
          [
            -3.922728,
            51.662197
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010049416, SA6 8DB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.9231402633008647,
          51.66135384402336
        ]
      }
    }
  ]
}