thientung / winforms-geplugin-control-library

Automatically exported from code.google.com/p/winforms-geplugin-control-library
GNU General Public License v3.0
0 stars 0 forks source link

ID missing from Linestring #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add linesting
2. get id when clicking on a linestring

What version of the product are you using? On what operating system?
rev 510

The id is not passed to CreatePlacemark method in the CreateLineString methods.

Just added this to the CreateLineString in KlmHelpers:

line 415 and 475: placemark = CreatePlacemark(ge, id: id)

Regards,
TKM

Original issue reported on code.google.com by tho...@gmail.com on 17 Apr 2012 at 12:44

GoogleCodeExporter commented 9 years ago
Yes, thanks for this - you are correct the id is added to the placemark rather 
than the linestring. Good catch, thanks!

Original comment by fraser.c...@gmail.com on 1 May 2012 at 3:47

GoogleCodeExporter commented 9 years ago
Fixed 

Original comment by fraser.c...@gmail.com on 4 Sep 2012 at 12:10