Familienausfahrten / 2025 - Schöder (Sölkpass)
3. Tag - nach Hause (227 km)
Schöder - Hirschenwirt, Sölk, Öblarn, Liezen, Hall, St. Gallen, Weyer, St. Pölten

Fam_2025_Heimreise

This map was created using GPS Visualizer's do-it-yourself geographic utilities.

Please wait while the map data loads...

<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>Fam_2025_Anreise</title>
<base target="_top"></base>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="geo.position" content="47.68016; 14.7780831" />
<meta name="ICBM" content="47.68016, 14.7780831" />
</head>
<body style="margin:0px;">

<script type="text/javascript">
API = 'leaflet'; // can be either 'leaflet' or 'google'
if (self.API && API.match(/^g/i)) {
google_api_key = ''; // Your project's Google Maps API key goes here (https://code.google.com/apis/console)
language_code = '';
document.writeln('<script src="https://maps.googleapis.com/maps/api/js?v=3&amp;libraries=geometry&amp;language='+(self.language_code?self.language_code:'')+'&amp;key='+(self.google_api_key?self.google_api_key:'')+'" type="text/javascript"><'+'/script>');
} else {
document.writeln('<link href="https://maps.gpsvisualizer.com/leaflet/leaflet.css" rel="stylesheet" />');
document.writeln('<script src="https://maps.gpsvisualizer.com/leaflet/leaflet.js" type="text/javascript"><'+'/script>');
}
thunderforest_api_key = ''; // To display OpenStreetMap tiles from ThunderForest, you need a key (https://www.thunderforest.com/docs/apikeys/)
tracestrack_api_key = ''; // To display topo tiles from Tracestrack, you need a key (https://console.tracestrack.com/explorer)
ign_api_key = ''; // To display topo tiles from IGN.fr, you need a key (https://api.ign.fr/)
</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 https://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 "div" tags that contain the map and its widgets, below
2. Three sections of JavaScript code:
a. The API code (from googleapis.com or /leaflet), above
b. "gv_options" and the code that calls a .js file on gpsvisualizer.com
c. The "GV_Map" function, which contains all the geographic info for the map
-->
<div style="margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;">
<div id="gmap_div" style="width:100%; height:100%; margin:0px; margin-right:12px; background-color:#f0f0f0; float:left; overflow:hidden;">
<p style="text-align:center; font:10px Arial;">This map was created using <a target="_blank" href="https://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_infobox" class="gv_infobox" style="font:11px Arial; border:solid #666666 1px; background-color:#ffffff; padding:4px; overflow:auto; display:none; max-width:724px;">
<!-- Although GPS Visualizer didn't create an legend/info box with your map, you can use this space for something else if you'd like; enable it by setting gv_options.infobox_options.enabled to true -->
</div>


<div id="gv_tracklist" class="gv_tracklist" style="font:11px Arial; line-height:11px; background-color:#ffffff; overflow:auto; display:none;"><!-- --></div>

<div id="gv_marker_list" class="gv_marker_list" style="background-color:#ffffff; overflow:auto; 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 loading of API code) -->
<script type="text/javascript">
/* Global variables used by the GPS Visualizer functions (20250803061349): */
gv_options = {};

// basic map parameters:
gv_options.center = [47.68016,14.778083095131]; // [latitude,longitude] - be sure to keep the square brackets
gv_options.zoom = 9; // higher number means closer view; can also be 'auto' for automatic zoom/center based on map elements
gv_options.map_type = 'GV_STREET'; // popular map_type choices are 'GV_STREET', 'GV_SATELLITE', 'GV_HYBRID', 'GV_TERRAIN', 'GV_OSM', 'GV_TOPO_US', 'GV_TOPO_WORLD' (https://www.gpsvisualizer.com/misc/leaflet_map_types.html)
gv_options.map_opacity = 1.00; // number from 0 to 1
gv_options.full_screen = false; // true|false: should the map fill the entire page (or frame)?
gv_options.width = 1024; // width of the map, in pixels
gv_options.height = 700; // height of the map, in pixels

