{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Frederick Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.89844,
            53.868345
          ],
          [
            -1.898281,
            53.868772
          ],
          [
            -1.898122,
            53.869199
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010594482, BD21 4JA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.898332780122554,
          53.86860566639195
        ]
      }
    }
  ]
}