{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "George Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -5.085458,
            55.859926
          ],
          [
            -5.085416,
            55.860015
          ],
          [
            -5.085373,
            55.860105
          ],
          [
            -5.085359,
            55.860134
          ],
          [
            -5.085345,
            55.860163
          ],
          [
            -5.085281,
            55.860292
          ],
          [
            -5.085218,
            55.86042
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "125078020, PA20 0LZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -5.0853530202373705,
          55.86011143776265
        ]
      }
    }
  ]
}