Skip to content

search always brings me to south america  #238

@haydeninghem

Description

@haydeninghem
point = Point(56.25263, 15.26738)

for cache in geocaching.search(point, limit=50):
    if cache.type == Type.traditional:
        print(cache.name)

When I run your example, I get the same results as if i did a geocode 'Orlando' or 'Prague'
Other points return the same caches

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions