Search

Table of Contents
The KML Handbook: Geographic Visualization for the Web
BOOK:
The KML Handbook: Geographic Visualization for the Web

Go to Page:  of 329

Browse by Category
 
 
Hide Left Column
The KML Handbook: Geographic Visualization for the Web - Graphically Rich Book
The KML Handbook: Geographic Visualization for the Web
by Josie Wernecke

Publisher: Addison-Wesley Professional
Pub Date: October 27, 2008
Print ISBN-10: 0-321-52559-0
Print ISBN-13: 978-0-321-52559-8
Web ISBN-10: 0-321-57440-0
Web ISBN-13: 978-0-321-57440-4
Pages: 368
Slots: 1.0
Start Reading
Buy Print Version
Overview

This is the Safari online edition 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

 
Editorial Reviews
Product Description
“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

 
Other Readers Also Read
Top Sellers in This Category
Browse Similar Topics
   
Reader Reviews From Amazon (Ranked by 'Helpfulness')
Average Customer Rating:based on 11 reviews.
It Gets to the Point, 2009-06-02
Reviewer rating:
I read this book online at Safari. It's the first book I've read thru online. I was able to do this because it is very direct and gets to the point. Every page has educational content.
Each chapter explains exactly what it covers. Very easy to find what you are wanting.
I particularly found the explanation on how to create different Geometry types in KML useful as well as the overlay and icon styles.
If you need to start producing KML and need to learn it quickly, you need this book.
KML explained clearly, 2009-05-21
Reviewer rating:
Finally, a book that explains clearly how and why to use KML, how it works, and clear explanations on the options. Now I can get to work and play with KML files.
A good place to start with KML and Google Earth, 2009-04-19
Reviewer rating:
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 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 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 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: and . 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.
Amazing KML Resource, 2009-02-26
Reviewer rating:
As one of the editorial reviewers of 'The KML Handbook: Geographic Visualization for the Web' I can safely say that I know this book from front cover to back and this is absolute joy to read and digest. The KML format has revolutionized geography visualization for the web and if you want to start using KML for work or play you NEED to pick up this book immediately. Full of color examples and written in a wonderful style that is easy to let seep into your consciousness, this is the perfect guide for all levels of KML users!!

***** HIGHLY RECOMMENDED
A 'must' for any computer collection strong in geographic applications, 2009-02-13
Reviewer rating:
KML began as the file format for Google Earth but has since evolved into an international standard for describing any geographic content. It's supported by a range of applications from MS Virtual Earth to Photoshop and AutoCAD, and uses the author's extensive experience with the creators of KML to explore its potential. From creating overlays for blending images onto standard Earth browsers to controlling its map content for Web applications and managing large data sets, this is a 'must' for any computer collection strong in geographic applications.
 
Some information above was provided using data from Amazon.com. View at Amazon >
The KML Handbook: Geographic Visualization for the Web - Graphically Rich Book
The KML Handbook: Geographic Visualization for the Web
by Josie Wernecke

Publisher: Addison-Wesley Professional
Pub Date: October 27, 2008
Print ISBN-10: 0-321-52559-0
Print ISBN-13: 978-0-321-52559-8
Web ISBN-10: 0-321-57440-0
Web ISBN-13: 978-0-321-57440-4
Pages: 368
Slots: 1.0
Start Reading
Buy Print Version
Company | Terms of Service | Privacy Policy | Contact Us | Help | 508 Compliance | Subscribe Now
© 2009 Safari Books Online. All rights reserved.