From 7cde99951dbfa90f272445d043257ec869456e5f Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 29 Apr 2019 17:06:31 +0000 Subject: [PATCH] lazmapviewer: Remove links to the Ovi maps which do not exist any more. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6885 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/lazmapviewer/source/mvengine.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/lazmapviewer/source/mvengine.pas b/components/lazmapviewer/source/mvengine.pas index a4bfc4255..42f591117 100644 --- a/components/lazmapviewer/source/mvengine.pas +++ b/components/lazmapviewer/source/mvengine.pas @@ -890,6 +890,9 @@ begin AddMapProvider('Virtual Earth Hybrid', 'http://h%serv%.ortho.tiles.virtualearth.net/tiles/h%x%.jpg?g=72&shading=hill', 1, 19, 4, nil, @GetQuadKey); + + { The Ovi Maps (former Nokia maps) are no longer available. + AddMapProvider('Ovi Normal', 'http://%serv%.maptile.maps.svc.ovi.com/maptiler/v2/maptile/newest/normal.day/%z%/%x%/%y%/256/png8', 0, 20, 5, @GetLetterSvr); @@ -902,6 +905,7 @@ begin AddMapProvider('Ovi Physical', 'http://%serv%.maptile.maps.svc.ovi.com/maptiler/v2/maptile/newest/terrain.day/%z%/%x%/%y%/256/png8', 0, 20, 5, @GetLetterSvr); + } { AddMapProvider('Yahoo Normal','http://maps%serv%.yimg.com/hx/tl?b=1&v=4.3&.intl=en&x=%x%&y=%y%d&z=%d&r=1' , 0,20,3,@GetYahooSvr, nil, @getYahooY, @GetYahooZ); //(Z+1]));