Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавить свои данные к полученным из КЛАДР #58

Open
VSeryoga opened this issue Mar 12, 2018 · 1 comment

Comments

@VSeryoga
Copy link

подскажите как к полученным результатам добавить свои значения ? не все улицы имеются в КЛАДР

@VSeryoga VSeryoga changed the title Добавить улицу Добавить свои данные к полученным из КЛАДР Mar 12, 2018
@peter-gribanov
Copy link

используйте опцию source

$.kladr.setDefault({
  source: (query, callback) => $.kladr.api(query, data => $.get(url, {query}, customData => callback(data.concat(customData)))),
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants