{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "High Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.233001,
            54.589009
          ],
          [
            -1.232792,
            54.589219
          ],
          [
            -1.232705,
            54.589306
          ],
          [
            -1.232583,
            54.589429
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009303958, TS2 1TW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2329840433968668,
          54.58901512991714
        ]
      }
    }
  ]
}