vibrog / quicklook-gpx

QuickLook plugin for GPX files
MIT License
18 stars 1 forks source link

quicklook-gpx

This is a simple QuickLook plugin to browse GPX files.

Customization

The plugin uses OpenLayers to render a map preview using map tiles for Norway provided by The Norwegian Mapping Authority, Kartverket. To use different background map tiles, edit template.html and change ol.source.XYZ.

Installation Instructions

Building OpenLayers

npm install openlayers
cd node_modules/openlayers
node tasks/build.js ../../openlayers/ol-customized-build.json ../../openlayers/ol.js
cp -p css/ol.css ../../openlayers/