{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Austin Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.900147,
            53.870791
          ],
          [
            -1.899982,
            53.871042
          ],
          [
            -1.899817,
            53.871294
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010592327, BD21 3HH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.899999811629376,
          53.87103378289153
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090138734, BD21 3HR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8998332283040948,
          53.870737045334614
        ]
      }
    }
  ]
}