{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pikewater Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.854667,
            52.477545
          ],
          [
            -1.854653,
            52.47741
          ],
          [
            -1.854638,
            52.477275
          ],
          [
            -1.854587,
            52.477145
          ],
          [
            -1.854536,
            52.477014
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023499900, B9 4SU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8545505669420657,
          52.47708627447981
        ]
      }
    }
  ]
}