/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/RequestPlotter.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/RequestPlotter.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 800 by torben, Mon Jun 7 10:02:26 2010 UTC revision 801 by torben, Mon Jun 7 11:29:55 2010 UTC
# Line 100  public class RequestPlotter extends Http Line 100  public class RequestPlotter extends Http
100    
101                  sb.append( " <Style id=\"green\">\n" );                  sb.append( " <Style id=\"green\">\n" );
102                  sb.append( "  <IconStyle><Icon><href>http://maps.google.com/mapfiles/kml/paddle/grn-circle.png</href></Icon></IconStyle>\n" );                  sb.append( "  <IconStyle><Icon><href>http://maps.google.com/mapfiles/kml/paddle/grn-circle.png</href></Icon></IconStyle>\n" );
103                  sb.append( " </Style>\n\n" );                            sb.append( " </Style>\n\n" );
104                    
105    /*
106                    String overlay =
107                  " <ScreenOverlay>" +
108                    " <name>Absolute Positioning: Top left</name>" +
109                    " <description>Absolute Positioning: Top left</description>" +
110                    " <visibility>1</visibility>" +
111                    "  <Icon>" +
112                    "   <href>http://code.google.com/apis/kml/documentation/top_left.jpg</href>" +
113                    "  </Icon>" +
114                    "  <overlayXY x=\"0\" y=\"1\" xunits=\"fraction\" yunits=\"fraction\"/>" +
115                    "  <screenXY x=\"0\" y=\"1\" xunits=\"fraction\" yunits=\"fraction\"/>" +
116                    "  <rotationXY x=\"0\" y=\"0\" xunits=\"fraction\" yunits=\"fraction\"/>" +
117                    "  <size x=\"0\" y=\"0\" xunits=\"fraction\" yunits=\"fraction\"/>" +
118                  " </ScreenOverlay>" ;
119                    
120                    sb.append(overlay);
121            */      
122                    
123    
124    
125    
126    

Legend:
Removed from v.800  
changed lines
  Added in v.801

  ViewVC Help
Powered by ViewVC 1.1.20