Skip to content

dschmidt/web-app-gpx-viewer

Repository files navigation

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