{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Shippon Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.642818,
            53.26802
          ],
          [
            -1.642464,
            53.267984
          ],
          [
            -1.642109,
            53.267949
          ],
          [
            -1.64185,
            53.267846
          ],
          [
            -1.641591,
            53.267743
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010334780, S32 3XP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6421126780059718,
          53.26795434063349
        ]
      }
    }
  ]
}