1 // *********************************************************
3 // *********************************************************
5 function polygons_page_load() {
7 var api_request_params = {
11 fetch_from_api('polygons', api_request_params, function (aPolygons) {
12 var context = { aPolygons: aPolygons };
14 render_template($('main'), 'polygons-template', context);
15 update_html_title('Broken polygons');