Hello,
We are loading the NWS kml file that shows expected/forecast rainfall totals for the US via polygons. What we want to do is get the highest value with the boundaries of a specific county. I’ve tried looping through individual counties, but that takes much too long. It seems there should be an easier way to do this within the ThinkGeo framework. Any ideas?
We do have a county layer on the map. It seems like there should be a way to use this layer, and the rainfall KML layer, to query within the borders of a county.
I want to use the QueryTools.GetFeaturesOverlapping (or touching/containing/intersecting, etc), but they all say they are not implemented.
Thanks,
Dib