MapGuide Open Source:  Home |  Download |  Internals

Ticket #266 (closed defect: fixed)

Opened 1 year ago

Last modified 10 months ago

KML Renderer typo in <tessellate>

Reported by: jbirch Assigned to: 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

KmlRenderer.cpp.patch (457 bytes) - added by jbirch on 10/29/07 16:06:05.
Fix typo in tessellate

Change History

09/20/07 12:56:28 changed by tomfukushima

  • owner set to chrisclaydon.

10/17/07 01:33:03 changed by jbirch

  • version set to 1.2.0.
  • milestone set to 2.0.

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

10/29/07 16:06:05 changed by jbirch

  • attachment KmlRenderer.cpp.patch added.

Fix typo in tessellate

11/11/07 03:42:15 changed by tomfukushima

  • status changed from new to closed.
  • resolution set to fixed.

Patch submitted. Thanks Jason.