WorldWind 1.3 Tools
Introduction
These page contains tools I have made in order to build addons, layers, etc...
placename builder
Download
sources (VB 6) 9Ko
This quick'n dirty tool allows to convert a simple text file into .wpl and .wwp files for worldwind. A sample text file is provided. The format of the text file is the following :
name1 , lat1 , lon1 , meta_data1
name2 , lat2 , lon2 , meta_data2
...
As I said, it is a quick'n dirty software, but hey... it does the job ;-)
The output files will be placename.wpl and placenames.wwp. DON'T change these names. The name of the wwp file is written in the wpl file, so if you rename them, they won't work anymore.
Back to the main worldwind page