{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fisher Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.963487,
            55.730576
          ],
          [
            -3.963405,
            55.730566
          ],
          [
            -3.963324,
            55.730555
          ],
          [
            -3.96308,
            55.730502
          ],
          [
            -3.962837,
            55.730448
          ],
          [
            -3.962801,
            55.730368
          ],
          [
            -3.962765,
            55.730288
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484170218, ML9 2QA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.9635283260098517,
          55.73058087515469
        ]
      }
    }
  ]
}