{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "King Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.208743,
            54.673211
          ],
          [
            -1.208221,
            54.673315
          ],
          [
            -1.2077,
            54.67342
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009718236, TS25 1NS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2078403603501695,
          54.673375853413354
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100110785666, TS25 1PH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.208567349966035,
          54.673470471692625
        ]
      }
    }
  ]
}