{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burnaby Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.138832,
            53.520756
          ],
          [
            -1.138927,
            53.520679
          ],
          [
            -1.139021,
            53.520603
          ],
          [
            -1.139081,
            53.520519
          ],
          [
            -1.139141,
            53.520435
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006606676, DN1 1RS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1388325215923398,
          53.52076532091305
        ]
      }
    }
  ]
}