{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mount Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.480862,
            53.398732
          ],
          [
            -1.480328,
            53.398937
          ],
          [
            -1.479794,
            53.399141
          ],
          [
            -1.479784,
            53.399145
          ],
          [
            -1.479774,
            53.399149
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013555029, S3 8AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.478111685707321,
          53.39982612006158
        ]
      }
    }
  ]
}