{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Maidstone Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.476941,
            54.859439
          ],
          [
            -1.476752,
            54.859002
          ],
          [
            -1.476563,
            54.858566
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45137916, DH4 4SS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4773009979236489,
          54.859341660481064
        ]
      }
    }
  ]
}