Skip to content

Currently Incompatible with Geocoder #3

@RustComet

Description

@RustComet

Currently geo_query includes the following method:

# Returns all objects within a rectangle
Class.within_bounding_box(min_lat, min_lon, max_lat, max_lon)

However this clashes when also using the Geocoder gem as it contains the same method.

There is currently a branch that fixes this, but will break current implementations.

I think we should release and tag the current master as 0.1.0 (current Rubygems is 0.0.4) and then release a new version 0.2.0 after merging the PR.

Happy to write up a new Readme for the branch as well to make sure it clearly explains the difference between the releases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions