{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fenton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.48523,
            53.552653
          ],
          [
            -1.48518,
            53.552446
          ],
          [
            -1.485129,
            53.552239
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022878064, S70 2RN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4852300960180014,
          53.55265330815662
        ]
      }
    }
  ]
}