Class TOpenTopoMapTilesProvider
Unit
Declaration
type TOpenTopoMapTilesProvider = class(TTilesProvider)
Description
OpenStreetMap tile image provider
Hierarchy
- TObject
- TTilesProvider
- TOpenTopoMapTilesProvider
Overview
Fields
nested const DefTilesCopyright = '(c) OpenStreetMap contributors, SRTM'; |
|
nested const DefTileURLPatt = 'http://{a|b|c}.tile.opentopomap.org/{z}/{x}/{y}.png'; |
Methods
constructor Create; override; |
|
class function Name: string; override; |
|
function GetTileURL(const Tile: TTile): string; override; |
Description
Fields
nested const DefTilesCopyright = '(c) OpenStreetMap contributors, SRTM'; |
|
Default copyright text |
nested const DefTileURLPatt = 'http://{a|b|c}.tile.opentopomap.org/{z}/{x}/{y}.png'; |
|
Default pattern of tile URL |
Methods
constructor Create; override; |
|
This item has no description. |
class function Name: string; override; |
|
This item has no description. Showing description inherited from TTilesProvider.Name. Function to return displayable provider name. Name could be used for selection in UI, file paths etc. There's no special limitations on the format of this string so when using it for something other than simple display, the value probably must be validated/preprocessed. The only recommendation is to keep the name short. |
function GetTileURL(const Tile: TTile): string; override; |
|
This item has no description. Showing description inherited from TTilesProvider.GetTileURL. Method to get URL of specified tile. Uses TileURLPatt |
Generated by PasDoc 0.16.0.