function execute () { alert("1"); //query.text = dom.byId("stateName").value; query.where = "Class = '"+dom.byId("stateName").value+"' AND Type = 'R' AND County = 'Franklin' "; alert(dom.byId("stateName").value); queryTask.execute(query, showResults); }
query.outFields = [ "OBJECTID","BARRIER_FR","SITENAME", "WATERBODY","CLASS","ACCESSAREA", "TYPE","NO_OFRAMPS","COUNTY","LOCATION", "Lat","Long","Number" ];
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.