![]() |
KMZ & KML maker (Google Earth): kmzmakerversion 2.0 2/15/2007by Pivari.com© 2006 http://www.pivari.com/ |
|---|
kmzmaker is a simple server tool to make kmz e kml files (kmz is the compress kml file and kml and kmz are the formats of Google Earth). At the moment the unix version can make only kml files. You can see a kmz file or a kml file using Google Earth.
If you're interested in a binary for another operating system, such as
Mac OS X, FreeBSD, SCO Unix, Irix, Digital Unix (tru64), please let us know,
and we'll send you one.
With enough requests, we'll also add one here permanently.
Demo versions have the same features of registered versions + watermarks
kmzmaker is shareware, the registration fee is only 25 euro for a personal license (only for personal use, no inside a company)
The registration fee for company license is based on the number of processors (CPUs) in the server.
For both licenses you have not limitaton on the number of kmz you can produce.
The only limitation is that you have to install your registered version only on the number of computers you have registered (we have not protected the registered kmzmaker version).
You are not allowed to distribute or resell the registered kmzmaker version without Pivari.com's authorization.
Obviously we can't verify this, simply we trust you.
For the registration email us at
info@pivari.com an we will send you an invoice.
If you're a developer or a software house, and wish to use kmzmaker
inside of your own applications, please email us directly at
info@pivari.com
Contact us directly! We're looking for resellers and partnerships.
We are the developers of this software. Contact us directly for modifications or customization.
Scriveteci per la fattura e le modalità di pagamento info@pivari.com
At the moment kmzmaker is a command line and works in the
same way on every OS supported (Windows, using a dos windows, Linux, Solaris,
AIX, HP-UX, if you need also Mac OS X, Tru64, BSD, SCO, ...)
kmzmaker [-options]
where options include:
-help to print the line help
-verbose to print verbose messages
-version to print version
-document string
-color color
-label string
-html string
-address string
-file string
-mailto "name@domain.com" to send the generated kmz to the specify email addresses
-configure file to use a specific configuration file (the default is kmzmaker.cfg in the same directory of the executable)
The command line options -document, -label, -html, -address, -file are equal to the document, label, html, address, file options in the configuration file.
Pay attention: kml and kmz are 2 new file formats that
Google Earth can read.
If you want to put a kml or kmz on your web server you need to add this
information inside the web configuration file.
Another possible way is to make .htaccess (I'm sure it works with apache, I don't know with other web server) with inside these lines:
AddType application/vnd.google-earth.kml+xml kml
AddType application/vnd.google-earth.kmz kmz
abd put .htaccess file in your web home.
sendmail to set the local sendmail or similar command. The default is sendmail -t -oi -oem mailhost to set the local or remote smtp host (you can use also the ip address)
mailfrom please change this default nobody@nobody.com with your email
mailsubject the Subject of the email (Your report is the default)
mailbody the body of the email (In attach your report is the default). You can make a multiline body using \n like end of line.