Start reading The KML Handbook: Geographic Visualization for the Web on your Kindle in under a minute. Don't have a Kindle? Get your Kindle here.

Deliver to your Kindle or other device

 
 
 

Try it free

Sample the beginning of this book for free

Deliver to your Kindle or other device

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
The KML Handbook: Geographic Visualization for the Web
 
 

The KML Handbook: Geographic Visualization for the Web [Kindle Edition]

Josie Wernecke
4.5 out of 5 stars  See all reviews (15 customer reviews)

Digital List Price: $39.99 What's this?
Print List Price: $54.99
Kindle Price: $14.15 includes free wireless delivery via Amazon Whispernet
You Save: $40.84 (74%)

Formats

Amazon Price New from Used from
Kindle Edition $14.15  
Paperback $37.41  


Editorial Reviews

Product Description

This is the eBook version of the printed book.

“The way the information is presented appeals to teachers, hobbyists, web designers—anyone looking for a way to enhance their content by using customized maps.”
—Warren Kelly, Pastor

“It could become the de-facto tutorial volume for the subject, as well as the classic reference guide.”
—Thomas Duff, Lead Developer

“This book is written so well and is so easy to follow it’s a joy to go through.”
— Daniel McKinnon, Software Engineer

KML began as the file format for Google Earth, but it has evolved into a full-fledged international standard for describing any geographic content—the “HTML of geography.” It’s already supported by applications ranging from Microsoft Virtual Earth and NASA WorldWind to Photoshop and AutoCAD. You can do amazing things with KML, and this book will show you how, using practical examples drawn from today’s best online mapping applications.

Drawing on her extensive experience with the creators of KML, Wernecke teaches techniques that can be used by everyone from programmers to real estate agents, scientists, students, architects, virtual explorers, and more.

Highlights include
  • Incorporating rich content in Placemark balloons
  • Creating overlays that superimpose your images on standard Earth browsers
  • Generating animations that move through Placemarks, Overlays, and Models
  • Controlling and updating map content across the Web
  • Managing large data sets using regions and custom data types
  • Complete KML language reference: elements, types, syntax, file structure, and conventions

About the Author

Josie Wernecke,senior technical writer at Google, works with the experts who created KML’s first releases.  She wrote The Inventor Mentor and The Inventor Toolmaker and coauthored The VRML 2.0 Handbook (with Jed Hartman), all published by Addison-Wesley.

Product Details

  • Format: Kindle Edition
  • File Size: 3862 KB
  • Print Length: 368 pages
  • Simultaneous Device Usage: Up to 5 simultaneous devices, per publisher limits
  • Publisher: Addison-Wesley Professional; 1 edition (October 27, 2008)
  • Sold by: Amazon Digital Services
  • Language: English
  • ASIN: B001N77X2W
  • Text-to-Speech: Enabled
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (15 customer reviews)
  • Amazon Best Sellers Rank: #145,072 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
  •  Would you like to give feedback on images?


 

Customer Reviews

15 Reviews
5 star:
 (11)
4 star:
 (2)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.5 out of 5 stars (15 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

19 of 21 people found the following review helpful:
5.0 out of 5 stars Great Overview of KML, November 14, 2008
By 
Eric "Eric" (Inverness, CA United States) - See all my reviews
Amazon Verified Purchase(What's this?)
Just received my copy today and spent the afternoon pouring through it. In summary it is an excellent summary of KML and will appeal to both novice and professionals.

This is a step by step guide to writing and using KML programming language to produce enhanced graphics as overlays onto web based mapping programs such as Google Earth. But since KML is an open standard it can be used with almost any geographic program that supports it (such as Microsoft Virtual Earth, ArcGIS, EarthBrowser, etc.).

It has been a long time since a did any programing and I was worried that this book would be over my head, but it is not. It provides step by step directions with excellent colour screen shots to progressively walk the reader through several real world mashups using Google Earth. KML is based on the XML language but you do NOT need to know anything about programming in order to pick up this book and learn how to write and use KML code. Since KML is platform independent this book will be useful if you use PC, Mac or Linux.

Finally there is a website that has examples and KML scripts for downloading (to save some typing). I especially appreciate Appendix A which is a reference for the syntax of all of the KML commands.

In addition to this book, Google's website has a lot of information, examples and practice scripts on KML and how to use it with both Google Earth and Google Maps. If you are just interested in seeing what KML is and how it is used that would be the first place to go as it is FREE. If you like what you see and want to learn more this is THE reference/guide for KML.

Eric
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars A good place to start with KML and Google Earth, April 19, 2009
This book is about KML, the language used for creating custom presentations based on Google Earth maps and many other geographic data display programs. The book was written to be read sequentially, with the basic concepts being presented at first and then more complex topics being presented later in the book. The compact appendix at the back of the book makes a great reference. This is not one of those IT shovelware books that are useful for about six months and then discarded. I can see me keeping this one around for a long time.

You do not need to have any programming skills to use this book. A knowledge of HTML and XML is probably required, and if you have that this book will make perfect sense. If you're new to HTML, you'll probably want to consult some additional resources on that subject. The book does briefly go over XML, but there probably isn't enough detail for you to grasp the concept if it is totally new to you. The following is a brief explanation of the chapters of the book:

Chapter 1, A Quick Tour, discusses the different uses of KML, ranging from simple sets of placemarks to elaborate blogs and websites that use KML to make attractive, informative presentations of geographic data. This chapter describes a simple "Hello, Earth" example that illustrates the basic parts of a KML file.

Chapter 2, Placemarks and Balloons, explains how to modify the KML file to achieve custom effects and paves the way for you to efficiently create entire websites with a custom look and feel. This chapter also explains how to package KML files into KMZ archives so that you can conveniently share them and post them on the web as one entity.

Chapter 3, Geometry, teaches you about a family of elements, derived from the abstract Geometry element. You'll also examine the <coordinate> element in more detail and learn how to specify additional parameters for geometric shapes, including tessellation, extrusion, and altitude mode.

Chapter 4, Styles and Icons, builds on what you've already learned about styling balloons, lines, and polygons. This chapter introduces the concept of shared styles, a powerful mechanism for developing uniform presentation styles that can be easily applied to a large set of features. You'll also learn about styles for icons and labels.

Chapter 5, Overlays, looks under the hood to see how screen overlays, ground overlays, and photo overlays can be created and manipulated in KML. Adding overlays to Google Earth gives you the power to add your own layers of imagery to Google Earth, presenting data in a vivid geographic context.

Chapter 6, Network Links, introduces the network link, which is a powerful way to share and refresh your data over the network. Network links are also a useful way to organize large presentations into smaller files that can be loaded independently, both locally or across the network. Additional features of the <Link> element are discussed too, showing how you can refresh network links based on the user's view or changes in data, and how you can communicate certain information from the Earth browser back to the server.

Chapter 7, Dynamic KML, dives deeper into the power of network link controls as it shows you how to use the <Update> element to create, change, and delete elements in KML files previously fetched through a network link and currently in memory. In addition, it explains how to create dynamic effects in KML through use of the time elements: <TimeSpan> and <TimeStamp>. Adding these elements to a KML file causes Features to be loaded according to their specified time sequence, which can be used to animate models, overlays, and placemark icons in Google Earth.

Chapter 8, Dealing with Large Data Sets, the final chapter in this guide, deals with two advanced subjects that are useful for KML files that contain large data sets. Regions allow you to specify additional conditions under which data is shown (based on where the user is looking and how far away the user is from the objects being viewed). The extended data mechanism is used for custom, typed data and allows you to add new data types to KML and preserve them when the file is saved and reloaded.

Appendix A, KML Reference, is an alphabetical reference that contains a brief description of every element and type in the KML standard, with syntax sections for all complex elements. This appendix describes the basic structure of a KML file and conventions of the language.

Appendix B, Sky Data in KML, describes how to display astronomical data in an Earth browser. You can create KML files that display objects in the sky, such as stars, constellations, planets, the Earth's moon, and galaxies. This appendix explains how to create a KML file to display celestial data in an Earth browser that supports Sky data, such as Google Earth or Microsoft's WorldWide Telescope.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
3.0 out of 5 stars Good, But With Some Defects, July 22, 2009
By 
I do not share the high rating given to this book by other reviewers. First, the images in the book are terribly fuzzy, sometimes to the point of being unreadable. Second, some of the writing was very careless, and I found many errors that were not caught and corrected during the final editing. For example, some of the sample code violates rules set forth in the text! It is handy to have such a thorough compilation of the rules of KML code, but there's much room for improvement.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



More About the Author

Discover books, learn about writers, read author blogs, and more.

What Other Items Do Customers Buy After Viewing This Item?


Popular Highlights

 (What's this?)
&quote;
long-running Google Earth Blog ( www.gearthblog.com ) and Stefan Geens Ogle Earth ( www.ogleearth.com ) are two examples of blogs that offer a wealth of information on KML topics. &quote;
Highlighted by 4 Kindle users

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(2)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
Kindle version has wrong cover? 0 Jun 17, 2010
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
   
Related forums


So You'd Like to...


Create a guide

Look for Similar Items by Category


Look for Similar Items by Subject