{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "George Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.016999,
            56.475452
          ],
          [
            -3.017111,
            56.47531
          ],
          [
            -3.017223,
            56.475167
          ],
          [
            -3.017331,
            56.475029
          ],
          [
            -3.017438,
            56.474892
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "9059096753, DD2 2QL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.016998729080542,
          56.4754524208095
        ]
      }
    }
  ]
}