{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bridge Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.013348,
            53.920069
          ],
          [
            -3.013101,
            53.9199
          ],
          [
            -3.012853,
            53.919731
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034093573, FY7 6FZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.013332892714798,
          53.92005965215635
        ]
      }
    }
  ]
}