{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Junction Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.640797,
            53.688818
          ],
          [
            -1.640536,
            53.688999
          ],
          [
            -1.640274,
            53.689179
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83208780, WF13 2QB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6407973058780794,
          53.68881843220584
        ]
      }
    }
  ]
}