{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Upper Arthur Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.583341,
            55.983224
          ],
          [
            -4.582672,
            55.983054
          ],
          [
            -4.582003,
            55.982884
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "129054978, G83 0AS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.58334066309408,
          55.98322430435815
        ]
      }
    }
  ]
}