comparison WebContent/mmpa/mmpa.js @ 4:6d286ce1a64f default

inline refresh
author dwinter
date Thu, 10 Jan 2013 17:38:13 +0100
parents f198c86dd1f6
children a7c8d212f5f4
comparison
equal deleted inserted replaced
3:f198c86dd1f6 4:6d286ce1a64f
45 45
46 $("#restrictionChoiceSpecies").load("/m/restricted?path="+kml1+"&newRestriction=http%3A%2F%2Flocalhost%2Fm%2Fxpath%2F%2F%2Fspecies%2Ftext%28%29&select=%20distinct%20cast%28xpath%28%27//species/text%28%29%27,%20data%29%20as%20text[]%29%20AS%20name"); 46 $("#restrictionChoiceSpecies").load("/m/restricted?path="+kml1+"&newRestriction=http%3A%2F%2Flocalhost%2Fm%2Fxpath%2F%2F%2Fspecies%2Ftext%28%29&select=%20distinct%20cast%28xpath%28%27//species/text%28%29%27,%20data%29%20as%20text[]%29%20AS%20name");
47 47
48 48
49 }); 49 });
50
51
52 function callKML(kml,title){
53 this.loadKml(kml,title);
54 //this.STICore.retrieveKML(1,kml);
55 };
56
57 function callKMLs(kml1,kml2){
58 this.loadKml(kml1,"applicants");
59 this.loadKml(kml2,"research");
60
61 };