{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Leopold Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -5.036679,
            55.844372
          ],
          [
            -5.036425,
            55.843756
          ],
          [
            -5.036405,
            55.843708
          ],
          [
            -5.036612,
            55.843558
          ],
          [
            -5.037215,
            55.84336
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "125078054, PA20 9EB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -5.0365126758319505,
          55.84403132571104
        ]
      }
    }
  ]
}