From e57d8415ee4e787e752c2d5a893e139f966f4d18 Mon Sep 17 00:00:00 2001 From: PCigales <58741513+PCigales@users.noreply.github.com> Date: Tue, 31 May 2022 21:03:05 +0200 Subject: [PATCH] Implementation of point infos in subjective 3d --- GPXTweaker.py | 56 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 42 insertions(+), 14 deletions(-) diff --git a/GPXTweaker.py b/GPXTweaker.py index 9ffa730..42def0f 100644 --- a/GPXTweaker.py +++ b/GPXTweaker.py @@ -304,7 +304,7 @@ 'jpace': 'Progression:', 'jvfov': 'Champ de vue vertical:', 'jheight': 'Hauteur de vue:', - 'jminimap': 'clic sur la mini-carte pour l\'agrandir / la réduire clic droit sur la mini-carte pour afficher / masquer le panneau d\'informations, et lorsqu\'il est visible: clic droit sur la vue 3D pour afficher la description du point alt + clic droit sur la vue 3D pour afficher la description du point et son géocodage inversé clic sur l\'oeil ou la cible pour créer ou déplacer à cet emplacement le point de cheminement dédié dans l\'onglet d\'édition de trace shift + clic sur l\'oeil ou la cible pour compléter la description du point par son géocodage inversé ctrl + clic droit sur la mini-carte pour afficher / masquer le panneau de sélection du fournisseur de géocodages inversés', + 'jminimap': 'clic sur la mini-carte pour l\'agrandir / la réduire clic droit sur la mini-carte pour afficher / masquer le panneau d\'informations, et lorsqu\'il est visible: clic droit sur la vue 3D pour afficher la description du point alt + clic droit sur la vue 3D pour afficher la description du point et son géocodage inversé clic sur l\'oeil ou la cible pour créer ou déplacer à cet emplacement le point de cheminement dédié dans l\'onglet d\'édition de trace alt + clic sur l\'oeil ou la cible pour compléter la description du point par son géocodage inversé ctrl + clic droit sur la mini-carte pour afficher / masquer le panneau de sélection du fournisseur de géocodages inversés', 'jplat': 'lat:', 'jplon': 'lon:', 'jpele': 'ele:', @@ -597,7 +597,7 @@ 'jpace': 'Progression:', 'jvfov': 'Vertical field of view:', 'jheight': 'Height of view:', - 'jminimap': 'click on the mini-map to enlarge / reduce it right click on the mini-map to show / hide the informations panel, and when it is visible: right click on the 3D view to display the description of the point alt + right click on the 3D view to display the description of the point and its reverse geocoding click on the eye or the target to create or move to this location the dedicated waypoint in the track edition tab shift + click on the eye or the target to complete the description of the point with its reverse geocoding ctrl + right click on the mini-map to show / hide the reverse geocodings provider panel', + 'jminimap': 'click on the mini-map to enlarge / reduce it right click on the mini-map to show / hide the informations panel, and when it is visible: right click on the 3D view to display the description of the point alt + right click on the 3D view to display the description of the point and its reverse geocoding click on the eye or the target to create or move to this location the dedicated waypoint in the track edition tab alt + click on the eye or the target to complete the description of the point with its reverse geocoding ctrl + right click on the mini-map to show / hide the reverse geocodings provider panel', 'jplat': 'lat:', 'jplon': 'lon:', 'jpele': 'ele:', @@ -7454,6 +7454,8 @@ class GPXTweakerWebInterfaceServer(): ' element_click(null, document.getElementById(wpt.id + "desc"), false);\r\n' \ ' document.getElementById(wpt.id + "lat").value = coord[0].toFixed(6);\r\n' \ ' document.getElementById(wpt.id + "lon").value = coord[1].toFixed(6);\r\n' \ + ' document.getElementById(wpt.id + "ele").value = "";\r\n' \ + ' document.getElementById(wpt.id + "time").value = "";\r\n' \ ' point_edit(false, true, false, true);\r\n' \ ' } else {\r\n' \ ' point_insert("a", coord);\r\n' \ @@ -10630,14 +10632,22 @@ class GPXTweakerWebInterfaceServer(): ' \r\n' \ '
\r\n' \ '