Skip to content

geocoder.reverseGeocode does not accept zeros #6

@rbeitra

Description

@rbeitra

If you try to do a reverseGeocode on a location on the prime meridian or the equator (lat===0 or lon===0) you get an error because of the input validation here:

if ( !lat || !lng ) {

if(undefined !== lat || undefined !== lon){}" would fix this!

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