weisenheimer
Tourist
Reged: 08/16/06
Posts: 3
|
|
Anyone have this problem? I create lines of various colors in GE, save the layer as a KML file, then put the data on my server for public viewing through Google Maps. When viewed with Google Maps, the line colors become a translucent blue, rendering the map useless. That same KML file looks correct, however, when viewed in GE
GE 4.0.2736, MacBook, OS 10.4.8, 2 GHz Intel Core Duo
The colors I choose are off the "Apple" palette. I tried changing the colors to those on the "web safe colors" pallette, but the results are the same. This has started only in the past week, since "upgrading" from GE 4.0.1694 beta to GE 4.0.2736 ...
Edited by weisenheimer (02/05/07 08:19 AM)
|
vabikecommuter
Tourist
Reged: 02/12/07
Posts: 3
|
|
I'm having the same problem. I create paths in GE 4 with colors, then upload the kmz file to my server to view in Google Maps and the lines are all transparent blue. Here is a sample kml file with a red line that becomes transparent blue in Google Maps. I merely created a new folder, added a path, modified the color to red (with default 100% opacity, 1.0 width):
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.1"> <Document> <name>Linecolor1.kml</name> <Style id="sh_ylw-pushpin_copy5"> <IconStyle> <scale>1.3</scale> <Icon> <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> </Icon> <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> </IconStyle> <LineStyle> <color>ff0000ff</color> </LineStyle> </Style> <StyleMap id="msn_ylw-pushpin_copy5"> <Pair> <key>normal</key> <styleUrl>#sn_ylw-pushpin_copy5</styleUrl> </Pair> <Pair> <key>highlight</key> <styleUrl>#sh_ylw-pushpin_copy5</styleUrl> </Pair> </StyleMap> <Style id="sn_ylw-pushpin_copy5"> <IconStyle> <scale>1.1</scale> <Icon> <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> </Icon> <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> </IconStyle> <LineStyle> <color>ff0000ff</color> </LineStyle> </Style> <Folder> <name>Linecolor1</name> <open>1</open> <Placemark> <name>MyRedLinePath</name> <styleUrl>#msn_ylw-pushpin_copy5</styleUrl> <LineString> <tessellate>1</tessellate> <coordinates> -77.24718880037615,38.85014898055197,0 -77.24539926135205,38.85023450130841,0 -77.2451277249715,38.85025890155745,0 -77.24487707643688,38.85008809826722,0 -77.24447729891467,38.84961185305335,0 -77.24385033059944,38.84885998920979,0 -77.24359980312516,38.84832263195591,0 -77.24303994689593,38.84747514027492,0 </coordinates> </LineString> </Placemark> </Folder> </Document> </kml>
|
vabikecommuter
Tourist
Reged: 02/12/07
Posts: 3
|
|
As a follow-up to my previous post, my video driver is:
Video Driver: Intel (00006.00014.00010.04396)
Any help on the problem is appreciated.
|
|