{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Crown Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.472477,
            53.542809
          ],
          [
            -1.472216,
            53.542835
          ],
          [
            -1.471954,
            53.542861
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022879754, S70 4DB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4732176684379517,
          53.542731720017834
        ]
      }
    }
  ]
}