Skip to content

MapService help

Daisuke Sato edited this page May 11, 2017 · 3 revisions

MapService server

Setup

Upload files

  • open http://<map-service-host>/admin.jsp
  • make a direcotry and place files you want to upload
  • zip the directory content like
$ cd <dir>
$ zip -r ../upload.zip . -x ".*" "*/.*" 
  • open http://<map-service-host>/admin.jsp
  • specify the zip file at Import Attachment zip file and click Import zip file

Tipical Directory Structure

/map/floormaps.json                    [fixed]
/config/server_config.json             [default server config name]
/config/server_config_custom_name.json [custom server config name]
  • See server list spec to specify custom server config name.
  • Other files like the followings can be located any path you want, which can be specifiged in server config
  • floor plan images
  • localization model file
  • preset files

Editor

  • open http://<map-service-host>/editor.jsp
  • see short help on the page
Clone this wiki locally