gv_options.map_div = 'gmap_div'; // the name of the HTML "div" tag containing the map itself; usually 'gmap_div'
gv_options.doubleclick_zoom = true; // true|false: zoom in when mouse is double-clicked?
gv_options.doubleclick_center = true; // true|false: re-center the map on the point that was double-clicked?
gv_options.scroll_zoom = true; // true|false; or 'reverse' for down=in and up=out
gv_options.page_scrolling = true; // true|false; does the map relenquish control of the scroll wheel when embedded in scrollable pages?
gv_options.autozoom_adjustment = 0; gv_options.autozoom_default = 11;
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)
gv_options.street_view = false; // true|false: allow Google Street View on the map (Google Maps only)
gv_options.tilt = false; // true|false: allow Google Maps to show 45-degree tilted aerial imagery?
gv_options.disable_google_pois = false; // true|false: if you disable clickable POIs on Google Maps, you also lose the labels on parks, airports, etc.
gv_options.animated_zoom = true; // true|false: only affects Leaflet maps

// widgets on the map:
gv_options.zoom_control = 'auto'; // 'auto'|'large'|'small'|'none'
gv_options.recenter_button = true; // true|false: is there a 'click to recenter' button above the zoom control?
gv_options.geolocation_control = false; // true|false; only works on secure servers
gv_options.geolocation_options = { center:true, zoom:null, marker:true, info_window:true };
gv_options.scale_control = true; // true|false
gv_options.map_opacity_control = false; // true|false
gv_options.map_type_control = {}; // widget to change the background map
gv_options.map_type_control.visible = 'auto'; // true|false|'auto': is a map type control placed on the map itself?
gv_options.map_type_control.filter = false; // true|false: when map loads, are irrelevant maps ignored?
gv_options.map_type_control.excluded = []; // comma-separated list of quoted map IDs that will never show in the list ('included' also works)
gv_options.center_coordinates = true; // true|false: show a "center coordinates" box and crosshair?
gv_options.measurement_tools = true; // true|false: put a measurement ruler on the map?
gv_options.measurement_options = { visible:false, distance_color:'', area_color:'' };
gv_options.crosshair_hidden = true; // true|false: hide the crosshair initially?
gv_options.crosshair_permanent = false; // if true, overrides crosshair_hidden
gv_options.mouse_coordinates = false; // true|false: show a "mouse coordinates" box?
gv_options.utilities_menu = { 'maptype':true, 'opacity':true, 'measure':true, 'geolocate':true, 'profile':false };
gv_options.allow_export = false; // true|false

gv_options.infobox_options = {}; // options for a floating info box (id="gv_infobox"), which can contain anything
gv_options.infobox_options.enabled = true; // true|false: enable or disable the info box altogether
gv_options.infobox_options.position = ['LEFT_TOP',52,4]; // [Google anchor name, relative x, relative y]
gv_options.infobox_options.draggable = true; // true|false: can it be moved around the screen?
gv_options.infobox_options.collapsible = true; // true|false: can it be collapsed by double-clicking its top bar?

// track-related options:
gv_options.track_optimization = 1; // sets Leaflet's smoothFactor parameter
gv_options.track_tooltips = false; // true|false: should the name of a track appear on the map when you mouse over the track itself?
gv_options.tracklist_options = {}; // options for a floating list of the tracks visible on the map
gv_options.tracklist_options.enabled = true; // true|false: enable or disable the tracklist altogether
gv_options.tracklist_options.position = ['RIGHT_TOP',4,32]; // [Google anchor name, relative x, relative y]
gv_options.tracklist_options.min_width = 100; // minimum width of the tracklist, in pixels
gv_options.tracklist_options.max_width = 180; // maximum width of the tracklist, in pixels
gv_options.tracklist_options.min_height = 0; // minimum height of the tracklist, in pixels; if the list is longer, scrollbars will appear
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.toggle = false; // true|false: should clicking on a track's name turn it on or off?
gv_options.tracklist_options.checkboxes = true; // true|false: should there be a separate icon/checkbox for toggling visibility?
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.highlighting = true; // true|false: should the track be highlighted when you mouse over the name in the list?
gv_options.tracklist_options.tooltips = false; // 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?
gv_options.tracklist_options.header = 'Tracks:'; // HTML code; be sure to put backslashes in front of any single quotes, and don't include any line breaks
gv_options.tracklist_options.footer = ''; // HTML code
gv_options.profile_options = { visible:false, icon:false, units:'metric', filled:true, waypoints:true, height:120, width:'100%', y_min:null, y_max:null, gap_between_tracks:false }; // see https://www.gpsvisualizer.com/tutorials/profiles_in_maps.html


