dschmidt / web-app-gpx-viewer

1 stars 0 forks source link

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

Default volumes

None

Exposed ports

Environment variables

None

Copyright

Copyright (c) 2021 ownCloud GmbH