format: 'jsonv2'
};
- if (search_params.get('debug') === '1') {
- window.location.href = generate_full_api_url('reverse', api_request_params);
- return;
- }
-
context = {
// aPlace: aPlace,
fLat: api_request_params.lat,
format: 'jsonv2'
};
- if (search_params.get('debug') === '1') {
- window.location.href = generate_full_api_url('search', api_request_params);
- return;
- }
-
context = {
sQuery: api_request_params.q,
sViewBox: search_params.get('viewbox'),