GPXViewer Beispiel 1 - nur eine Karte
20 |Das Beispiel zeigt den Track einer Radtour im Allgäu in der Nähe von Füssen.
21 |5. 5. 20179 GPX-Viewer
22 |├── Resources ├── Public │ ├── GPXViewer │ │ ├── GPXViewer6.8 │ │ │ ├── GPX │ │ │ │ ├── .htaccess │ │ │ │ ├── Flug.gpx.gz │ │ │ │ ├── Autobahn.gpx.gz │ │ │ │ ├── Faehre.gpx.gz │ │ │ │ ├── Rennrad.gpx.gz │ │ │ │ ├── Beispiel1.gpx.gz │ │ │ │ ├── Beispiel2.gpx.gz │ │ │ │ └── Beispiel3.gpx.gz │ │ │ ├── Bild1.jpg │ │ │ ├── Bild2.jpg │ │ │ ├── Beispiel11 │ │ │ │ ├── Lido.jpg │ │ │ │ ├── Viale.jpg │ │ │ │ ├── Arsenale.jpg │ │ │ │ ├── Basilica.jpg │ │ │ │ ├── Campanile.jpg │ │ │ │ ├── StMichele.jpg │ │ │ │ ├── PonteAcademia.jpg │ │ │ │ ├── Rialtobruecke.jpg │ │ │ │ ├── Seufzerbruecke.jpg │ │ │ │ ├── Beispiel11.html │ │ │ │ ├── Foto7.html │ │ │ │ └── Beispiel11b.html │ │ │ ├── GM_Utils │ │ │ │ ├── Icons │ │ │ │ │ ├── bar.png │ │ │ │ │ ├── boat.png │ │ │ │ │ ├── flag.png │ │ │ │ │ ├── hotel.png │ │ │ │ │ ├── kreis.png │ │ │ │ │ ├── park.png │ │ │ │ │ ├── peak.png │ │ │ │ │ ├── photo.png │ │ │ │ │ ├── start.png │ │ │ │ │ ├── tent.png │ │ │ │ │ ├── train.png │ │ │ │ │ ├── villa.png │ │ │ │ │ ├── airport.png │ │ │ │ │ ├── bridge.png │ │ │ │ │ ├── castle.png │ │ │ │ │ ├── church2.png │ │ │ │ │ ├── cluster.png │ │ │ │ │ ├── cycling.png │ │ │ │ │ ├── finish.png │ │ │ │ │ ├── harbor.png │ │ │ │ │ ├── hiking.png │ │ │ │ │ ├── hotel2.png │ │ │ │ │ ├── library.png │ │ │ │ │ ├── lupe_m.png │ │ │ │ │ ├── lupe_p.png │ │ │ │ │ ├── marker.gif │ │ │ │ │ ├── museum.png │ │ │ │ │ ├── pin_red.png │ │ │ │ │ ├── scenic.png │ │ │ │ │ ├── shadow.png │ │ │ │ │ ├── subway.png │ │ │ │ │ ├── lupe_m_32.png │ │ │ │ │ ├── lupe_p_32.png │ │ │ │ │ ├── restaurant.png │ │ │ │ │ ├── shadow50.png │ │ │ │ │ ├── Grau256x256.png │ │ │ │ │ ├── Loading_icon.gif │ │ │ │ │ ├── shoppingmall.png │ │ │ │ │ ├── Loading_icon_V1.gif │ │ │ │ │ ├── Loading_icon_V2.gif │ │ │ │ │ ├── marker-icon_bw.png │ │ │ │ │ ├── pin_red_shadow.png │ │ │ │ │ ├── marker-icon_bw_41x25.png │ │ │ │ │ ├── marker-icon_bw_small.png │ │ │ │ │ ├── fullscreen_p.svg │ │ │ │ │ ├── fullscreen_m.svg │ │ │ │ │ ├── circle_red.svg │ │ │ │ │ ├── circle_green.svg │ │ │ │ │ ├── square_red.svg │ │ │ │ │ ├── square_green.svg │ │ │ │ │ ├── cluster.svg │ │ │ │ │ ├── streckenmarker.svg │ │ │ │ │ ├── streckenmarker - Kopie.svg │ │ │ │ │ ├── whereami.svg │ │ │ │ │ ├── marker.svg │ │ │ │ │ ├── whereami_V1.svg │ │ │ │ │ ├── current_location.svg │ │ │ │ │ └── current_location - Kopie.svg │ │ │ │ ├── leaflet │ │ │ │ │ └── images │ │ │ │ │ │ ├── layers.png │ │ │ │ │ │ ├── layers-2x.png │ │ │ │ │ │ ├── marker-icon.png │ │ │ │ │ │ ├── marker-shadow.png │ │ │ │ │ │ └── marker-icon-2x.png │ │ │ │ ├── GPX2GM.css │ │ │ │ ├── shimg.js │ │ │ │ └── gra_canvas.js │ │ │ ├── Foto1.html │ │ │ ├── Foto5.html │ │ │ ├── Beispiel9.html │ │ │ ├── Foto3.html │ │ │ ├── Beispiel1.html │ │ │ ├── Foto4.html │ │ │ ├── Beispiel7.html │ │ │ ├── Beispiel7b.html │ │ │ ├── Beispiel1b.html │ │ │ ├── Beispiel6b.html │ │ │ ├── Beispiel2.html │ │ │ ├── Beispiel5.html │ │ │ ├── Beispiel2b.html │ │ │ ├── Beispiel4_es.html │ │ │ ├── Beispiel5b.html │ │ │ ├── Beispiel4.html │ │ │ ├── Beispiel6.html │ │ │ ├── Beispiel4_fr.html │ │ │ ├── Beispiel4_en.html │ │ │ ├── Beispiel4b.html │ │ │ ├── Foto2.html │ │ │ ├── Beispiel12b.html │ │ │ ├── Beispiel2c.html │ │ │ ├── Beispiel10.html │ │ │ ├── Beispiel12.html │ │ │ ├── Beispiel3.html │ │ │ ├── Beispiel3b.html │ │ │ ├── Foto6.html │ │ │ ├── index.html │ │ │ ├── Beispiel4c.html │ │ │ ├── Beispiel8.html │ │ │ └── Beispiel8b.html │ │ ├── MyIcons │ │ │ ├── car42-l2r.png │ │ │ ├── car42-r2l.png │ │ │ ├── hiking42-l2r.png │ │ │ ├── hiking42-r2l.png │ │ │ ├── plane42-l2r.png │ │ │ ├── plane42-r2l.png │ │ │ ├── cycling42-l2r.png │ │ │ ├── cycling42-r2l.png │ │ │ ├── jogging42-l2r.png │ │ │ ├── jogging42-r2l.png │ │ │ ├── motorbike42-l2r.png │ │ │ ├── motorbike42-r2l.png │ │ │ ├── convertible42-l2r.png │ │ │ ├── convertible42-r2l.png │ │ │ ├── cruiseship42-l2r.png │ │ │ ├── cruiseship42-r2l.png │ │ │ ├── fourbyfour42-l2r.png │ │ │ ├── fourbyfour42-r2l.png │ │ │ ├── helicopter42-l2r.png │ │ │ ├── helicopter42-r2l.png │ │ │ ├── aircraftsmall42-l2r.png │ │ │ └── aircraftsmall42-r2l.png │ │ └── MyAdditionalJS │ │ │ ├── animation.js │ │ │ └── markerimage.js │ ├── Icons │ │ ├── relation.gif │ │ ├── tx_wokgpxviewer_domain_model_display.gif │ │ ├── Extension.svg │ │ └── user_plugin_gpxtracks.svg │ ├── Scss │ │ └── Theme │ │ │ ├── _variables.scss │ │ │ └── theme.scss │ └── CSS │ │ └── custom.css └── Private │ ├── Layouts │ └── Default.html │ ├── .htaccess │ ├── Language │ ├── locallang_csh_tx_wokgpxviewer_domain_model_display.xlf │ ├── locallang_db.xlf │ └── icons.xlf │ └── Templates │ └── Display │ └── Index.html ├── Documentation.tmpl ├── Images │ ├── IntroductionPackage.png │ ├── UserManual │ │ └── BackendView.png │ └── AdministratorManual │ │ └── ExtensionManager.png ├── Sitemap.rst ├── Installation │ └── Index.rst ├── ChangeLog │ └── Index.rst ├── KnownProblems │ └── Index.rst ├── ToDoList │ └── Index.rst ├── Links.rst ├── Localization.de_DE.tmpl │ ├── README │ ├── Settings.yml │ └── Index.rst ├── Localization.fr_FR.tmpl │ ├── README │ ├── Settings.yml │ └── Index.rst ├── Settings.yml ├── Includes.txt ├── Configuration │ └── Index.rst ├── Introduction │ └── Index.rst ├── Developer │ └── Index.rst ├── User │ └── Index.rst ├── Administrator │ └── Index.rst ├── Index.rst ├── Settings.cfg └── Settings.cfgt ├── ext_tables.sql ├── Configuration ├── TCA │ ├── Overrides │ │ ├── sys_template.php │ │ └── tt_content.php │ └── tx_wokgpxviewer_domain_model_display.php └── ExtensionBuilder │ └── settings.yaml ├── composer.json ├── ext_tables.php ├── Classes ├── Domain │ └── Model │ │ └── Display.php └── ViewHelpers │ ├── GpxviewerSettingsViewHelper.php │ └── IncludeFileViewHelper.php ├── ext_emconf.php ├── ext_localconf.php └── README.md /Resources/Public/GPXViewer/GPXViewer6.8/GPX/.htaccess: -------------------------------------------------------------------------------- 1 | Options +Indexes 2 | 3 | -------------------------------------------------------------------------------- /Resources/Public/Icons/relation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/Icons/relation.gif -------------------------------------------------------------------------------- /Documentation.tmpl/Images/IntroductionPackage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Documentation.tmpl/Images/IntroductionPackage.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Bild1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Bild1.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Bild2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Bild2.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/car42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/car42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/car42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/car42-r2l.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/hiking42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/hiking42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/hiking42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/hiking42-r2l.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/plane42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/plane42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/plane42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/plane42-r2l.png -------------------------------------------------------------------------------- /Documentation.tmpl/Images/UserManual/BackendView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Documentation.tmpl/Images/UserManual/BackendView.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/cycling42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/cycling42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/cycling42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/cycling42-r2l.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/jogging42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/jogging42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/jogging42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/jogging42-r2l.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/motorbike42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/motorbike42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/motorbike42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/motorbike42-r2l.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GPX/Flug.gpx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GPX/Flug.gpx.gz -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/convertible42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/convertible42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/convertible42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/convertible42-r2l.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/cruiseship42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/cruiseship42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/cruiseship42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/cruiseship42-r2l.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/fourbyfour42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/fourbyfour42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/fourbyfour42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/fourbyfour42-r2l.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/helicopter42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/helicopter42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/helicopter42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/helicopter42-r2l.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Lido.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Lido.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GPX/Autobahn.gpx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GPX/Autobahn.gpx.gz -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GPX/Faehre.gpx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GPX/Faehre.gpx.gz -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GPX/Rennrad.gpx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GPX/Rennrad.gpx.gz -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/aircraftsmall42-l2r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/aircraftsmall42-l2r.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/MyIcons/aircraftsmall42-r2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/MyIcons/aircraftsmall42-r2l.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Viale.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Viale.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GPX/Beispiel1.gpx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GPX/Beispiel1.gpx.gz -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GPX/Beispiel2.gpx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GPX/Beispiel2.gpx.gz -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GPX/Beispiel3.gpx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GPX/Beispiel3.gpx.gz -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Arsenale.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Arsenale.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Basilica.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Basilica.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Campanile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Campanile.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/StMichele.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/StMichele.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/bar.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/boat.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/flag.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/hotel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/hotel.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/kreis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/kreis.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/park.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/park.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/peak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/peak.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/photo.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/start.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/tent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/tent.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/train.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/villa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/villa.png -------------------------------------------------------------------------------- /Resources/Public/Icons/tx_wokgpxviewer_domain_model_display.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/Icons/tx_wokgpxviewer_domain_model_display.gif -------------------------------------------------------------------------------- /Documentation.tmpl/Images/AdministratorManual/ExtensionManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Documentation.tmpl/Images/AdministratorManual/ExtensionManager.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/airport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/airport.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/bridge.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/castle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/castle.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/church2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/church2.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/cluster.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/cycling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/cycling.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/finish.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/harbor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/harbor.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/hiking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/hiking.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/hotel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/hotel2.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/library.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/lupe_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/lupe_m.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/lupe_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/lupe_p.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/marker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/marker.gif -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/museum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/museum.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/pin_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/pin_red.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/scenic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/scenic.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/shadow.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/subway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/subway.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/PonteAcademia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/PonteAcademia.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Rialtobruecke.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Rialtobruecke.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Seufzerbruecke.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Seufzerbruecke.jpg -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/lupe_m_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/lupe_m_32.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/lupe_p_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/lupe_p_32.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/restaurant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/restaurant.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/shadow50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/shadow50.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/Grau256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/Grau256x256.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/Loading_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/Loading_icon.gif -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/shoppingmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/shoppingmall.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/Loading_icon_V1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/Loading_icon_V1.gif -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/Loading_icon_V2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/Loading_icon_V2.gif -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/marker-icon_bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/marker-icon_bw.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/pin_red_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/pin_red_shadow.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/leaflet/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/leaflet/images/layers.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/marker-icon_bw_41x25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/marker-icon_bw_41x25.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/marker-icon_bw_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/marker-icon_bw_small.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/leaflet/images/layers-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/leaflet/images/layers-2x.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/leaflet/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/leaflet/images/marker-icon.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/leaflet/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/leaflet/images/marker-shadow.png -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/leaflet/images/marker-icon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ns130291/wok_gpxviewer/master/Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/leaflet/images/marker-icon-2x.png -------------------------------------------------------------------------------- /Documentation.tmpl/Sitemap.rst: -------------------------------------------------------------------------------- 1 | :template: sitemap.html 2 | 3 | .. _sitemap: 4 | 5 | ======= 6 | Sitemap 7 | ======= 8 | 9 | .. template 'sitemap.html' will insert the toctree as a sitemap here 10 | below normal contents -------------------------------------------------------------------------------- /Resources/Private/Layouts/Default.html: -------------------------------------------------------------------------------- 1 | 2 |
7. 5. 2019 GPX-Viewer
16 | 17 | 29 | 30 | -------------------------------------------------------------------------------- /ext_emconf.php: -------------------------------------------------------------------------------- 1 | 'GPXViewer', 15 | 'description' => 'Extension with plugin for GPXViewer content element based on GPXViewer from Jürgen Berkemeier (https://www.j-berkemeier.de/GPXViewer/)', 16 | 'category' => 'plugin', 17 | 'author' => '', 18 | 'author_email' => '', 19 | 'state' => 'stable', 20 | 'uploadfolder' => 0, 21 | 'createDirs' => '', 22 | 'clearCacheOnLoad' => 0, 23 | 'version' => '1.0.0', 24 | 'constraints' => [ 25 | 'depends' => [ 26 | 'typo3' => '10.4.0-10.4.99', 27 | ], 28 | 'conflicts' => [], 29 | 'suggests' => [], 30 | ], 31 | ]; 32 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Foto3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |Das Beispiel zeigt den Track einer Radtour im Allgäu in der Nähe von Füssen.
21 |5. 5. 20179 GPX-Viewer
22 |16. 8. 2019 GPX-Viewer
17 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel7b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |7. 5. 2019 GPX-Viewer
18 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/current_location.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/GM_Utils/Icons/current_location - Kopie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Classes/ViewHelpers/GpxviewerSettingsViewHelper.php: -------------------------------------------------------------------------------- 1 | registerArgument('jsSettings', 'string', 'Javascript settings for GPXViewer', true); 18 | } 19 | 20 | /** 21 | * @param array $arguments 22 | * @param \Closure $renderChildrenClosure 23 | * @param RenderingContextInterface $renderingContext 24 | **/ 25 | public static function renderStatic( 26 | array $arguments, 27 | \Closure $renderChildrenClosure, 28 | RenderingContextInterface $renderingContext 29 | ) { 30 | $jsSettings = $arguments['jsSettings']; 31 | $compress = "false"; 32 | $onTop = "false"; 33 | 34 | $pageRenderer = GeneralUtility::makeInstance(PageRenderer::class); 35 | $pageRenderer->addJsFooterInlineCode("Settings for GPXViewer", $jsSettings, $compress, $onTop); 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel1b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |15. 10. 2019 GPX-Viewer
35 | 36 | 37 | -------------------------------------------------------------------------------- /Documentation.tmpl/Localization.fr_FR.tmpl/Index.rst: -------------------------------------------------------------------------------- 1 | .. ================================================== 2 | .. FOR YOUR INFORMATION 3 | .. -------------------------------------------------- 4 | .. -*- coding: utf-8 -*- with BOM. 5 | 6 | .. include:: ../Includes.txt 7 | 8 | 9 | .. _start: 10 | 11 | ============================================================= 12 | ###PROJECT_NAME### (Français) 13 | ============================================================= 14 | 15 | .. only:: html 16 | 17 | :Classification: 18 | extension_key 19 | 20 | :Version: 21 | |release| 22 | 23 | :Langue: 24 | fr 25 | 26 | :Description: 27 | entrez une description. 28 | 29 | :Mots-clés: 30 | list,mots-clés,séparés,par,virgules 31 | 32 | :Copyright: 33 | ###YEAR### 34 | 35 | :Auteur: 36 | ###AUTHOR### 37 | 38 | :E-mail: 39 | author@example.com 40 | 41 | :Licence: 42 | Ce document est publié sous la licence de publication libre 43 | disponible sur http://www.opencontent.org/openpub/ 44 | 45 | :Généré: 46 | |today| 47 | 48 | Le contenu de ce document est en relation avec TYPO3, 49 | un CMS/Framework GNU/GPL disponible sur `www.typo3.org7. 5. 2019 GPX-Viewer
29 | 30 | -------------------------------------------------------------------------------- /Documentation.tmpl/Configuration/Index.rst: -------------------------------------------------------------------------------- 1 | .. include:: ../Includes.txt 2 | 3 | 4 | .. _configuration: 5 | 6 | ============= 7 | Configuration 8 | ============= 9 | 10 | Target group: **Developers, Integrators** 11 | 12 | How is the extension configured? Aim to provide simple instructions detailing 13 | how the extension is configured. Always assume that the user has no prior experience 14 | of using your extension. 15 | 16 | Try and provide a typical use case for your extension and detail each of the 17 | steps required to get the extension running. 18 | 19 | 20 | Typical Example 21 | =============== 22 | 23 | - Do we need to include a static template? 24 | - For example add a code snippet with comments 25 | 26 | Minimal example of TypoScript: 27 | 28 | - Code-blocks have support for syntax highlighting 29 | - Use any supported language 30 | 31 | .. code-block:: typoscript 32 | 33 | plugin.tx_myextension.settings { 34 | # configure basic email settings 35 | email { 36 | subject = Some subject 37 | from = someemail@domain.de 38 | } 39 | } 40 | 41 | .. _configuration-typoscript: 42 | 43 | TypoScript Reference 44 | ==================== 45 | 46 | When detailing data types or standard TypoScript 47 | features, don't hesitate to cross-link to the TypoScript 48 | Reference. 49 | 50 | Information about how to use cross-references: 51 | https://docs.typo3.org/typo3cms/HowToDocument/WritingReST/Hyperlinks.html 52 | 53 | See the :file:`Settings.cfg` file for the declaration of cross-linking keys. 54 | You can add more keys besides tsref. 55 | -------------------------------------------------------------------------------- /Resources/Public/Icons/Extension.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 25 | -------------------------------------------------------------------------------- /Documentation.tmpl/Introduction/Index.rst: -------------------------------------------------------------------------------- 1 | .. include:: ../Includes.txt 2 | 3 | 4 | .. _introduction: 5 | 6 | ============ 7 | Introduction 8 | ============ 9 | 10 | 11 | .. tip:: 12 | 13 | New to reStructuredText and Sphinx? 14 | 15 | Get an introduction: 16 | https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/WritingReST/Index.html 17 | 18 | Use this cheat sheet as reference: 19 | https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/WritingReST/CheatSheet.html 20 | 21 | .. _what-it-does: 22 | 23 | What does it do? 24 | ================ 25 | 26 | The aim of this chapter is to provide a general overview of your extension. 27 | 28 | * What does it do? 29 | * What problems does it solve? 30 | * Who is the target audience? 31 | 32 | This chapter should provide information that will help inform 33 | potential users and assist them in deciding if they should 34 | install and use this extension. 35 | 36 | .. important:: 37 | 38 | Don't forget to repeat your extension's version number in the 39 | :file:`Settings.cfg` file, in the :code:`release` property. It will be 40 | automatically picked up on the cover page by the :code:`|release|` 41 | substitution. 42 | 43 | 44 | .. _screenshots: 45 | 46 | Screenshots 47 | =========== 48 | 49 | This chapter should help people understand how the extension works. Remove it 50 | if it is not relevant. 51 | 52 | .. figure:: ../Images/IntroductionPackage.png 53 | :class: with-shadow 54 | :alt: Introduction Package 55 | :width: 300px 56 | 57 | Introduction Package just after installation (caption of the image) 58 | 59 | How the Frontend of the Introduction Package looks like just after installation (legend of the image) -------------------------------------------------------------------------------- /Documentation.tmpl/Developer/Index.rst: -------------------------------------------------------------------------------- 1 | .. include:: ../Includes.txt 2 | 3 | 4 | .. _developer: 5 | 6 | ================ 7 | Developer Corner 8 | ================ 9 | 10 | Target group: **Developers** 11 | 12 | This is your opportunity to pass on information to other developers who may be using your extension. 13 | 14 | Use this section to provide examples of code or detail any information that would be deemed relevant to a developer. 15 | 16 | You may wish to explain how a certain feature was implemented or detail any changes that might of been 17 | made to the extension. 18 | 19 | .. _developer-hooks: 20 | 21 | Hooks 22 | ===== 23 | 24 | Possible hook examples. Input parameters are: 25 | 26 | +----------------+---------------+---------------------------------+ 27 | | Parameter | Data type | Description | 28 | +================+===============+=================================+ 29 | | $table | string | Name of the table | 30 | +----------------+---------------+---------------------------------+ 31 | | $field | string | Name of the field | 32 | +----------------+---------------+---------------------------------+ 33 | 34 | Use parameter :code:`$table` to retrieve the table name... 35 | 36 | .. _developer-api: 37 | 38 | API 39 | === 40 | 41 | How to use the API... 42 | 43 | .. code-block:: php 44 | 45 | $stuff = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance( 46 | '\\Foo\\Bar\\Utility\\Stuff' 47 | ); 48 | $stuff->do(); 49 | 50 | or some other language: 51 | 52 | .. code-block:: javascript 53 | :linenos: 54 | :emphasize-lines: 2-4 55 | 56 | $(document).ready( 57 | function () { 58 | doStuff(); 59 | } 60 | ); -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |5. 5. 2019 GPX-Viewer
29 |7. 5. 2019 GPX-Viewer
29 | 30 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel2b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |5. 5. 2019 GPX-Viewer
32 |27. 12. 2017 GPX-Viewer
31 | 32 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel4_es.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |3. 2. 2020 GPX-Viewer
32 | 33 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel5b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |7. 5. 2019 GPX-Viewer
32 | 33 | -------------------------------------------------------------------------------- /Documentation.tmpl/User/Index.rst: -------------------------------------------------------------------------------- 1 | .. ================================================== 2 | .. FOR YOUR INFORMATION 3 | .. -------------------------------------------------- 4 | .. -*- coding: utf-8 -*- with BOM. 5 | 6 | .. include:: ../Includes.txt 7 | 8 | 9 | .. _user-manual: 10 | 11 | Users Manual 12 | ============ 13 | 14 | Target group: **Editors** 15 | 16 | Here should be described how to use the extension from the editor perspective. 17 | 18 | - How does it work? 19 | 20 | - works well when doing this. 21 | 22 | - does not work so well when doing that 23 | but we can live with it. 24 | 25 | - **mind indentation when nesting lists**. 26 | 27 | - How to install the plugin on a web page? 28 | 29 | - What options are available? 30 | 31 | Language should be non-technical, explaining, using small examples. 32 | Don't use to many acronyms unless they have been explained. 33 | Don't be confusing by putting information targeting administrators. 34 | 35 | .. tip:: 36 | 37 | Take a break from time to time. 38 | 39 | Admonitions should be used to warn the users about potential 40 | pitfalls, attract their attention to important elements 41 | or just add some notes for for information (further reading, 42 | for example). 43 | 44 | .. important:: 45 | 46 | Remember to always say "please" when asking your software to 47 | do something. 48 | 49 | Provide screenshots as needed for making things clear. When creating 50 | screenshots, try using the `Introduction Package5. 5. 2019 GPX-Viewer
29 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |7. 8. 2019 GPX-Viewer
29 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel4_fr.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |5. 5. 2019 GPX-Viewer
32 | 33 | 34 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel4_en.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |5. 5. 2019 GPX-Viewer
32 | 33 | 34 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel4b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |5. 5. 2019 GPX-Viewer
36 | 37 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Foto2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |In diesem Beispiel wird gezeigt, wie alle in einem Ordner auf dem Server abgelegten GPX-Dateien angezeigt werden können. Dazu muss auf dem Webserver das Dirctorylisting eingeschaltet werden. Auf dem Apache-Server muss dazu in den Ordner mit den GPX-Dateien eine Datei mit Namen .htaccess und dem Inhalt Options +Indexes gelegt werden.
7. 5. 2019 Jürgen Berkemeier
36 | 37 | -------------------------------------------------------------------------------- /Resources/Public/CSS/custom.css: -------------------------------------------------------------------------------- 1 | //* GPXViewer */ 2 | /* 3 | .frame > .tx-wok-gpxviewer:last-child { 4 | margin-bottom: 1em; 5 | } 6 | .tx-wok-gpxviewer:last-child { 7 | margin-bottom: 0; 8 | } 9 | .gpx-viewer, .gpx-viewer-images { 10 | border-style: solid; 11 | border-width: 1px; 12 | border-color: #477DBE; 13 | width: 85%; 14 | height: 600px; 15 | } 16 | .gpx-viewer-description { 17 | width: 85%; 18 | } 19 | .gpx-viewer-description p { 20 | margin-bottom: 1px; 21 | } 22 | .gpx-viewer-profiles { 23 | border-style: solid; 24 | border-width: 1px; 25 | border-color: #477DBE; 26 | width: 85%; 27 | height: 600px; 28 | border-top-style: none; 29 | padding-top: 0.25em; 30 | padding-bottom: 0.25em; 31 | margin-bottom: 0.5em; 32 | } 33 | .gpx-viewer-profile { 34 | border-style: solid; 35 | border-width: 1px; 36 | border-color: #477DBE; 37 | } 38 | .gpx-viewer-download { 39 | } 40 | .gpx-viewer-images { 41 | text-align: center; 42 | height:auto; 43 | background-color:black; 44 | padding-bottom: 0; 45 | } 46 | .gpx-viewer-figure-caption { 47 | text-align: left; 48 | padding-right: 3px; 49 | padding-left: 3px; 50 | color: white; 51 | } 52 | */ 53 | 54 | /* Bootstrap design changes */ 55 | /*div.frame.default.gpx-viewer {*/ 56 | /* 57 | .gpx-viewer { 58 | margin-bottom: 0px; 59 | padding-bottom: 0; 60 | padding-top: 0; 61 | } 62 | */ 63 | /* Settings of GPXViewer for media queries */ 64 | /* 65 | @media (min-width: 768px) { 66 | } 67 | @media (min-width: 992px) { 68 | } 69 | @media (max-device-width: 480px) and (orientation: landscape) { 70 | } 71 | @media (max-width: 991px) { 72 | } 73 | @media (max-width: 767px) { 74 | .gpx-viewer { 75 | height: 300px; 76 | } 77 | .gpx-viewer-profiles { 78 | height: 300px; 79 | } 80 | } 81 | @media (min-width: 768px) and (max-width: 991px) { 82 | } 83 | @media (min-width: 992px) and (max-width: 1199px) { 84 | } 85 | @media (min-width: 1200px) { 86 | } 87 | */ 88 | /* 89 | figure { display: inline-block; margin:0; padding:0 } 90 | 91 | figure img { max-width: 100%; max-height: 500px } 92 | */ 93 | 94 | 95 | 96 | -------------------------------------------------------------------------------- /ext_localconf.php: -------------------------------------------------------------------------------- 1 | 'index' 13 | ], 14 | // non-cacheable actions 15 | [ 16 | \Wok\WokGpxviewer\Controller\DisplayController::class => 'index' 17 | ] 18 | ); 19 | 20 | // wizards 21 | \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig( 22 | 'mod { 23 | wizards.newContentElement.wizardItems.plugins { 24 | elements { 25 | gpxtracks { 26 | iconIdentifier = wok_gpxviewer-plugin-gpxtracks 27 | title = LLL:EXT:wok_gpxviewer/Resources/Private/Language/locallang_db.xlf:tx_wok_gpxviewer_gpxtracks.name 28 | description = LLL:EXT:wok_gpxviewer/Resources/Private/Language/locallang_db.xlf:tx_wok_gpxviewer_gpxtracks.description 29 | tt_content_defValues { 30 | CType = list 31 | list_type = wokgpxviewer_gpxtracks 32 | } 33 | } 34 | } 35 | show = * 36 | } 37 | }' 38 | ); 39 | $iconRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Imaging\IconRegistry::class); 40 | 41 | $iconRegistry->registerIcon( 42 | 'wok_gpxviewer-plugin-gpxtracks', 43 | \TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class, 44 | ['source' => 'EXT:wok_gpxviewer/Resources/Public/Icons/user_plugin_gpxtracks.svg'] 45 | ); 46 | 47 | } 48 | ); 49 | ## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is overwritten with the defaults of the extension builder -------------------------------------------------------------------------------- /Documentation.tmpl/Administrator/Index.rst: -------------------------------------------------------------------------------- 1 | .. ================================================== 2 | .. FOR YOUR INFORMATION 3 | .. -------------------------------------------------- 4 | .. -*- coding: utf-8 -*- with BOM. 5 | 6 | .. include:: ../Includes.txt 7 | 8 | 9 | .. _admin-manual: 10 | 11 | Administrator Manual 12 | ==================== 13 | 14 | Target group: **Administrators** 15 | 16 | Describes how to manage the extension from an administrator point of view. 17 | That relates to Page/User TSconfig, permissions, configuration etc., 18 | which administrator level users have access to. 19 | 20 | Language should be non / semi-technical, explaining, using small examples. 21 | 22 | 23 | .. _admin-installation: 24 | 25 | Installation 26 | ------------ 27 | 28 | - How should the extension be installed? 29 | - Are they dependencies to resolve? 30 | - Is it a static template file to be included? 31 | 32 | To install the extension, perform the following steps: 33 | 34 | #. Go to the Extension Manager 35 | #. Install the extension 36 | #. Load the static template 37 | #. ... 38 | 39 | For a list of configuration options, using a definition list is recommended: 40 | 41 | Some Configuration 42 | This option enables... 43 | 44 | Other configuration 45 | This other option is for all the rest... 46 | 47 | 48 | .. figure:: ../Images/AdministratorManual/ExtensionManager.png 49 | :alt: Extension Manager 50 | 51 | Extension Manager (caption of the image) 52 | 53 | List of extensions within the Extension Manager also shorten with "EM" (legend of the image) 54 | 55 | 56 | .. _admin-configuration: 57 | 58 | Configuration 59 | ------------- 60 | 61 | * Where and how the extension should be configured? TypoScript? PHP? 62 | 63 | * Are there other prerequisite to full fill beforehand? 64 | For example, configure a setting in a special way somewhere. 65 | 66 | 67 | .. _admin-faq: 68 | 69 | FAQ 70 | --- 71 | 72 | Possible subsection: FAQ 73 | 74 | Subsection 75 | ^^^^^^^^^^ 76 | 77 | Some subsection 78 | 79 | Sub-subsection 80 | """""""""""""" 81 | 82 | Deeper into the structure... 83 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel2c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |9. 12. 2016 GPX-Viewer
45 |27. 2. 2020 GPX-Viewer
41 | 42 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |In diesem Beispiel wird gezeigt, wie alle in einem Ordner auf dem Server abgelegten GPX-Dateien über ein Auswahlmenü angezeigt werden können. Dazu muss auf dem Webserver das Dirctorylisting eingeschaltet werden. Auf dem Apache-Server muss dazu in den Ordner mit den GPX-Dateien eine Datei mit Namen .htaccess und dem Inhalt Options +Indexes gelegt werden.
7. 5. 2019 Jürgen Berkemeier
46 | 47 | -------------------------------------------------------------------------------- /Resources/Public/Icons/user_plugin_gpxtracks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 29 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |19. 3. 2015 GPX-Viewer
41 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel3b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |28. 8. 2018 GPX-Viewer
48 | 49 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Foto6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |Hinweis: Die Beispiele funktionieren nur noch, wenn sie über einen Webserver aufgerufen werden.
37 | 38 | -------------------------------------------------------------------------------- /Resources/Private/Language/icons.xlf: -------------------------------------------------------------------------------- 1 | 2 |5. 5. 2019 GPX-Viewer
36 | 79 | 80 | -------------------------------------------------------------------------------- /Documentation.tmpl/Index.rst: -------------------------------------------------------------------------------- 1 | .. --------------------------------------------------------------- 2 | This is the start file. It gets displayed as first page 3 | https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/GeneralConventions/DirectoryFilenames.html#supported-filenames-and-formats 4 | --------------------------------------------------------------- 5 | 6 | .. --------------------------------------------------------------- 7 | More information about creating an extension manual: 8 | https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/WritingDocForExtension/CreateWithExtensionBuilder.html 9 | --------------------------------------------------------------- 10 | 11 | .. --------------------------------------------------------------- 12 | comments start with 2 dots and a blank 13 | they can continue on the next line 14 | --------------------------------------------------------------- 15 | 16 | .. --------------------------------------------------------------- 17 | every .rst file should include Includes.txt 18 | use correct path! 19 | --------------------------------------------------------------- 20 | 21 | .. include:: Includes.txt 22 | 23 | .. --------------------------------------------------------------- 24 | Every manual should have a start label for cross-referencing to 25 | start page. Do not remove this! 26 | --------------------------------------------------------------- 27 | 28 | .. _start: 29 | 30 | .. --------------------------------------------------------------- 31 | This is the doctitle 32 | --------------------------------------------------------------- 33 | 34 | ============================================================= 35 | GPXViewer 36 | ============================================================= 37 | 38 | :Extension Key: 39 | wok_gpxviewer 40 | 41 | :Version: 42 | |release| 43 | 44 | :Language: 45 | en 46 | 47 | :Copyright: 48 | 2020 49 | 50 | :Author: 51 | 52 | :Email: 53 | 54 | :License: 55 | This extension documentation is published under the `CC BY-NC-SA 4.018 |
19 | 20 | 21 |7. 5. 2019 GPX-Viewer
22 | 23 | 71 | 72 | -------------------------------------------------------------------------------- /Configuration/ExtensionBuilder/settings.yaml: -------------------------------------------------------------------------------- 1 | # 2 | # Extension Builder settings for extension wok_gpxviewer 3 | # generated 2018-03-20T09:41:00Z 4 | # 5 | # See http://www.yaml.org/spec/1.2/spec.html 6 | # 7 | 8 | --- 9 | 10 | ########### Overwrite settings ########### 11 | # 12 | # These settings only apply, if the roundtrip feature of the extension builder 13 | # is enabled in the extension manager 14 | # 15 | # Usage: 16 | # nesting reflects the file structure 17 | # a setting applies to a file or recursive to all files and subfolders 18 | # 19 | # merge: 20 | # means for classes: All properties ,methods and method bodies 21 | # of the existing class will be modified according to the new settings 22 | # but not overwritten 23 | # 24 | # for locallang xlf files: Existing keys and labels are always 25 | # preserved (renaming a property or DomainObject will result in new keys and new labels) 26 | # 27 | # for other files: You will find a Split token at the end of the file 28 | # see: \EBT\ExtensionBuilder\Service\RoundTrip::SPLIT_TOKEN 29 | # 30 | # After this token you can write whatever you want and it will be appended 31 | # everytime the code is generated 32 | # 33 | # keep: 34 | # files are never overwritten 35 | # These settings may break the functionality of the extension builder! 36 | # Handle with care! 37 | # 38 | # 39 | 40 | ############ extension settings ############## 41 | 42 | overwriteSettings: 43 | Classes: 44 | Controller: keep 45 | Domain: 46 | Model: merge 47 | Repository: merge 48 | 49 | Configuration: 50 | #TCA merge not possible - use overrides directory 51 | TypoScript: keep 52 | 53 | Resources: 54 | Private: 55 | // Language set to keep. Merge will strip all translations 56 | Language: keep 57 | #Templates: keep 58 | Templates: 59 | Index.html: keep 60 | Public: 61 | Icons: 62 | Extension.svg: keep 63 | user_plugin_gpxtracks.svg: keep 64 | 65 | user_extension.svg: keep 66 | 67 | ext_localconf.php: merge 68 | 69 | ext_tables.php: keep 70 | 71 | ext_tables.sql: merge 72 | 73 | ## use static date attribute in xliff files ## 74 | #staticDateInXliffFiles: 2018-03-20T09:41:00Z 75 | 76 | ## skip docComment (license header) ## 77 | #skipDocComment 78 | 79 | ## list of error codes for warnings that should be ignored ## 80 | #ignoreWarnings: 81 | #503 82 | 83 | ######### settings for classBuilder ############################# 84 | # 85 | # here you may define default parent classes for your classes 86 | # these settings only apply for new generated classes 87 | # you may also just change the parent class in the generated class file. 88 | # It will be kept on next code generation, if the overwrite settings 89 | # are configured to merge it 90 | # 91 | ################################################################# 92 | 93 | classBuilder: 94 | 95 | Controller: 96 | parentClass: \TYPO3\CMS\Extbase\Mvc\Controller\ActionController 97 | 98 | Model: 99 | AbstractEntity: 100 | parentClass: \TYPO3\CMS\Extbase\DomainObject\AbstractEntity 101 | 102 | AbstractValueObject: 103 | parentClass: \TYPO3\CMS\Extbase\DomainObject\AbstractValueObject 104 | 105 | Repository: 106 | parentClass: \TYPO3\CMS\Extbase\Persistence\Repository 107 | 108 | setDefaultValuesForClassProperties: true -------------------------------------------------------------------------------- /Classes/ViewHelpers/IncludeFileViewHelper.php: -------------------------------------------------------------------------------- 1 | 23 | */ Bild
18 |
19 | 20 | 21 |7. 5. 2019 GPX-Viewer
22 | 23 | 92 | 93 | -------------------------------------------------------------------------------- /Resources/Public/GPXViewer/GPXViewer6.8/Beispiel11/Beispiel11b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
30 |
44 | 23. 4. 2019 GPX-Viewer
71 | 72 | -------------------------------------------------------------------------------- /Resources/Private/Templates/Display/Index.html: -------------------------------------------------------------------------------- 1 | 2 ||
63 |
64 |
65 | |
66 |