Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structured search requests #6

Merged

Commits on Mar 21, 2014

  1. Adding structured search options to Nominatim::Search.

    As described in http://wiki.openstreetmap.org/wiki/Nominatim, you can send structured search requests
    using street, city, county, state and country parameters.
    
    This commit adds these methods to the Nominatim::Search. Since you cannot mixed structured requests
    with the q parameter, if an structured search is performed, the q criterion is deleted before
    performing the request.
    aalbagarcia committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    a384167 View commit details
    Browse the repository at this point in the history
  2. Updating README.

    aalbagarcia committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    92b4113 View commit details
    Browse the repository at this point in the history