Link Search Menu Expand Document

Location Specific Information

This page details the implementation of UUID-based location-specific information transferral.

Downloading Expansion Pack

Once the app has discovered a URL to download an expansion pack from, this download will commence (subject to user confirmation). The will currently consist of downloading a JSON file with the following structure:

{
  "meta": {
    "pack_name": "<Name of expansion pack>",
    "description": "<Description of expansion pack>",
    "w3w": "<Optional what3words address of where pack relates to>",
    "organisation": "<Organisation responsible for expansion pack>"
  },
  "UUIDs": {
    "<UUID>": {
        "nmw": "<NMW Code>",
        "name": "<Name of location>",
        "description": "<Description of location>",
        "website": "<Optional website for location>"
      }
    }
  }
}

Example files with this structure can be found here.


Andrew Ritchie, Ashwin Maliampurakal, Conor Begley, Miklas Riechmann
Distributed by an GNU GPL-3.0 license.