Opened 14 years ago
Closed 12 years ago
#1619 closed defect (fixed)
Lack of point style in KMLservice
Reported by: | liuar | Owned by: | liuar |
---|---|---|---|
Priority: | low | Milestone: | 2.4 |
Component: | KML Service | Version: | 2.2.0 |
Severity: | trivial | Keywords: | haspatch |
Cc: | External ID: |
Description
When exporting point features from MapGuide to a KML file, the style of the point features is not copied in the KML file (contrary to the lines and polygons features which have the same style in the KML file and in MapGuide).
This leads to display of the point objects in Google Earth or GoogleMaps with the default symbol instead of the one defined in MapGuide.
My solution is to make the legend image of the point features as the KML point style.
Attachments (2)
Change History (6)
by , 14 years ago
Attachment: | KMLPointStyle.patch added |
---|
comment:1 by , 14 years ago
by , 14 years ago
Attachment: | KMLPointStyle.gif added |
---|
comment:2 by , 14 years ago
Keywords: | haspatch added |
---|
comment:3 by , 12 years ago
Milestone: | → 2.4 |
---|
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I overloaded the GetFeaturesKml API by adding a agentUri for GetLegendImage request.