// marker-related options:
gv_options.default_marker = { color:'blue',icon:'googlemini',scale:1 }; // icon can be a URL, but be sure to also include size:[w,h] and optionally anchor:[x,y]
gv_options.vector_markers = true; // are the icons on the map in embedded SVG format?
gv_options.marker_tooltips = true; // do the names of the markers show up when you mouse-over them?
gv_options.marker_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.labels_behind_markers = false; // true|false: are the labels behind other markers (true) or in front of them (false)?
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 = '24x24'; // '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.enabled = false; // true|false: enable or disable the marker list altogether
gv_options.marker_list_options.floating = false; // is the list a floating box inside the map itself?
gv_options.marker_list_options.position = ['RIGHT_BOTTOM',6,38]; // floating list only: position within map
gv_options.marker_list_options.min_width = 160; // minimum width, in pixels, of the floating list
gv_options.marker_list_options.max_width = 160; // maximum width
gv_options.marker_list_options.min_height = 0; // minimum height, in pixels, of the floating list
gv_options.marker_list_options.max_height = 310; // maximum height
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 = false; // true|false: will a thin line be drawn between each item in the list?
gv_options.marker_list_options.desc = false; // 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.icon_scale = 'x1'; // size of the icons in the list; you can also supply a size in pixels (e.g. '16px')
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.folders_hidden = false; // true|false: do folders in the list start out in a hidden state?
gv_options.marker_list_options.collapsed_folders = []; // an array of folder names
gv_options.marker_list_options.hidden_folders = []; // an array of folder names
gv_options.marker_list_options.count_folder_items = false; // true|false: list the number of items in each folder?
gv_options.marker_list_options.folder_zoom = true; // true|false: is there a zoom link next to each folder name?
gv_options.marker_list_options.folders_first = true; // true|false: do folders in the list come before un-foldered markers?
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 = 14; // 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.id = 'gv_marker_list'; // id of a DIV tag that holds the list
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
gv_options.marker_filter_options = {}; // options for removing waypoints that are out of the current view
gv_options.marker_filter_options.enabled = 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
gv_options.synthesize_fields = {}; // for example: {label:'{name}'} would cause all markers' names to become visible labels



// Load GPS Visualizer's mapping functions (this must be loaded AFTER gv_options are set):
var script_file = (self.API && API.match(/^g/i)) ? 'google_maps/functions3.js' : 'leaflet/functions.js';
document.writeln('<script src="https://maps.gpsvisualizer.com/'+script_file+'" type="text/javascript"><'+'/script>');
</script>
<style type="text/css">
/* Put any custom style definitions here (e.g., .gv_marker_info_window, .gv_marker_info_window_name, .gv_marker_list_item, .gv_tooltip, .gv_label, etc.) */
#gmap_div .gv_marker_info_window {
font-size:11px !important;
}
#gmap_div .gv_label {
opacity:0.90; filter:alpha(opacity=90);
color:white; background:#333333; border:1px solid black; padding:1px;
font-family:Verdana !important; font-size:10px;
font-weight:normal !important;
}
.gv_tooltip {
font:10px Verdana,sans-serif; color:black; background-color:white; border:1px solid #666666; padding:0px; opacity:1 !important;
}
.legend_block {
display:inline-block; border:solid 1px black; width:9px; height:9px; margin:0px 2px 0px 0px;
}

</style>

