/[projects]/dao/DaoAdresseService/src/main/webapp/index.html
ViewVC logotype

Diff of /dao/DaoAdresseService/src/main/webapp/index.html

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

revision 2291 by torben, Sat Feb 14 09:00:47 2015 UTC revision 2301 by torben, Sun Feb 15 16:09:11 2015 UTC
# Line 56  $(document).ready( function() { Line 56  $(document).ready( function() {
56                                  logEvent("Bane: " + xml.find("dbkbane").text() );                                  logEvent("Bane: " + xml.find("dbkbane").text() );
57                                  logEvent("");                                  logEvent("");
58                                                                    
59                                    logEvent("Vejnavn: " + xml.find("vejnavn").text() );
60                                  logEvent("Dækning: " + xml.find("daekning").text() );                                  logEvent("Dækning: " + xml.find("daekning").text() );
61                                  logEvent("Distributør: " + xml.find("distributor").text() );                                  logEvent("Distributør: " + xml.find("distributor").text() );
62                                                                    
# Line 65  $(document).ready( function() { Line 66  $(document).ready( function() {
66                                          logEvent("Udv. Afstand: " + Number( afstand ).toFixed(3) );                                          logEvent("Udv. Afstand: " + Number( afstand ).toFixed(3) );
67                                                                                    
68                                  }                                  }
69                                    logEvent("OSM: " + xml.find("osm").text() );
70                                    logEvent("Google: " + xml.find("google").text() );
71                                    
72                                    
73                                                                    
74                                                                    
75                          } else {                          } else {

Legend:
Removed from v.2291  
changed lines
  Added in v.2301

  ViewVC Help
Powered by ViewVC 1.1.20