Josh, Let's see...
What's your template (query.html) look like?
- well, there is likely the problem. I don't have a good idea of
exactly what the query template is supposed to look like. I used
this from the tutorial, but I imagine that it is not correct:
<tr>
<td>[lrn]</td>
<td>[ID]</td>
<td>[STATE]</td>
<td>[FOREST]</td>
<td>[ACRES]</td>
</tr>
Any resources for better explanations?
thanks,
nelson
Thanks for the proj suggestions. I'll look into it.
PROJECTION
"init=epsg:54004"
END
I am assuming this projection is what is defined in your proj file
by what is sometimes referred to as 'world mercator'. If so, you
may be interested in using this projection instead (won't make a
huge difference in the states, but it is more accurate still)
http://spatialreference.org/ref/user/google-projection/
Cheers,
-Josh