{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Frank Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.778689,
            53.7835
          ],
          [
            -1.778864,
            53.783419
          ],
          [
            -1.779039,
            53.783339
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591508, BD7 3BT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7787495984182733,
          53.78347315058895
        ]
      }
    }
  ]
}