{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "North Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.256883,
            53.698401
          ],
          [
            -2.256534,
            53.698324
          ],
          [
            -2.256186,
            53.698247
          ],
          [
            -2.256221,
            53.698186
          ],
          [
            -2.256255,
            53.698125
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014226941, BB4 9EX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.256882965767155,
          53.69840090235663
        ]
      }
    }
  ]
}