Opened 17 years ago

Closed 16 years ago

#266 closed defect (fixed)

KML Renderer typo in <tessellate>

Reported by: jbirch Owned by: chrisclaydon
Priority: medium Milestone: 2.0
Component: Rendering Service Version: 1.2.0
Severity: minor Keywords:
Cc: External ID:

Description

In KMLRenderer, <tessellate> is entered as <tesselate>. Google Earth usually does not complain about this, but if you select the "notify on errors" mode it will.

http://trac.osgeo.org/mapguide/browser/trunk/MgDev/Common/Renderers/KmlRenderer.cpp#l194

http://code.google.com/apis/kml/documentation/kml_tags_21.html#tessellate

I'm also wondering if this is part of the reason why KML from MapGuide does not work well in Google Maps for some people, but feel that file size or possible lack of region support in Google Maps are more likely causes.

Attachments (1)

KmlRenderer.cpp.patch (457 bytes ) - added by jbirch 16 years ago.
Fix typo in tessellate

Download all attachments as: .zip

Change History (4)

comment:1 by tomfukushima, 17 years ago

Owner: set to chrisclaydon

comment:2 by jbirch, 17 years ago

Milestone: 2.0
Version: 1.2.0

This is a pretty isolated and quick fix. Hope we can get it in for 2.0.

by jbirch, 16 years ago

Attachment: KmlRenderer.cpp.patch added

Fix typo in tessellate

comment:3 by tomfukushima, 16 years ago

Resolution: fixed
Status: newclosed

Patch submitted. Thanks Jason.

Note: See TracTickets for help on using tickets.