Map generation

POST /make/map

Generate a flatmap.

Request JSON Object
  • source (string) – the map’s manifest

Response JSON Object
  • process (int) – the id of the map generation process

  • map (string) – the unique identifier for the map

  • source (string) – the map’s manifest

  • status (string) – the status of the map generation process

GET /make/status/(int: process_id)

Get the status of a map generation process.

Parameters
  • process_id (int) – The id of a maker process

Response JSON Object
  • maker (int) – the id of the map generation process

  • status (string) – the status of the map generation process

GET /make/log/(int: process_id)

Return the log file of a map generation process.

Parameters
  • process_id (int) – The id of a maker process