Hey guys,
I am trying to buffer a zone, and put the results of that buffer onto a grid. I was able to buffer and do the query, but I cant seem to load the grid with the results.
Edit fiddle - JSFiddle on line 497 is where I call the function to populate the grid.
499 -
| var data = array.map(feat.features, function(feature) { |
feat is a variable with the results. doing a console log on the feat.features shows the results, so I know its passing thru.
lines 510,511 is where I set the results onto the grid, but nothing shows up.
Any ideas what I'm doing wrong?