Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

KaiGrassnick/Owncloud-GPXviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OUTDATED!!! --- UNCONTINUED ---

see: https://apps.owncloud.com/content/show.php/GPX+Viewer+extended?content=168505

GPX-Viewer for OwnCloud v 6.x

This Plugin allows you to show .GPX files directly in the Browser. It's a fork from the Plugin by MoriTanosuke.

This Plugin is using LeafletJS and GPX plugin by Maxime Petazzoni.

==================================

HowTo Use

** IMPORTANT ** This App modifies the mimetypes.list.php (lib/private/mimetypes.list.php) to enable .gpx support Please check the Permissions for writing, at the moment the Installationroutine does NOT care about success or fail while overwrite thie file.

If you DON'T want that the installer to modifies your mimetypes.list.php, create a file called installed located in the app-folder sys (apps/files_gpxviewer/sys/). This prevents the app to run the automatic-installation.

If you want to add the gpx support by yourself:

  • Open the mimetypes.list.php and add

     'gpx' => array('application/gpx', null),
    
  • Clear the filecache in the Database e.g. Sqlite3-Database on *nix:

     sqlite3 /{path}/{to}/owncloud/data/owncloud.db 'DELETE FROM oc_filecache;'
    

Normal-Installation:

  • Download Master as Zip.
  • Unzip
  • Rename the Folder to files_gpxviewer
  • Upload to owncloud/apps
  • Activate

About

GPX-Viewer for OwnCloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • CSS 4.6%
  • PHP 0.6%