{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rowlett Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.546235,
            50.756248
          ],
          [
            -1.546339,
            50.756191
          ],
          [
            -1.546444,
            50.756134
          ],
          [
            -1.546551,
            50.756089
          ],
          [
            -1.546658,
            50.756044
          ],
          [
            -1.546906,
            50.755961
          ],
          [
            -1.547155,
            50.755879
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013634371, SO41 3NN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5471493115971702,
          50.75588678850733
        ]
      }
    }
  ]
}