{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hillside Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.071041,
            53.398425
          ],
          [
            -3.070716,
            53.398369
          ],
          [
            -3.070391,
            53.398314
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42183630, CH43 7PZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.070390860827201,
          53.398313773654095
        ]
      }
    }
  ]
}