Planimetric Measure Tool Plug-in

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 08:07, 15 December 2007 (edit)
88.234.95.14 (Talk)
(Replacing page with ':D')
← Previous diff
Revision as of 12:25, 15 December 2007 (edit) (undo)
Mkpl (Talk | contribs)
m (Reverted edits by 88.234.95.14 (Talk); changed back to last version by Mkpl)
Next diff →
Line 1: Line 1:
-:D+{{Infobox WorldWindAddon |
 + name = Planimetric Measure Tool Plug-in |
 + screenshot = MeasureTool_plugin.jpg |
 + caption = Planimetric Measure Tool |
 + developer = [[User:Mashiharu|Bjorn Reppen]] aka "Mashi" and [[User:Whatnick|Tisham Dhar]] aka "What_nick" |
 + latest_release_version = 1.0 |
 + latest_release_date = 2005-07-15 |
 + license = Public Domain |
 + website = [http://www.mashiharu.com/ mashiharu.com] |
 +}}
 +On the day 1.3 was going to be released, the code was freezed, I was tired of bug-fixing and needed to relax, I hacked together this simple measure tool. It became an easter egg in World Wind v1.3.1 ('M' key). In 1.3.2 it was removed and was supposed to be replaced with a new improved tool, but the new code didn't make it in time, leaving World Wind without a measure tool. So I decided to make the code for the original tool available as a plug-in for those of you who might need to measure distances/bearings on the globe.
 + 
 +==Current Status==
 +Since then things have changed slightly. In 1.3.5 the measuretool has some enhancements from the code that was left out including measurement in polyline mode and ability to save this vector to a KML Polygon or an ESRI Shapefile for further work. This plugin is now internally built, for the original version look below.
 + 
 +==Installation==
 +Put <code>MeasureTool.cs</code> into <code>C:\Program Files\NASA\World Wind 1.3\Plugins</code>. If World Wind is already running you must restart before the measure tool will be available.
 + 
 +*[http://www.mashiharu.com/src/MeasureTool.cs Download plugin v1.0]
 + 
 +[[Category:Plugins]]

Revision as of 12:25, 15 December 2007

Planimetric Measure Tool Plug-in
Planimetric Measure Tool
Planimetric Measure Tool
Developer Bjorn Reppen aka "Mashi" and Tisham Dhar aka "What_nick"
Latest release 1.0 / 2005-07-15
License Public Domain
Web site mashiharu.com

On the day 1.3 was going to be released, the code was freezed, I was tired of bug-fixing and needed to relax, I hacked together this simple measure tool. It became an easter egg in World Wind v1.3.1 ('M' key). In 1.3.2 it was removed and was supposed to be replaced with a new improved tool, but the new code didn't make it in time, leaving World Wind without a measure tool. So I decided to make the code for the original tool available as a plug-in for those of you who might need to measure distances/bearings on the globe.

Current Status

Since then things have changed slightly. In 1.3.5 the measuretool has some enhancements from the code that was left out including measurement in polyline mode and ability to save this vector to a KML Polygon or an ESRI Shapefile for further work. This plugin is now internally built, for the original version look below.

Installation

Put MeasureTool.cs into C:\Program Files\NASA\World Wind 1.3\Plugins. If World Wind is already running you must restart before the measure tool will be available.