{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Holt Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.121244,
            53.474591
          ],
          [
            -2.121308,
            53.474694
          ],
          [
            -2.121373,
            53.474797
          ],
          [
            -2.12141,
            53.474855
          ],
          [
            -2.121447,
            53.474914
          ],
          [
            -2.121456,
            53.474928
          ],
          [
            -2.121465,
            53.474942
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002997052, M34 5HQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1212435413863786,
          53.47459135794261
        ]
      }
    }
  ]
}