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

Yandex free tier is not shown #44

Open
matkoniecz opened this issue Aug 24, 2020 · 2 comments
Open

Yandex free tier is not shown #44

matkoniecz opened this issue Aug 24, 2020 · 2 comments

Comments

@matkoniecz
Copy link
Contributor

For some reason only Yandex API for Business is shown (also after disabling adblock)

    {
        group: 'Yandex',
        name: 'Free',
        thirdParty: false,
        humanOnly: true,
        publicRequired: true,
        freeRequired: true,
        permanent: false,
        includedRequestsMonthly: 25e3,
        dollarsMonthly: 0,
        url: 'https://tech.yandex.com/maps/doc/jsapi/2.1/terms/index-docpage/?from=geocoder#conditions'
    },
    {
        group: 'Yandex',
        name: 'API for Business',
        thirdParty: false,
        humanOnly: true,
        permanent: true,
        includedRequestsMonthly: 100000,
        conditions: ['Primarily eastern Europe', 'Storing geocodes "On request"', 'Processing without showing "On request"'],
        publicRequired: false,
        dollarsMonthly: 100000,
        sortDollars:1772*12,//USD
        currencySymbol: '₽', //rubles!
        url: 'https://tech.yandex.com/maps/commercial/?from=geocoder'
    },
@matkoniecz
Copy link
Contributor Author

I see plenty of logs in browser console but no error/warnings. Not sure what is going on.

I checked on completely different platform (mobile Chrome) and the same happens.

@matkoniecz
Copy link
Contributor Author

@stevage Any idea what may be causing this?

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

1 participant