{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Church Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.616368,
            57.607571
          ],
          [
            -3.616114,
            57.607624
          ],
          [
            -3.615859,
            57.607678
          ],
          [
            -3.616026,
            57.607911
          ],
          [
            -3.616193,
            57.608145
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133063065, IV36 1QE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.6163765519278908,
          57.60756355463674
        ]
      }
    }
  ]
}