{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dinmont Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.061973,
            51.531779
          ],
          [
            -0.062085,
            51.532037
          ],
          [
            -0.062196,
            51.532295
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "6647301, E2 9AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.06219629321329936,
          51.53229513780464
        ]
      }
    }
  ]
}