I need to find if a geographical point is within a given feature. I need to find this before projection.
In my application I have a set of countries and I want to take the coordinates of the user and see which country those coordinates are within.
I am working through the lets make a map tutorial http://bost.ocks.org/mike/map/ and have code similar to the styling polygons section
This might be a good starting point. From my bookmarks of using something similar a number of years ago to calculate point in polygon for Google Maps.