Appboard/2.4/builder/widgets/tile map/registering tilesets: Difference between revisions

imported>Jason.nicholls
(Created page with '{{DISPLAYTITLE:Registering Tilesets}} The Tile Map widget supports the use of multiple base-layer tilesets and overlay tilesets, but in order to make use of these they must be r…')
 
imported>Jason.nicholls
No edit summary
Line 4: Line 4:


The focus of this page is to document the tile registry for cases where an existing tileset is available remotely. For cases where the intention is to generate your own tileset and/or have AppBoard serve this up locally then refer back to the main Tile Map page for more information.
The focus of this page is to document the tile registry for cases where an existing tileset is available remotely. For cases where the intention is to generate your own tileset and/or have AppBoard serve this up locally then refer back to the main Tile Map page for more information.
AppBoard maintains the tile registry in the following directory: <tt>[INSTALL_HOME]]/server/webapps/enportal/WEB-INF/xmlroot/appboard/config/tileregistry</tt>. All <tt>csv</tt> files in this directory are loaded and by default the following files are included with the install:
* <tt>default.csv</tt>: contains the set of default base-layer tilesets
* <tt>overlays.csv</tt>: contains the set of default overlay tilesets
{{Warning|The default files should not be modified as they are replaced on upgrade.}}

Revision as of 06:23, 3 October 2013


The Tile Map widget supports the use of multiple base-layer tilesets and overlay tilesets, but in order to make use of these they must be registered for AppBoard to know about them.

The focus of this page is to document the tile registry for cases where an existing tileset is available remotely. For cases where the intention is to generate your own tileset and/or have AppBoard serve this up locally then refer back to the main Tile Map page for more information.

AppBoard maintains the tile registry in the following directory: [INSTALL_HOME]]/server/webapps/enportal/WEB-INF/xmlroot/appboard/config/tileregistry. All csv files in this directory are loaded and by default the following files are included with the install:

  • default.csv: contains the set of default base-layer tilesets
  • overlays.csv: contains the set of default overlay tilesets
Template-warning.png
The default files should not be modified as they are replaced on upgrade.