element NamedTile
diagram namedtile_p1.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
properties
content   complex
children DisplayName Description ResourceLocation Projection MinimumLevel MaximumLevel TileWidth Bounds MimeList ExpirationDate MaxAge RenderLabels PadFactor BackgroundOpacity
description
A definition of a NamedTile.

element NamedTile/DisplayName
diagram namedtile_p2.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type xs:string
properties
content   simple
description
The alias of the named map stored in the map repository. This alias can be different than the actual name of the named map, and will be used in the tiling service requests to call the named tile.

element NamedTile/Description
diagram namedtile_p3.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type xs:string
properties
content   simple
description
The metadata description of the named map. This information is presented to the user when a getDescription call is sent to the Map Tiling Service.

element NamedTile/ResourceLocation
diagram namedtile_p4.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type xs:string
properties
content   simple
description
The directory and name of the actual named map in the repository, from the repository base. For example, if the named map is located at http://localhost:8080/RepositoryService/repository/default/Samples/NamedMaps/World, then you would define the ResourceLocation as /NamedMaps/World. You must specify the starting '/'.

element NamedTile/Projection
diagram namedtile_p5.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type xs:string
properties
content   simple
description
The coordinate system projection to host the named map. The Map Tiling Service will transform the named map into the projection defined. The projection is defined using the EPSG format. For best results, use epsg:3857 (Spherical Mercator).

element NamedTile/MinimumLevel
diagram namedtile_p6.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type xs:int
properties
content   simple
description
The minimum zoom level to host the map. Must be greater than zero. The level, in combination with the tile width, tile height, and bounds of the named map, determines the zoom level of the tiles to be returned. The higher the level specified, the closer to the Earth the map image appears.

element NamedTile/MaximumLevel
diagram namedtile_p7.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type xs:int
properties
content   simple
description
The maximum zoom level to host the map. Must be greater than zero. The level, in combination with the tile width, tile height, and bounds of the named map, determines the zoom level of the tiles to be returned. The higher the level specified, the closer to the Earth the map image appears.

element NamedTile/TileWidth
diagram namedtile_p8.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type xs:int
properties
content   simple
description
Width of a tile in pixels. Must be greater than or equal to 16 and must be a number that can be calculated from a 2(n) equation (for example 2(4)=16, 2(5)=32, 2(8)=256.

element NamedTile/Bounds
diagram namedtile_p9.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type xs:string
properties
content   simple
description
The bounds of the map. Coordinates are comma separated and in the coordinate system specified by the projection option. The bounds must represent a square in order for proper tile divsioning.

element NamedTile/MimeList
diagram namedtile_p10.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type MimeListType
properties
minOcc   0
maxOcc   1
content   complex
children Mime
description
The available types of tiles generated by the tile server for named tiles when the MimeList is not specified.

element NamedTile/ExpirationDate
diagram namedtile_p11.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type ExpirationDateType
properties
content   simple

element NamedTile/MaxAge
diagram namedtile_p12.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type xs:int
properties
content   simple

element NamedTile/RenderLabels
diagram namedtile_p13.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type RenderLabelsType
properties
minOcc   0
maxOcc   1
content   simple
description
Tells the service not to render LabelLayers when generating a tile. The value is case-insensitive. If RenderLabels is not specified in either the global configuration or in a named tile, the default is 'true'.

element NamedTile/PadFactor
diagram namedtile_p14.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type PadFactorType
properties
minOcc   0
maxOcc   1
content   simple
description
Used to prevent the clipping of labels when a label crosses a tile boundary. The PadFactor controls the amount of space is rendered around the requested tile with 0 meaning no padding, 1 meaning padding of 1 tile around the requested tile and so on. If PadFactor is not specified in either the global configuration or in a named tile, the default is 1.0.

element NamedTile/BackgroundOpacity
diagram namedtile_p15.png
namespace http://www.mapinfo.com/midev/service/maptiling/resource/v1
type BackgroundOpacityType
properties
minOcc   0
maxOcc   1
content   simple
description
The level of background opacity (transparency) for the tile images. The background opacity is defined on a scale from 0.0 (zero) to 1.0. Where 0.0 is completely transparent and 1.0 is completely opaque. For example a value of 0.75, would be 75 percent transparent.



© 2016 Pitney Bowes Software Inc. Email: pbbi.support@pb.com