{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gordon Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.531326,
            51.393128
          ],
          [
            0.531755,
            51.393737
          ],
          [
            0.532184,
            51.394346
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "44003630, ME7 5AT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5310029678504133,
          51.392755385269304
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10015276119, ME4 4UG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5319928500650087,
          51.39402007199136
        ]
      }
    }
  ]
}