Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vibrog/quicklook-gpx
QuickLook plugin for GPX files
https://github.com/vibrog/quicklook-gpx
Last synced: 3 months ago
JSON representation
QuickLook plugin for GPX files
- Host: GitHub
- URL: https://github.com/vibrog/quicklook-gpx
- Owner: vibrog
- License: mit
- Created: 2016-11-25T09:48:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T20:53:24.000Z (over 7 years ago)
- Last Synced: 2024-04-23T04:57:24.086Z (7 months ago)
- Language: C
- Size: 288 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-QuickLook - quicklook-gpx
README
# quicklook-gpx
This is a simple QuickLook plugin to browse [GPX](http://www.topografix.com/gpx) files.
### Customization
The plugin uses [OpenLayers](http://openlayers.org/) to render a map
preview using map tiles for Norway provided by The Norwegian Mapping
Authority, [Kartverket](http://kartverket.no/). To use different
background map tiles, edit `template.html` and change `ol.source.XYZ`.### Installation Instructions
- Build the project in XCode by going to **Product** > **Build**.
- Then expand **Products** in the Project navigator, right click `quicklook-gpx.qlgenerator` and choose **Show in Finder**.
- Copy `quicklook-gpx.qlgenerator` to `~/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 -r` to reload the plugins.### 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/