NPGPX 0.1.1 review

Download
by rbytes.net on

This is a Netscape plugin that can display routes, tracks, and waypoints from a GPX file

License: GPL (GNU General Public License)
File size: 0K
Developer: Lars Luthman
0 stars award from rbytes.net

This is a Netscape plugin that can display routes, tracks, and waypoints from a GPX file. GPX (GPS eXchange) is an interchange format for GPS data.

You can publish your GPS data online, and other people can use this plugin to view the data. It supports zooming and panning.

The plugin is written primarily for Firefox on GNU/Linux, but it should work with other browsers that support Netscape plugins. It may or may not work on other operating systems.

Building and installing the plugin:

These build instructions are for GNU/Linux. They may work for other operating systems too, but I have no way to verify this.

This plugin uses the Qt GUI library, so you need to have a development package for Qt installed. It also uses the Qt Netscape plugin module, which isn't a standard part of the Qt library.

You will need to download and build this module yourself, see the Qt documentation for details.

Once you have installed this module, these commands should build the plugin:

qmake gpxplugin.pro
make

This will create a library file (libnpgpx.so.1.0.0) and some links to that library file. Copy the library file to your plugin directory and rename it so it has an .so filename extension without any numbers, for example like this:

cp libnpgpx.so.1.0.0 ~/.mozilla/plugins/libnpgpx.so

Now restart your browser and type "about:plugins" in the location bar. The GPX Plugin should be listed - if not, something went wrong. You can test your plugin by loading the test.html page (which should have been distributed with this file).

NPGPX 0.1.1 keywords