It creates a URL with parameters lat and lon instead of point.lat and point.lon, as specified here. This was a bug that was introduced when I switched from unwrap to as.mz_location, and was not caught by unit tests, because I am an idiot and setequal does not consider names. This means that all of the build_*_url tests are not doing what I thought they were doing.
It creates a URL with parameters
lat
andlon
instead ofpoint.lat
andpoint.lon
, as specified here. This was a bug that was introduced when I switched fromunwrap
toas.mz_location
, and was not caught by unit tests, because I am an idiot andsetequal
does not consider names. This means that all of the build_*_url tests are not doing what I thought they were doing.