{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "High Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.551909,
            53.600861
          ],
          [
            -2.551593,
            53.600781
          ],
          [
            -2.551277,
            53.600702
          ],
          [
            -2.551173,
            53.600676
          ],
          [
            -2.55107,
            53.60065
          ],
          [
            -2.550992,
            53.60063
          ],
          [
            -2.550882,
            53.600603
          ],
          [
            -2.550695,
            53.600556
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070912012, BL6 7TN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.551909054888309,
          53.60086099081026
        ]
      }
    }
  ]
}