{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Washington Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.649134,
            53.798884
          ],
          [
            -1.648769,
            53.798951
          ],
          [
            -1.648496,
            53.799
          ],
          [
            -1.648405,
            53.799017
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72648577, LS13 4PY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6484805424018072,
          53.79900819329745
        ]
      }
    }
  ]
}