Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

dschmidt/web-app-gpx-viewer

Repository files navigation

⚠ ATTENTION: Repository Archived

This repository has been archived because the application now lives in OpenCloud web-extensions.



ownCloud Web GPX Viewer

Build Status

ownCloud Web GPX Viewer app.

Quick reference

Config

{
  
  "external_apps": [
    {
      "id": "gpx-viewer",
      "path": "http://gpxviewer.yourdomain.com/js/web-app-gpx-viewer.js",
      "config": {
        "tileLayerUrlTemplate": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
        "tileLayerOptions": {
          "maxZoom": 19,
          "attribution": "© OpenStreetMap"
        }
      }
    }
  ]
}

tileLayerUrlTemplate and tileLayerOptions don't need to be specified as they default to these values anyway, but you can use these settings to override the defaults.

Docker Tags and respective Dockerfile links

  • latest available as registry.owncloud.com/internal/web-app-gpx-viewer:latest

Default volumes

None

Exposed ports

  • 8080

Environment variables

None

Copyright

Copyright (c) 2021 ownCloud GmbH

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published