Ticket #266 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

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

Change History

Changed 4 years ago by tomfukushima

  • owner set to chrisclaydon

Changed 4 years ago 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.

Changed 4 years ago by jbirch

Fix typo in tessellate

Changed 4 years ago by tomfukushima

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

Patch submitted. Thanks Jason.

Note: See TracTickets for help on using tickets.