{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rosebank Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.548476,
            55.876261
          ],
          [
            -3.548356,
            55.876158
          ],
          [
            -3.548236,
            55.876056
          ],
          [
            -3.548103,
            55.875922
          ],
          [
            -3.548027,
            55.875847
          ],
          [
            -3.54797,
            55.875789
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "135030096, EH54 7EJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5484844817041328,
          55.876268123451524
        ]
      }
    }
  ]
}