ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <title>R&uuml;sler-Runde</title> <base target="_top"></base> <meta name="geo.position" content="47.4497729; 8.2506611" /> <meta name="ICBM" content="47.4497729, 8.2506611" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body onunload="GUnload();" style="margin:0px;"> <script type="text/javascript"> // If you put this map on another Web site, you must include your API key or nothing will work! var google_api_key = 'ABQIAAAAoOu9gpW1u82TZORcm6viXBQmh5b6-MnXfc1_Bb8FrQikQWivbxRQrkkc4-NxQBKVQA_ewWU88PmNhA'; // Your key goes on THIS line; the following line ("if window.location.host...") can be removed. if (window.location.host == 'www.gpsvisualizer.com') { google_api_key = 'ABQIAAAAaG9JDbCe6Ra1Og0hKCn2LRRokW_ItEImBo7ewbVEJAzstSsRWhRJ3RMDAWpL55QacGZ2zQF2kLC_eA'; } document.writeln('<script src="http://maps.google.com/maps?file=api&v=2&sensor=false&key='+google_api_key+'" type="text/javascript"><'+'/'+'script>'); </script> <!-- If you want to transplant this map into another Web page, by far the best method is to simply include it in a IFRAME tag (see http://www.gpsvisualizer.com/faq.html#google_html). But, if you must paste the code into another page, be sure to include all of these parts: 1. The DOCTYPE declaration and the extra attributes in the "html" tag (xmlns:v=...) that allow Internet Explorer for Windows to render polylines (tracks) 2. The "div" tags that contain the map and its widgets (below this comment) 3. Three sections of JavaScript code: a. Your Google Maps API key and the maps.google.com code (above this comment) b. "gv_options" and the code that calls "functions.js" on maps.gpsvisualizer.com c. The "GV_Map" function, which contains all the geographic info for the map --> <div style="width:576px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;"> <div id="gmap_div" style="width:400px; height:400px; margin:0px; margin-right:12px; background-color:#F0F0F0; float:left; overflow:hidden;"> <p align="center" style="font:10px Arial;">This map was created using <a target="_blank" href="http://www.gpsvisualizer.com/">GPS Visualizer</a>'s do-it-yourself geographic utilities.<br /><br />Please wait while the map data loads...</p> </div> <div id="gv_legend_container" style="display:none;"><table id="gv_legend_table" style="position:relative; filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95; background:#ffffff;" cellpadding="0" cellspacing="0" border="0"><tr><td><div id="gv_legend_handle" align="center" style="height:6px; max-height:6px; background:#CCCCCC; border-left:1px solid #999999; border-top:1px solid #EEEEEE; border-right:1px solid #999999; padding:0px; cursor:move;"><!-- --></div> <div id="gv_legend" align="left" style="line-height:13px; border:solid #000000 1px; background:#FFFFFF; padding:4px;max-width:100px; font:11px Arial; "> <!-- Although GPS Visualizer didn't create a legend with your map, you can use this box for something else if you'd like; enable it by setting gv_options.legend_options.legend to true --> </div> </td></tr></table></div> <div id="gv_tracklist_container" style="display:none;"><table id="gv_tracklist_table" style="position:relative; filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95;" cellpadding="0" cellspacing="0" border="0"><tr><td><div id="gv_tracklist_handle" align="center" style="height:6px; max-height:6px; background:#CCCCCC; border-left:1px solid #999999; border-top:1px solid #EEEEEE; border-right:1px solid #999999; padding:0px; cursor:move; min-width:40px;"><!-- --></div> <div id="gv_tracklist" align="left" style="font:11px Arial; line-height:11px; border:solid #666666 1px; background:#FFFFFF; padding:4px; overflow:auto;"> <div id="gv_tracklist_header" style="padding-bottom:2px; color:#000000;"><b>Tracks:</b></div> <div id="gv_tracklist_links" style="color:#000000;"></div> </div> </td></tr></table></div> <div id="gv_tracklist_tooltip" class="gv_tracklist_tooltip" style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:2px; font:11px Arial; display:none;"></div> <!-- the following is the "floating" marker list; the "static" version is below --> <div id="gv_marker_list_container" style="display:none;"><table id="gv_marker_list_table" style="position:relative; filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95;" cellspacing="0" cellpadding="0" border="0"><tr><td> <div id="gv_marker_list_handle" align="center" style="height:6px; max-height:6px; background:#CCCCCC; border-left:1px solid #999999; border-top:1px solid #EEEEEE; border-right:1px solid #999999; padding:0px; cursor:move;"><!-- --></div> <div id="gv_marker_list" align="left" class="gv_marker_list" style="overflow:auto; background:#FFFFFF; border:solid #666666 1px; padding:4px;"></div> </td></tr></table></div> <div id="gv_marker_list_static" align="left" class="gv_marker_list" style="width:160px; overflow:auto; float:left; display:none;"></div> <div id="gv_clear_margins" style="height:0px; clear:both;"><!-- clear the "float" --></div> </div> <!-- begin GPS Visualizer setup script (must come after maps.google.com code) --> <script type="text/javascript"> /* Global variables used by the GPS Visualizer functions (1306071235): */ gv_options = []; // important variable names: gv_options.map_div = 'gmap_div'; // the name of the HTML "div" tag containing the map itself; usually 'gmap_div' // basic map parameters: gv_options.width = 400; // width of the map, in pixels gv_options.height = 400; // height of the map, in pixels gv_options.full_screen = true; // true|false: should the map fill the entire page (or frame)? gv_options.center = [47.44977285,8.25066115]; // [latitude,longitude] - be sure to keep the square brackets gv_options.zoom = 11; // higher number means closer view; can also be 'auto' gv_options.map_opacity = 1; // number from 0 to 1 gv_options.map_type = 'G_HYBRID_MAP'; // popular map_type choices are 'G_NORMAL_MAP', 'G_SATELLITE_MAP', 'G_HYBRID_MAP', 'G_PHYSICAL_MAP', 'MYTOPO_TILES' gv_options.doubleclick_zoom = true; // true|false: zoom in when mouse is double-clicked? gv_options.mousewheel_zoom = false; // true|false; or 'reverse' for down=in and up=out gv_options.centering_options = { 'open_info_window':true, 'partial_match':true, 'center_key':'center', 'default_zoom':null } // URL-based centering (e.g., ?center=name_of_marker&zoom=14) // widgets on the map: gv_options.zoom_control = 'large'; // 'large'|'small'|'3d' gv_options.scale_control = true; // true|false gv_options.center_coordinates = true; // true|false: show a "center coordinates" box and crosshair? gv_options.crosshair_hidden = true; // true|false: hide the crosshair initially? gv_options.map_opacity_control = true; // true|false gv_options.map_type_control = []; // widget to change the background map gv_options.map_type_control.style = 'menu'; // 'menu'|'list'|'none'|'google' gv_options.map_type_control.filter = true; // true|false: when map loads, are irrelevant maps ignored? gv_options.map_type_control.excluded = ['G_SATELLITE_3D_MAP']; // comma-separated list of map types that will never show in the list ('included' also works) gv_options.legend_options = []; // options for a floating legend box (id="gv_legend"), which can contain anything gv_options.legend_options.legend = true; // true|false: enable or disable the legend altogether gv_options.legend_options.position = ['G_ANCHOR_TOP_LEFT',70,6]; // [Google anchor name, relative x, relative y] gv_options.legend_options.draggable = true; // true|false: can it be moved around the screen? gv_options.legend_options.collapsible = true; // true|false: can it be collapsed by double-clicking its top bar? gv_options.measurement_tools = { visible:false, distance_color:'', area_color:'', position:[] }; // track-related options: gv_options.tracklist_options = []; // options for a floating list of the tracks visible on the map gv_options.tracklist_options.tracklist = true; // true|false: enable or disable the tracklist altogether gv_options.tracklist_options.position = ['G_ANCHOR_TOP_RIGHT',6,32]; // [Google anchor name, relative x, relative y] gv_options.tracklist_options.max_width = 180; // maximum width of the tracklist, in pixels gv_options.tracklist_options.max_height = 310; // maximum height of the tracklist, in pixels; if the list is longer, scrollbars will appear gv_options.tracklist_options.desc = true; // true|false: should tracks' descriptions be shown in the list gv_options.tracklist_options.zoom_links = true; // true|false: should each item include a small icon that will zoom to that track? gv_options.tracklist_options.tooltips = true; // true|false: should the name of the track appear on the map when you mouse over the name in the list? gv_options.tracklist_options.draggable = true; // true|false: can it be moved around the screen? gv_options.tracklist_options.collapsible = true; // true|false: can it be collapsed by double-clicking its top bar? // marker-related options: gv_options.default_marker = { color:'red',icon:'googlemini' }; // icon can be a URL, but be sure to also include size:[w,h] and optionally anchor:[x,y] gv_options.shadows = true; // true|false: do the standard markers have "shadows" behind them? gv_options.marker_link_target = '_blank'; // the name of the window or frame into which markers' URLs will load gv_options.info_window_width = 0; // in pixels, the width of the markers' pop-up info "bubbles" (can be overridden by 'window_width' in individual markers) gv_options.thumbnail_width = 0; // in pixels, the width of the markers' thumbnails (can be overridden by 'thumbnail_width' in individual markers) gv_options.photo_size = [0,0]; // in pixels, the size of the photos in info windows (can be overridden by 'photo_width' or 'photo_size' in individual markers) gv_options.hide_labels = false; // true|false: hide labels when map first loads? gv_options.label_offset = [0,0]; // [x,y]: shift all markers' labels (positive numbers are right and down) gv_options.label_centered = false; // true|false: center labels with respect to their markers? (label_left is also a valid option.) gv_options.driving_directions = false; // put a small "driving directions" form in each marker's pop-up window? (override with dd:true or dd:false in a marker's options) gv_options.garmin_icon_set = 'gpsmap'; // 'gpsmap' are the small 16x16 icons; change it to '24x24' for larger icons gv_options.marker_list_options = []; // options for a dynamically-created list of markers gv_options.marker_list_options.list = true; // true|false: enable or disable the marker list altogether gv_options.marker_list_options.floating = true; // is the list a floating box inside the map itself? gv_options.marker_list_options.id_static = 'gv_marker_list_static'; // id of a DIV that holds a non-floating list gv_options.marker_list_options.id_floating = 'gv_marker_list'; // id of a DIV tag that holds a floating list (other associated DIVs -- _handle, _table, _container -- must be similarly named) gv_options.marker_list_options.width = 160; // floating list only: width, in pixels gv_options.marker_list_options.height = 216; // floating list only: height, in pixels gv_options.marker_list_options.position = ['G_ANCHOR_BOTTOM_RIGHT',6,38]; // floating list only: position within map gv_options.marker_list_options.draggable = true; // true|false, floating list only: can it be moved around the screen? gv_options.marker_list_options.collapsible = true; // true|false, floating list only: can it be collapsed by double-clicking its top bar? gv_options.marker_list_options.include_tickmarks = false; // true|false: are distance/time tickmarks included in the list? gv_options.marker_list_options.include_trackpoints = false; // true|false: are "trackpoint" markers included in the list? gv_options.marker_list_options.dividers = true; // true|false: will a thin line be drawn between each item in the list? gv_options.marker_list_options.desc = true; // true|false: will the markers' descriptions be shown below their names in the list? gv_options.marker_list_options.icons = true; // true|false: should the markers' icons appear to the left of their names in the list? gv_options.marker_list_options.thumbnails = false; // true|false: should markers' thumbnails be shown in the list? gv_options.marker_list_options.folders_collapsed = false; // true|false: do folders in the list start out in a collapsed state? gv_options.marker_list_options.wrap_names = true; // true|false: should marker's names be allowed to wrap onto more than one line? gv_options.marker_list_options.unnamed = '[unnamed]'; // what 'name' should be assigned to unnamed markers in the list? gv_options.marker_list_options.colors = false; // true|false: should the names/descs of the points in the list be colorized the same as their markers? gv_options.marker_list_options.default_color = ''; // default HTML color code for the names/descs in the list gv_options.marker_list_options.limit = 0; // how many markers to show in the list; 0 for no limit gv_options.marker_list_options.center = false; // true|false: does the map center upon a marker when you click its name in the list? gv_options.marker_list_options.zoom = false; // true|false: does the map zoom to a certain level when you click on a marker's name in the list? gv_options.marker_list_options.zoom_level = 15; // if 'zoom' is true, what level should the map zoom to? gv_options.marker_list_options.info_window = true; // true|false: do info windows pop up when the markers' names are clicked in the list? gv_options.marker_list_options.url_links = false; // true|false: do the names in the list become instant links to the markers' URLs? gv_options.marker_list_options.toggle = false; // true|false: does a marker disappear if you click on its name in the list? gv_options.marker_list_options.help_tooltips = false; // true|false: do "tooltips" appear on marker names that tell you what happens when you click? gv_options.marker_list_options.header = ''; // HTML code; be sure to put backslashes in front of any single quotes, and don't include any line breaks gv_options.marker_list_options.footer = ''; // HTML code; be sure to put backslashes in front of any single quotes, and don't include any line breaks gv_options.marker_filter_options = []; // options for removing waypoints that are out of the current view gv_options.marker_filter_options.filter = false; // true|false: should out-of-range markers be removed? gv_options.marker_filter_options.movement_threshold = 8; // in pixels, how far the map has to move to trigger filtering gv_options.marker_filter_options.limit = 0; // maximum number of markers to display on the map; 0 for no limit gv_options.marker_filter_options.update_list = true; // true|false: should the marker list be updated with only the filtered markers? gv_options.marker_filter_options.sort_list_by_distance = false; // true|false: should the marker list be sorted by distance from the center of the map? gv_options.marker_filter_options.min_zoom = 0; // below this zoom level, don't show any markers at all gv_options.marker_filter_options.zoom_message = ''; // message to put in the marker list if the map is below the min_zoom threshold // Load GPS Visualizer's Google Maps functions (this must be loaded AFTER gv_options are set): document.writeln('<script src="http://maps.gpsvisualizer.com/google_maps/functions.js?1306071235" type="text/javascript"><'+'/'+'script>'); </script> <style type="text/css"> /* Put any custom style definitions here (e.g., .gv_marker_info_window, .gv_marker_list_item, .gv_tooltip, .gv_label, etc.) */ .gv_label { filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; background:#333333; border:1px solid black; padding:1px; font:9px Verdana,sans-serif; color:white; font-weight:normal; } </style> <!-- end GPSV setup script and styles; begin map-drawing script (they must be separate) --> <script type="text/javascript"> function GV_Map() { if (GBrowserIsCompatible()) { if (gv_options.full_screen) { GV_Fill_Window_With_Map(gv_options.map_div); } gmap = new GMap2(document.getElementById(gv_options.map_div)); // create map GV_Setup_Map(gv_options); // Track #1 ("21-MAI-11") t = 1; trk_info[t] = []; trk_info[t]['name'] = '21-MAI-11'; trk_info[t]['desc'] = ''; trk_info[t]['clickable'] = true; trk_info[t]['color'] = '#E60000'; trk_info[t]['width'] = 3; trk_info[t]['opacity'] = 0.9; trk_info[t]['outline_color'] = '#000000'; trk_info[t]['outline_width'] = 0; trk_info[t]['fill_color'] = '#E60000'; trk_info[t]['fill_opacity'] = 0; trk_segments[t] = []; trk_segments[t].push({ points:[ [47.4766971,8.1990458],[47.4781466,8.2011652],[47.4786026,8.201707],[47.4791735,8.2026382],[47.4798421,8.2040973],[47.4803298,8.2053774],[47.481024,8.2076157],[47.4809898,8.2077562],[47.4805477,8.2079145],[47.4804211,8.2080317],[47.4806781,8.2084481],[47.4813389,8.2088446],[47.4823435,8.209935],[47.4825727,8.2102101],[47.4826097,8.2105207],[47.482291,8.2118981],[47.4820957,8.212253],[47.4813675,8.2127094],[47.480878,8.2127094],[47.4803623,8.2130257],[47.4798368,8.2141051],[47.4790303,8.2161013],[47.4789619,8.2181601],[47.4788638,8.2189607],[47.4784899,8.2207447],[47.4784899,8.2212496],[47.4788121,8.2227808],[47.4787027,8.2234619],[47.478404,8.2236958],[47.4761131,8.2245704],[47.4757554,8.2252517],[47.476014,8.2258857],[47.4780782,8.2276614],[47.4785769,8.2282641],[47.4789216,8.2294196],[47.4795278,8.232014],[47.4800547,8.2338647],[47.4805669,8.2352655],[47.4806356,8.2371283],[47.4811797,8.2389548],[47.4819089,8.2404094],[47.4824191,8.2408566],[47.4831299,8.2413517],[47.4843218,8.2420407],[47.4870828,8.2434897],[47.4884249,8.2447218],[47.4893075,8.2458888],[47.4898451,8.2474241],[47.4899961,8.2483118],[47.4899773,8.2495538],[47.4896961,8.2516055],[47.4888344,8.2546075],[47.4891221,8.256792],[47.4890527,8.2590885],[47.4889067,8.2601066],[47.488448,8.2616653],[47.4877802,8.2628071],[47.4871536,8.2641739],[47.4863264,8.2657101],[47.485773,8.267208],[47.485207,8.2681736],[47.4837015,8.2700012],[47.4829217,8.2714687],[47.4825109,8.2730574],[47.4824037,8.2736922],[47.4822068,8.2752437],[47.4823671,8.2790447],[47.4829379,8.2810078],[47.4832857,8.2828112],[47.4835727,8.2847256],[47.4834253,8.2858794],[47.4833686,8.2871092],[47.4835151,8.2881051],[47.48354,8.289915],[47.4833977,8.292416],[47.4831403,8.2954346],[47.4828866,8.2972443],[47.482288,8.2992946],[47.4816371,8.300277],[47.4807576,8.301333],[47.4797479,8.3024009],[47.4777238,8.3040892],[47.4767894,8.3048031],[47.476296,8.3049744],[47.4754679,8.3051262],[47.4750765,8.3048916],[47.4748984,8.3049781],[47.4745153,8.3054451],[47.4740885,8.3057171],[47.474041,8.3059072],[47.474186,8.3060628],[47.4742865,8.3058092],[47.4742992,8.3054875],[47.4742058,8.3049612],[47.4744861,8.3027188],[47.4744475,8.3026408],[47.4743195,8.3027859],[47.4739236,8.3038889],[47.4734499,8.3058232],[47.4734334,8.3058906],[47.473398,8.3058121],[47.4735252,8.3048492],[47.4734627,8.3030208],[47.4739076,8.3005655],[47.473887,8.2995869],[47.473661,8.2982446],[47.4736404,8.296485],[47.4733904,8.2962239],[47.4731864,8.2994637],[47.4730139,8.3002481],[47.4725458,8.3007529],[47.4720526,8.3008575],[47.471773,8.3010573],[47.4717522,8.3010721],[47.4711295,8.301656],[47.4707967,8.3017495],[47.4704302,8.302108],[47.470293,8.3025742],[47.4705347,8.3032116],[47.4708747,8.3045346],[47.4706593,8.3048686],[47.469821,8.3045912],[47.4696697,8.3049573],[47.4694736,8.3057975],[47.4691975,8.30607],[47.4681309,8.3064555],[47.4672664,8.3063483],[47.4656508,8.3059715],[47.4646638,8.3061282],[47.4639204,8.3063507],[47.4633853,8.3060086],[47.4629648,8.3062842],[47.4625176,8.3067989],[47.461981,8.3069197],[47.4602572,8.3067799],[47.4599075,8.3067799],[47.4591885,8.3069195],[47.4589767,8.30699],[47.4586313,8.3073459],[47.4576061,8.3086618],[47.4567362,8.3094379],[47.4540688,8.3107487],[47.4531398,8.3121463],[47.452783,8.3128507],[47.452693,8.3139663],[47.4527993,8.3151837],[47.4534834,8.3169339],[47.4540281,8.3186379],[47.4538329,8.3212377],[47.4534187,8.3223409],[47.4528509,8.3231511],[47.4524393,8.3236182],[47.4494475,8.3274931],[47.4493074,8.3278084],[47.4497971,8.3284368],[47.449972,8.3281829],[47.4502657,8.3280071],[47.4506558,8.3275269],[47.4507847,8.327295],[47.4507236,8.3267784],[47.4507689,8.3267218],[47.4504662,8.3261347],[47.4507628,8.3267295],[47.4507117,8.3267378],[47.4508158,8.3273126],[47.4504237,8.3278215],[47.4497721,8.3283022],[47.4492273,8.3275824],[47.4490663,8.3279336],[47.4478023,8.3296513],[47.4469553,8.3305945],[47.4462605,8.3311987],[47.4459171,8.3313631],[47.4461317,8.3314133],[47.4463119,8.3315934],[47.4466277,8.3323396],[47.4465207,8.332655],[47.4458955,8.3332608],[47.445799,8.3329886],[47.4458083,8.3328379],[47.4456521,8.332827],[47.4454539,8.3321505],[47.4452198,8.3320772],[47.4453374,8.3319924],[47.4454043,8.3315553],[47.4455612,8.3318195],[47.4458431,8.3314413],[47.4462413,8.3312752],[47.4460163,8.3311173],[47.4458766,8.3314093],[47.4459171,8.3312937],[47.4458359,8.3307904],[47.4457028,8.3303725],[47.445608,8.3303866],[47.4453685,8.3292916],[47.4450944,8.3285854],[47.4447029,8.3279455],[47.4441603,8.3273071],[47.4440875,8.3270652],[47.4441373,8.3267855],[47.4446297,8.3259934] ] }); // track 1 segment 1 trk_segments[t].push({ points:[ [47.4446297,8.3259934],[47.4446297,8.3258023],[47.4445968,8.325742],[47.444302,8.3258178],[47.4440815,8.3260489],[47.443943,8.3259201],[47.4438277,8.3253818],[47.4436445,8.3250281],[47.4430254,8.3240903],[47.4430299,8.3241612],[47.4428012,8.3237005],[47.4426427,8.3235873],[47.4424292,8.3231998],[47.442162,8.3224906],[47.4420174,8.3219036],[47.4419454,8.3209463],[47.4418231,8.3206673],[47.4423928,8.3209318],[47.4426821,8.3212144],[47.4429094,8.321299],[47.4432631,8.3211473],[47.4438973,8.321066],[47.4443607,8.3208513],[47.4451913,8.3201304],[47.4453607,8.3197748],[47.4454361,8.319434],[47.4453426,8.3188944],[47.4449728,8.3178177],[47.4450792,8.3174642],[47.4451022,8.3170573],[47.4449515,8.3166019],[47.4447738,8.3164354],[47.4443645,8.3163776],[47.4438936,8.3162262],[47.4435664,8.315877],[47.4436083,8.3155071],[47.4437819,8.3151603],[47.4437663,8.3147536],[47.4436072,8.3144447],[47.4433974,8.3135488],[47.4433581,8.3129935],[47.4435114,8.312191],[47.4434385,8.3118129],[47.4433472,8.3117777],[47.4432104,8.3119854],[47.442825,8.3129375],[47.4427003,8.3136581],[47.4426901,8.3154062],[47.4424707,8.3157511],[47.4423654,8.3158405],[47.4421336,8.3158078],[47.4421224,8.3158729],[47.4420345,8.3158937],[47.4415424,8.3157454],[47.4409819,8.3157369],[47.4401273,8.3159702],[47.4395881,8.315915],[47.4389867,8.3157173],[47.4384537,8.315671],[47.4382782,8.3155775],[47.4382533,8.3151167],[47.438051,8.3148357],[47.4376272,8.3145433],[47.4372692,8.3143445],[47.4364185,8.3140896],[47.4347759,8.3132126],[47.433654,8.3130043],[47.4331823,8.3130026],[47.4320381,8.3132946],[47.4300593,8.3142118],[47.42919,8.3147621],[47.4283319,8.3147975],[47.4276888,8.3151555],[47.4269888,8.315338],[47.4268198,8.3150862],[47.4272759,8.3134045],[47.4274258,8.3130244],[47.4273398,8.3125784],[47.4271354,8.312687],[47.4261713,8.3138337],[47.4256151,8.3145077],[47.4255241,8.3145863],[47.4254465,8.3145475],[47.4253536,8.3143762],[47.425189,8.3134396],[47.4253642,8.3128703],[47.4255908,8.3126437],[47.4256048,8.3122327],[47.4247545,8.3110754],[47.4242263,8.3114285],[47.4234337,8.3118419],[47.422736,8.3123681],[47.4213238,8.3142581],[47.4204325,8.3152701],[47.4194105,8.316292],[47.4191881,8.3167218],[47.4189365,8.3169015],[47.4184347,8.3166919],[47.4185801,8.3167791],[47.4182779,8.3165919],[47.4184513,8.3163929],[47.4186184,8.3164764],[47.4185801,8.3167791],[47.4185114,8.3167378],[47.4187088,8.3165216],[47.4185801,8.3167791],[47.4186414,8.3164879],[47.418556,8.3164451],[47.4185801,8.3167791],[47.418449,8.3169759],[47.4185013,8.3167317],[47.4184484,8.3169767],[47.4185412,8.3168375],[47.4188472,8.3168792],[47.4192426,8.3166127],[47.4193954,8.3163071],[47.4191974,8.3154358],[47.4188641,8.3152155],[47.4186933,8.3151206],[47.4182641,8.3155875],[47.4185884,8.3151984],[47.4187888,8.3151737],[47.4191291,8.3153455],[47.4188026,8.3151813],[47.4187703,8.3148966],[47.4197998,8.3125455],[47.4217471,8.3082562],[47.4225678,8.306814],[47.4231695,8.3061295],[47.4238567,8.3060503],[47.4241855,8.3055445],[47.4241971,8.3050248],[47.4245882,8.3039904],[47.4246726,8.3012307],[47.4246311,8.2999563],[47.4245519,8.2994677],[47.4246867,8.2979422],[47.4241516,8.2937822],[47.4238586,8.2920706],[47.4240013,8.2900329],[47.4238203,8.2885638],[47.4237299,8.2873504],[47.4236096,8.2869999],[47.4233318,8.2866873],[47.4229666,8.2865021],[47.4207401,8.285478],[47.4204175,8.2851815],[47.4199145,8.2845537],[47.4195373,8.2843801],[47.4193193,8.283954],[47.4193493,8.2831758],[47.4194699,8.2826603],[47.4198539,8.2819105],[47.419949,8.2815336],[47.4197549,8.2809416],[47.4189767,8.2796012],[47.4187724,8.2790963],[47.4185588,8.2781462],[47.418468,8.2779228],[47.4187023,8.2771091],[47.4195313,8.2754661],[47.4195648,8.2750045],[47.4194384,8.2745934],[47.4189234,8.2739067],[47.4183552,8.272997],[47.4178934,8.2726192],[47.4165091,8.2726852],[47.4157896,8.2722605],[47.4133045,8.2684823],[47.4125673,8.2671145],[47.4119341,8.2653833],[47.4118759,8.2638058],[47.4122615,8.2621687],[47.4129737,8.2603734],[47.4135692,8.2593019],[47.4141175,8.2584766],[47.4142639,8.2578752],[47.4142885,8.2571995],[47.4140371,8.2563007],[47.4135043,8.2550687],[47.4131298,8.252449],[47.4125804,8.2495245],[47.4125094,8.2483241],[47.4124256,8.2449989],[47.4124861,8.2429218],[47.412195,8.2421644],[47.4119711,8.2409529],[47.4120007,8.2368644],[47.4121775,8.2332836],[47.4120005,8.2316768],[47.4114728,8.2298396],[47.4109247,8.2281953],[47.4104256,8.2256081],[47.4095496,8.2231599],[47.4096941,8.222685],[47.4106772,8.2225051],[47.4115494,8.2224512],[47.4124667,8.2225878],[47.41309,8.2228217],[47.4145031,8.2231808],[47.4151434,8.2232607],[47.4164019,8.2231386] ] }); // track 1 segment 1a trk_segments[t].push({ points:[ [47.4164019,8.2231386],[47.4175845,8.2228872],[47.4190281,8.2228338],[47.4206225,8.223052],[47.4213696,8.2230091],[47.4211706,8.2224002],[47.4211573,8.2221892],[47.4208446,8.2217797],[47.420607,8.2219139],[47.4203164,8.2221822],[47.4199674,8.2222075],[47.4198444,8.2220108],[47.4194899,8.2208818],[47.4185987,8.217805],[47.418623,8.2175159],[47.4188375,8.2171726],[47.4193662,8.217415],[47.4203045,8.2184545],[47.4207588,8.2188197],[47.4222098,8.2191896],[47.424496,8.2182997],[47.4259341,8.2175589],[47.426712,8.2169801],[47.4300527,8.2136101],[47.4314547,8.2120228],[47.4317682,8.2111447],[47.4319267,8.2101345],[47.4318687,8.2105401],[47.431916,8.2102092],[47.4324502,8.2090445],[47.4343721,8.2062846],[47.4354074,8.203612],[47.4360987,8.2027611],[47.4366491,8.2022239],[47.4374674,8.2012747],[47.4381794,8.2003429],[47.4386644,8.1995773],[47.4392045,8.1990373],[47.439409,8.1991408],[47.4399654,8.2003117],[47.4402725,8.2006762],[47.4409292,8.2011666],[47.4411797,8.200815],[47.4415813,8.200432],[47.4434551,8.1989184],[47.4449431,8.1975299],[47.4461926,8.1961911],[47.447423,8.1946083],[47.4486625,8.1928995],[47.449473,8.191345],[47.4495863,8.1900639],[47.4491787,8.1882477],[47.4486046,8.1864441],[47.4485656,8.1852002],[47.4489795,8.1840735],[47.4508105,8.1805919],[47.4510873,8.1792464],[47.4512612,8.1775074],[47.4513245,8.1767893],[47.4512386,8.1762314],[47.4502682,8.1742126],[47.4501351,8.1733993],[47.4508359,8.1718606],[47.4509382,8.1707953],[47.4509008,8.1703864],[47.4507169,8.1697737],[47.4502766,8.1691486],[47.4498574,8.168786],[47.4498809,8.1684473],[47.4509673,8.1683232],[47.453352,8.1680615],[47.4544099,8.1681617],[47.4590278,8.1696009],[47.4602938,8.1701374],[47.4607321,8.1704296],[47.4613141,8.1709828],[47.4651861,8.1758451],[47.4662002,8.1774961],[47.4666003,8.179075],[47.4677066,8.1873045],[47.4678125,8.1876922],[47.4682914,8.1882957],[47.4688954,8.188799],[47.469175,8.1891087],[47.4707453,8.1920331],[47.4732105,8.1966661],[47.4733519,8.1966256],[47.4743898,8.1954729],[47.4745062,8.1953953],[47.4747753,8.1956053],[47.4748075,8.1960915],[47.4750348,8.1965574],[47.4753208,8.1970172],[47.476054,8.1978787],[47.4766356,8.1989305] ] }); // track 1 segment 1b GV_Draw_Track(t); t = 1; GV_Add_Track_to_Tracklist({bullet:'- ',name:trk_info[t]['name'],desc:trk_info[t]['desc'],color:trk_info[t]['color'],number:t}); GV_Draw_Marker({lat:47.4886879,lon:8.2450696,name:'5 km',desc:'',color:trk_info[1]['color'],icon:'tickmark',type:'tickmark',rotation:41.8,track_number:1}); GV_Draw_Marker({lat:47.4783853,lon:8.3035374,name:'10 km',desc:'',color:trk_info[1]['color'],icon:'tickmark',type:'tickmark',rotation:150.6,track_number:1}); GV_Draw_Marker({lat:47.4527429,lon:8.3133480,name:'15 km',desc:'',color:trk_info[1]['color'],icon:'tickmark',type:'tickmark',rotation:96.8,track_number:1}); GV_Draw_Marker({lat:47.4435798,lon:8.3157590,name:'20 km',desc:'',color:trk_info[1]['color'],icon:'tickmark',type:'tickmark',rotation:279.5,track_number:1}); GV_Draw_Marker({lat:47.4190906,lon:8.3141651,name:'25 km',desc:'',color:trk_info[1]['color'],icon:'tickmark',type:'tickmark',rotation:302.9,track_number:1}); GV_Draw_Marker({lat:47.4120523,lon:8.2630569,name:'30 km',desc:'',color:trk_info[1]['color'],icon:'tickmark',type:'tickmark',rotation:289.2,track_number:1}); GV_Draw_Marker({lat:47.4190481,lon:8.2193564,name:'35 km',desc:'',color:trk_info[1]['color'],icon:'tickmark',type:'tickmark',rotation:246.8,track_number:1}); GV_Draw_Marker({lat:47.4487235,lon:8.1868177,name:'40 km',desc:'',color:trk_info[1]['color'],icon:'tickmark',type:'tickmark',rotation:244.8,track_number:1}); GV_Draw_Marker({lat:47.4713647,lon:8.1931972,name:'45 km',desc:'',color:trk_info[1]['color'],icon:'tickmark',type:'tickmark',rotation:51.8,track_number:1}); GV_Draw_Marker({lat:47.4766356,lon:8.1989305,name:'45.87 km',desc:'',color:trk_info[1]['color'],icon:'tickmark',type:'tickmark',rotation:50.7,track_number:1}); GV_Draw_Marker({lat:47.4457250,lon:8.3306030,name:'01_Neuenhof',desc:'<a href="http://www.flickr.com/photos/himmelrich/5744367068/" target="_blank" title="Neuenhof by urs_himmelrich, on Flickr"><img src="http://farm3.static.flickr.com/2526/5744367068_5b7190a5c9_s.jpg" width="75" height="75" alt="Neuenhof"></a>',color:'',icon:'Scenic Area'}); GV_Draw_Marker({lat:47.4446300,lon:8.3257900,name:'02_Wegweiser zum R&uuml;sler',desc:'<a href="http://www.flickr.com/photos/himmelrich/5743819567/" target="_blank" title="zum R&uuml;sler by urs_himmelrich, on Flickr"><img src="http://farm6.static.flickr.com/5030/5743819567_755e8bd199_s.jpg" width="75" height="75" alt="zum R&uuml;sler"></a>',color:'',icon:'Scenic Area'}); GV_Draw_Marker({lat:47.4185640,lon:8.3152383,name:'03_Detail am Kirchturm von Oberrohrdorf',desc:'<a href="http://www.flickr.com/photos/himmelrich/5743819897/" target="_blank" title="Detail am Kirchturm in Oberrohrdorf by urs_himmelrich, on Flickr"><img src="http://farm3.static.flickr.com/2107/5743819897_15d82caeec_s.jpg" width="75" height="75" alt="Detail am Kirchturm in Oberrohrdorf"></a>',color:'',icon:'Scenic Area'}); GV_Draw_Marker({lat:47.4400377,lon:8.3162212,name:'Ruesler',desc:'R&uuml;sler (634 M)',color:'',icon:'Flag, Green'}); GV_Finish_Map(gv_options); } else { document.getElementById('gmap_div').style.backgroundColor = '#DDDDDD'; document.getElementById('gmap_div').innerHTML = 'Sorry, your Google Map cannot be displayed.'; } } GV_Map(); // execute the above code </script> </body> </html>