Map server

GET /

Get a list of available flatmaps.

Response JSON Array of Objects
  • id (string) – the flatmap’s unique identifier on the server

  • source (string) – the map’s source URL

  • created (string) – when the map was generated

  • describes (string) – the map’s description

GET /flatmap/(string: map_id)/

Return a representation of a flatmap.

Parameters
  • map_id (string) – The flatmap identifier

Request Headers
  • Accept – Determines the response content

If an SVG representation of the map exists and the Accept header doesn’t specify a JSON response then the SVG is returned, otherwise the flatmap’s index.json is returned.