google-code-export / marinemap

Automatically exported from code.google.com/p/marinemap
Other
1 stars 2 forks source link

differentiating shared features #501

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In previous projects (see northcoast-marinemap) the user was presented with a 
slightly altered icon for shapes that were shared.  This allowed users to 
easily discern which shapes had been shared and which had not.

Sadly, this magic has been lost.
Can we make this available for future projects?

Original issue reported on code.google.com by sfletche@gmail.com on 31 Aug 2011 at 6:26

GoogleCodeExporter commented 9 years ago
We would need to :

- Add a tag or property or extendeddata element to the placemark's KML 
representation.
- KMLTree would need to parse out that indicator and add a "shared" class to 
the li
- css would need to append a transparent sharing icon on top of the image

Original comment by perrygeo...@gmail.com on 20 Sep 2011 at 8:40