{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Milan Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.513987,
            53.814232
          ],
          [
            -1.514549,
            53.814252
          ],
          [
            -1.51511,
            53.814272
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72628475, LS8 5JP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5141085654262763,
          53.81423249297762
        ]
      }
    }
  ]
}