{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Moore Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.775657,
            52.240702
          ],
          [
            0.775453,
            52.240368
          ],
          [
            0.775249,
            52.240035
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010694988, IP30 9ND",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.7752530020145573,
          52.240027486965516
        ]
      }
    }
  ]
}