OpenLayers Proximity enables geographical proximity search for the OpenLayers module (6.x-2.x). The module exposes a filter to the Views module where users can specify starting point and radius of the proximity search. The starting point can be specified by simply providing the name of its location. Search radius can be given in kilometers or miles and it's easy, for external modules, to specify their own units of measurement.
Drupal 7
While this module may work for you I strongly recommend Geofield 2.x which has surpassed this module in features and is actively maintained.
Drupal 6
Views integration
OpenLayers Proximity exposes:
Square filter: it gives locations contained within a square derived by a simple latitude/longitude comparison. Less accurate, better performance
Great-circle filter: it uses the Great-circle distance formula to return locations within a circular area. More accurate, lower performance.
Distance sort criteria: used in combination with "Great-circle" filters it allows to sort nodes by distance from a given location.
Look at Image Editor module first - it has all the functionality of this module and more.
Bring Photoshop-like functionality into your Drupal website! Meet Pixlr power - create/edit any images online in the powerful and feature-rich image editor and save resulted images back to your site!
This project integrates Pixlr online image editing service into Drupal.
It enables you to edit your uploaded images (Imagefield) and then saves it back to your site either by replacing the original image or adding new Imagefield item.