{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Coolgardie Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.194119,
            55.75506
          ],
          [
            -4.193886,
            55.755075
          ],
          [
            -4.193652,
            55.75509
          ],
          [
            -4.193596,
            55.755094
          ],
          [
            -4.193539,
            55.755098
          ],
          [
            -4.193274,
            55.755129
          ],
          [
            -4.193009,
            55.755159
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484171188, G75 8DF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.1941189074580585,
          55.755059528208925
        ]
      }
    }
  ]
}