This is a simple QuickLook plugin to browse GPX files.
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.
- Build the project in XCode by going to Product > Build.
- Then expand Products in the Project navigator, right click
quicklook-gpx.qlgeneratorand choose Show in Finder. - Copy
quicklook-gpx.qlgeneratorto~/Library/QuickLook/. (You may need to create the QuickLook folder if it doesn't exist.) - Finder may pick it up automatically, but if it doesn't, you can run
qlmanage -rto reload the plugins.
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/