You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get coordinates for a location. I tried the following commands, as detailed in the main description: vendor/bin/geotools geocoder:geocode "Tagensvej 47, Copenhagen" --raw --args=da_DK --args=Denmark (default Google Maps) vendor/bin/geotools geocoder:geocode "Tagensvej 47, Copenhagen" --raw --args=da_DK --args=Denmark --provider yandex (the same as above, but with provider Yandex)
With Google Maps, the error is that the address object in Geocode.php is null.
With Yandex, it claims that the YandexAddress object doesn't have the method first which is used in Geocode.php.
I installed geotools version 0.8.0 and I am running PHP version 7.3.1 on MacOS. Any help is appreciated!
The text was updated successfully, but these errors were encountered:
I am trying to get coordinates for a location. I tried the following commands, as detailed in the main description:
vendor/bin/geotools geocoder:geocode "Tagensvej 47, Copenhagen" --raw --args=da_DK --args=Denmark
(default Google Maps)vendor/bin/geotools geocoder:geocode "Tagensvej 47, Copenhagen" --raw --args=da_DK --args=Denmark --provider yandex
(the same as above, but with provider Yandex)With Google Maps, the error is that the
address
object in Geocode.php is null.With Yandex, it claims that the
YandexAddress
object doesn't have the methodfirst
which is used in Geocode.php.I installed geotools version 0.8.0 and I am running PHP version 7.3.1 on MacOS. Any help is appreciated!
The text was updated successfully, but these errors were encountered: