{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nelson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.785722,
            54.954444
          ],
          [
            -1.78624,
            54.954245
          ],
          [
            -1.786759,
            54.954047
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070833640, NE40 4AQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7852393940043307,
          54.95421878141774
        ]
      }
    }
  ]
}