Inaccurate location identification with yandex
Opened this issue · 1 comments
sakshi-keepworks commented
I tried adding the coordinates for Delhi, India but the maps shows it somewhere in Saudi Arabia.
Here is the code,
f.latlng lang: :en, id_lat: f.object.latitude,
id_lng: f.object.longitude,
default_lat: f.object.latitude,
default_long: f.object.longitude,
map: :yandex,
api_key_env: Rails.application.secrets[:geocode][:api_key]
forsaken1 commented
@sjain1107 thank you! I'll check it