/[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 2751 by torben, Thu Oct 15 14:30:28 2015 UTC revision 2752 by torben, Thu Oct 15 14:35:46 2015 UTC
# Line 94  $(document).ready( function() { Line 94  $(document).ready( function() {
94                          var afstand = xml.find("extafstand").text();                          var afstand = xml.find("extafstand").text();
95                          if (afstand != "") {                          if (afstand != "") {
96                                  var extpos = xml.find("extpos").text();                                  var extpos = xml.find("extpos").text();
97                                  var srcpos = xml.find("latitude").text() + "," + xml.find("longitude").text());                                  var srcpos = xml.find("latitude").text() + "," + xml.find("longitude").text();
98                                                                    
99                                  var mapslink = "https://www.google.dk/maps/dir/" + extpos + "/" + srcpos;                                  var mapslink = "https://www.google.dk/maps/dir/" + extpos + "/" + srcpos;
100    

Legend:
Removed from v.2751  
changed lines
  Added in v.2752

  ViewVC Help
Powered by ViewVC 1.1.20