- Timestamp:
- Jan 7, 2012, 6:40:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/find.js
r749 r751 33 33 } 34 34 else { 35 request = 'http:// ws2.geonames.org/searchJSON?name=' + encodeURIComponent(where) + '&callback=getLocation&country=GB&fclass=P&fclass=T&style=SHORT';35 request = 'http://api.geonames.org/searchJSON?username=npemap&name=' + encodeURIComponent(where) + '&callback=getLocation&country=GB&fclass=P&fclass=T&style=SHORT'; 36 36 if(typeof urchinTracker == 'function') urchinTracker('/nameSearch'); 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.