{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "King Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.303795,
            54.555129
          ],
          [
            -1.303814,
            54.555188
          ],
          [
            -1.303832,
            54.555247
          ],
          [
            -1.303876,
            54.555369
          ],
          [
            -1.30392,
            54.555491
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009303739, TS17 6PA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3039195365762186,
          54.555490764873845
        ]
      }
    }
  ]
}