{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hardy's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.636039,
            52.711958
          ],
          [
            0.63597,
            52.711513
          ],
          [
            0.636078,
            52.710106
          ],
          [
            0.636153,
            52.709124
          ],
          [
            0.636318,
            52.708258
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023634574, PE32 1TP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.6363282642488173,
          52.708247451325725
        ]
      }
    }
  ]
}