... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anzeige Wikipedia / Panoramio
#1
Hallo,

wenn ich eine Tour plane schaue ich mir schon mal ganz gerne Wikipedia Artikel oder Panoramio Bilder in der Nähe an. Ein nettes und relativ einfach einzufügendes "feature" z.B. unter dem Menüpunkt "Ansicht". Nachfolgend schon einmal der JScode (als switch).

MfG, Reinhard

function switchWiki(){
if (wiki == null){
wiki = new GLayer("org.wikipedia.de");
map.addOverlay(wiki);
} else {
map.removeOverlay(wiki);
wiki = null;
}
}

function switchPanoramio(){
if (pano == null){
pano = new GLayer("com.panoramio.all");
map.addOverlay(pano);
} else {
map.removeOverlay(pano);
pano = null;
}
}
Reply


Messages In This Thread
Anzeige Wikipedia / Panoramio - by ReFran - 07.11.2012, 22:08
RE: Anzeige Wikipedia / Panoramio - by ReFran - 08.11.2012, 17:04
RE: Anzeige Wikipedia / Panoramio - by ReFran - 08.11.2012, 20:49

Forum Jump:


Users browsing this thread: 1 Guest(s)