{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lose Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.781685,
            53.5386
          ],
          [
            -1.781403,
            53.539174
          ],
          [
            -1.781164,
            53.539661
          ],
          [
            -1.781055,
            53.539725
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83203769, HD9 2SZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7810764920506974,
          53.5398617767745
        ]
      }
    }
  ]
}