Errata

Web Mapping Illustrated

Errata for Web Mapping Illustrated

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 179
Example 11-2 listing;

Missing opening element between and elements

Anonymous   
Printed
Page 180
Example 11-3 listing; Opening of element missing between and elements.

Anonymous   
Printed
Page 194
first paragraph

Last sentence, first paragraph: There are two "add"s in a row, i.e.,

"Now you'll add add three options..."

Anonymous   
Printed
Page 272
Last code example; This line: select buffer( simplify(wkb_geometry,0.01), 0.2)

as wkb_geometry Has the simplify and buffer distance and simplify tolerance mixed up.
It should read: select buffer( simplify(wkb_geometry,0.2), 0.01) as wkb_geometry

Anonymous