<!-- end GPSV setup script and styles; begin map-drawing script (they must be separate) -->
<script type="text/javascript">
function GV_Map() {
GV_Setup_Map();

// Track #1
t = 1; trk[t] = {info:[],segments:[]};
trk[t].info.name = 'Fam_2025_Anreise'; trk[t].info.desc = ''; trk[t].info.clickable = true;
trk[t].info.color = '#e60000'; trk[t].info.width = 5; trk[t].info.opacity = 0.9; trk[t].info.hidden = false; trk[t].info.z_index = null;
trk[t].info.outline_color = 'black'; trk[t].info.outline_width = 0; trk[t].info.fill_color = '#e60000'; trk[t].info.fill_opacity = 0;
trk[t].segments.push({ points:[ [48.17866,15.61602,0],[48.17133,15.61555,0],[48.16331,15.59816,0],[48.15984,15.5746,0],[48.1534,15.55561,0],[48.1495,15.55268,0],[48.15004,15.54532,0],[48.1331,15.54327,0],[48.1286,15.5462,0],[48.12272,15.54487,0],[48.11381,15.53279,0],[48.10326,15.52915,0],[48.10264,15.52076,0],[48.09525,15.5085,0],[48.09554,15.50625,0],[48.08604,15.49849,0],[48.0817,15.49032,0],[48.08106,15.48153,0],[48.06859,15.47933,0],[48.06452,15.46504,0],[48.06183,15.464,0],[48.05566,15.46679,0],[48.05286,15.45441,0],[48.0422,15.45183,0],[48.02567,15.43413,0],[48.02945,15.41148,0],[48.02651,15.40938,0],[48.02123,15.39897,0],[48.01525,15.39874,0],[48.01369,15.39023,0],[48.00807,15.37742,0],[48.00772,15.36799,0],[48.00427,15.36738,0],[48.00078,15.3632,0],[47.99937,15.35757,0],[48.00217,15.34596,0],[48.00742,15.33624,0],[48.00777,15.32726,0],[48.0109,15.31711,0],[48.01172,15.30807,0],[48.01077,15.30118,0],[48.01189,15.28798,0],[48.01709,15.27879,0],[48.01683,15.28256,0],[48.01999,15.28693,0],[48.02003,15.29097,0],[48.02379,15.28946,0],[48.02247,15.28318,0],[48.02502,15.27192,0],[48.02684,15.27635,0],[48.02935,15.27731,0],[48.02956,15.28223,0],[48.03456,15.28718,0],[48.03334,15.28286,0],[48.03422,15.27843,0],[48.03291,15.26978,0],[48.03468,15.26639,0],[48.03346,15.25998,0],[48.03412,15.25399,0],[48.03592,15.25137,0],[48.03439,15.23702,0],[48.03137,15.22903,0],[48.02949,15.21517,0],[48.0311,15.21218,0],[48.03154,15.20408,0],[48.02768,15.20155,0],[48.02487,15.20235,0],[48.01879,15.19294,0],[48.0113,15.18861,0],[48.00982,15.18406,0],[48.0105,15.17643,0],[48.00754,15.16496,0],[48.00835,15.16042,0],[48.01676,15.15197,0],[48.02291,15.14931,0],[48.0183,15.14282,0],[48.01936,15.13397,0],[48.01778,15.12171,0],[48.01847,15.10945,0],[48.01519,15.09588,0],[48.0109,15.09509,0],[48.00602,15.08551,0],[48.00402,15.07594,0],[47.99823,15.06143,0],[47.99878,15.05748,0],[47.99526,15.04286,0],[47.99592,15.0395,0],[47.99143,15.0295,0],[47.9879,15.02707,0],[47.98588,15.01551,0],[47.97328,14.99042,0],[47.97127,14.96762,0],[47.96924,14.96414,0],[47.96533,14.94114,0],[47.96029,14.93351,0],[47.95298,14.92831,0],[47.95288,14.92066,0],[47.95105,14.91575,0],[47.94912,14.90293,0],[47.94888,14.89225,0],[47.93865,14.84837,0],[47.93978,14.8412,0],[47.94337,14.83246,0],[47.94268,14.82858,0],[47.94443,14.82117,0],[47.94294,14.8076,0],[47.94843,14.7892,0],[47.95891,14.77296,0],[47.9616,14.77266,0],[47.95822,14.77227,0],[47.9511,14.76414,0],[47.94085,14.76542,0],[47.93444,14.76346,0],[47.92796,14.7666,0],[47.91211,14.76983,0],[47.9096,14.7672,0],[47.90664,14.75532,0],[47.89729,14.73176,0],[47.89459,14.71675,0],[47.89249,14.71213,0],[47.89333,14.70538,0],[47.89203,14.69426,0],[47.88558,14.68641,0],[47.87141,14.67742,0],[47.86751,14.67266,0],[47.85861,14.66929,0],[47.85319,14.65544,0],[47.85361,14.64872,0],[47.85159,14.64083,0],[47.84275,14.63899,0],[47.83686,14.64452,0],[47.82304,14.64571,0],[47.81335,14.64237,0],[47.80525,14.6467,0],[47.78852,14.64662,0],[47.7776,14.65377,0],[47.775,14.65096,0],[47.77019,14.65349,0],[47.76718,14.6488,0],[47.74828,14.64315,0],[47.74532,14.64394,0],[47.74036,14.6517,0],[47.7371,14.65255,0],[47.72912,14.64817,0],[47.71757,14.65562,0],[47.71809,14.66487,0],[47.72335,14.6689,0],[47.71831,14.67818,0],[47.71369,14.67877,0],[47.71236,14.68208,0],[47.70714,14.68628,0],[47.70682,14.68951,0],[47.70331,14.68963,0],[47.69934,14.6839,0],[47.69705,14.6842,0],[47.69455,14.69221,0],[47.68872,14.6985,0],[47.68634,14.70574,0],[47.67602,14.71005,0],[47.67346,14.71344,0],[47.6692,14.7117,0],[47.66692,14.71294,0],[47.66541,14.71113,0],[47.66604,14.72853,0],[47.66341,14.73096,0],[47.66079,14.72811,0],[47.65647,14.73479,0],[47.65403,14.74436,0],[47.65001,14.7474,0],[47.64803,14.75195,0],[47.64155,14.75777,0],[47.63571,14.75964,0],[47.62801,14.75833,0],[47.61248,14.74473,0],[47.60769,14.74373,0],[47.60714,14.73375,0],[47.60486,14.72842,0],[47.60091,14.72789,0],[47.59811,14.72461,0],[47.59225,14.7062,0],[47.59267,14.69246,0],[47.58948,14.68441,0],[47.58745,14.66989,0],[47.59169,14.65178,0],[47.5904,14.64082,0],[47.59129,14.62891,0],[47.5892,14.6271,0],[47.58897,14.6239,0],[47.58634,14.62038,0],[47.57861,14.59921,0],[47.58239,14.58582,0],[47.57974,14.578,0],[47.57876,14.55547,0],[47.58136,14.55216,0],[47.58044,14.54664,0],[47.58425,14.53582,0],[47.58264,14.5086,0],[47.57909,14.48819,0],[47.57422,14.47198,0],[47.57298,14.4612,0],[47.58236,14.45959,0],[47.5822,14.45231,0],[47.58406,14.44846,0],[47.58291,14.42018,0],[47.58573,14.41282,0],[47.58525,14.40738,0],[47.5823,14.40637,0],[47.5805,14.40299,0],[47.58956,14.3749,0],[47.58595,14.36853,0],[47.5864,14.34531,0],[47.58159,14.33281,0],[47.58177,14.32605,0],[47.57449,14.31741,0],[47.57367,14.31392,0],[47.56336,14.30332,0],[47.56263,14.28701,0],[47.56393,14.27277,0],[47.56019,14.25961,0],[47.55988,14.25262,0],[47.56532,14.2378,0],[47.55352,14.22151,0],[47.5535,14.21317,0],[47.551,14.20816,0],[47.54569,14.20761,0],[47.54458,14.20172,0],[47.54629,14.19277,0],[47.54124,14.18406,0],[47.54245,14.17611,0],[47.54151,14.1673,0],[47.53283,14.15566,0],[47.52928,14.14653,0],[47.52436,14.14764,0],[47.51917,14.14168,0],[47.51318,14.12402,0],[47.51326,14.12079,0],[47.50579,14.10543,0],[47.50485,14.10026,0],[47.5088,14.09603,0],[47.50337,14.08824,0],[47.50196,14.06624,0],[47.49923,14.05578,0],[47.48615,14.02339,0],[47.4765,14.01011,0],[47.46947,14.00575,0],[47.46239,13.98708,0],[47.45436,13.97424,0],[47.44129,13.94365,0],[47.43636,13.94012,0],[47.43618,13.94307,0],[47.43434,13.94283,0],[47.43772,13.95098,0],[47.43694,13.95382,0],[47.42046,13.95704,0],[47.41494,13.95621,0],[47.4132,13.96242,0],[47.40818,13.96632,0],[47.40485,13.97558,0],[47.39227,13.98307,0],[47.38664,13.98965,0],[47.37835,13.99565,0],[47.37587,14.00467,0],[47.36861,14.01282,0],[47.34624,14.02799,0],[47.32922,14.04452,0],[47.32045,14.04722,0],[47.31802,14.05233,0],[47.30228,14.06539,0],[47.2986,14.07311,0],[47.28982,14.07782,0],[47.28018,14.08797,0],[47.27923,14.09094,0],[47.27854,14.07674,0],[47.27639,14.08153,0],[47.27679,14.08421,0],[47.27477,14.08011,0],[47.27523,14.08229,0],[47.2675,14.07923,0],[47.25703,14.08394,0],[47.25871,14.08106,0],[47.25631,14.08218,0],[47.25746,14.0805,0],[47.25355,14.08226,0],[47.25512,14.07864,0],[47.24965,14.08182,0],[47.23918,14.08349,0],[47.2383,14.08614,0],[47.233,14.08796,0],[47.22904,14.09374,0],[47.20805,14.10789,0],[47.20599,14.10734,0],[47.20201,14.11291,0],[47.19843,14.11376,0],[47.1984,14.11554,0],[47.19474,14.11751,0],[47.19471,14.12067,0],[47.19205,14.12101,0],[47.19098,14.12561,0],[47.18381,14.11873,0],[47.18166,14.11204,0] ] });
GV_Draw_Track(t);

t = 1; GV_Add_Track_to_Tracklist({bullet:'- ',name:trk[t].info.name,desc:trk[t].info.desc,color:trk[t].info.color,number:t});


GV_Draw_Marker({lat:48.1786567,lon:15.6160462,name:'Abfahrt - St. Pölten',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:48.1326388,lon:15.5433637,name:'Wantendorf',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:48.0271476,lon:15.4282138,name:'Kirchberg an der Pielach',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:48.0241464,lon:15.2764142,name:'Plankenstein',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:47.9489772,lon:14.8926544,name:'Ybbsitz',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:47.9613789,lon:14.7732049,name:'Waidhofen an der Ybbs - Stadtcafe Hartner',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:47.7685223,lon:14.6503115,name:'Weyer',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:47.6463666,lon:14.7539520,name:'Landl',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:47.5796487,lon:14.4598049,name:'Admont - Gasthof Kamper',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:47.5454232,lon:14.2066526,name:'Döllach',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:47.3762671,lon:14.0033734,name:'Sölk - Gasthof Ödwirt',desc:'',color:'',icon:''});
GV_Draw_Marker({lat:47.1817282,lon:14.1120243,name:'Hirschenwirt - Schöder',desc:'',color:'',icon:''});

GV_Finish_Map();

}
GV_Map(); // execute the above code
// https://www.gpsvisualizer.com/map_input?bg_map=GV_OSM&form=leaflet&google_full_screen=0&height=700&show_wpt=1&trk_simplify=300&trk_width=5&units=metric&width=1024&wpt_color=blue
</script>



</body>

</html>