{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hillside Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.145415,
            57.475605
          ],
          [
            -4.145041,
            57.475792
          ],
          [
            -4.144666,
            57.47598
          ],
          [
            -4.144351,
            57.4761
          ],
          [
            -4.144036,
            57.476221
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "130190222, IV2 5JE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.145425790654572,
          57.47560304347616
        ]
      }
    }
  ]
}