{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "County Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.246,
            53.478786
          ],
          [
            -2.245631,
            53.478746
          ],
          [
            -2.245262,
            53.478706
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023063800, M2 5PF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2460003547367506,
          53.47878577020724
        ]
      }
    }
  ]
}