Template:Repeater: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				No edit summary  | 
				||
| Line 9: | Line 9: | ||
     document.getElementById('output').innerHTML = json.address.road + ',' + json.address.city;  |      document.getElementById('output').innerHTML = json.address.road + ',' + json.address.city;  | ||
}  | }  | ||
window.search = function search() {  | window.search = function search(lat,long) {  | ||
     var s = document.createElement('script');  |      var s = document.createElement('script');  | ||
     s.src = 'http://nominatim.openstreetmap.org/reverse?json_callback=cb&format=json&lat=  |      s.src = 'http://nominatim.openstreetmap.org/reverse?json_callback=cb&format=json&lat='+lat+'&lon='+long+'&addressdetails=1';  | ||
     document.getElementsByTagName('head')[0].appendChild(s);  |      document.getElementsByTagName('head')[0].appendChild(s);  | ||
};  | };  | ||
Revision as of 18:11, 1 December 2014
This is the 'Repeater' template.
Edit the page to see the template text.