You've already forked lazarus-ccr
LazMapViewer: Add OpenTopoMaps map provider.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6840 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -862,6 +862,9 @@ begin
|
|||||||
AddMapProvider('Open Cycle Map',
|
AddMapProvider('Open Cycle Map',
|
||||||
'http://%serv%.tile.opencyclemap.org/cycle/%z%/%x%/%y%.png',
|
'http://%serv%.tile.opencyclemap.org/cycle/%z%/%x%/%y%.png',
|
||||||
0, 18, 3, @getLetterSvr);
|
0, 18, 3, @getLetterSvr);
|
||||||
|
AddMapProvider('Open Topo Map',
|
||||||
|
'http://%serv%.tile.opentopomap.org/%z%/%x%/%y%.png',
|
||||||
|
0, 19, 3, @getLetterSvr);
|
||||||
AddMapProvider('Virtual Earth Bing',
|
AddMapProvider('Virtual Earth Bing',
|
||||||
'http://ecn.t%serv%.tiles.virtualearth.net/tiles/r%x%?g=671&mkt=en-us&lbl=l1&stl=h&shading=hill',
|
'http://ecn.t%serv%.tiles.virtualearth.net/tiles/r%x%?g=671&mkt=en-us&lbl=l1&stl=h&shading=hill',
|
||||||
1, 19, 8, nil, @GetQuadKey);
|
1, 19, 8, nil, @GetQuadKey);
|
||||||
|
Reference in New Issue
Block a user