Is there a way to perform something like a spatial query on a shapefile? I need to take an address and determine if my widgets are near it. I know this is typically done with geocoding and polygon analysis tools, which MapServer does not supply. The geocoder.us service provides latitude and longitude based on the address, but I don't have a way to relate this to my shapefile. I'm told that ArmIMS does this without a spatial database.
Greg