I have a KML file with a list of placemarks that have custom icons, colors, and sizes. When I display the file in the Google Earth browser plugin, I see that icons that are situated below other icons are shaded. This makes the color of the icon different from what I have in the <color>
tag. How do I disable the shading so that I always see the true color of the icon?
相关问题
- Java Instant.parse on Date java 8
- Convert Kml with multiple features to Geojson
- Google Maps Javascript API V3 how to Placemark sho
- KML to string in Python?
- Can we display geographical border in Google Map V
相关文章
- Unable to rotate kml layer
- getFeatures() is empty
- KML on Google Maps in android application
- Display locations based on KML file in Bing Window
- ASP.NET VB KML Generator
- Creating x and y distance coordinates for R from a
- Openlayers export to KML and keep my map styles
- How do I generate a KML file in ASP.NET?
This is possible in the current version of the Api. You can control the icons color, animation, etc - but the clustering behavior and how it renders the icons is not exposed unfortunately.