stevage / which-geocoder

getlon.lat: A website to help you decide which geocoding service might meet your needs.
32 stars 10 forks source link

Yandex free tier is not shown #44

Open matkoniecz opened 4 years ago

matkoniecz commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

@stevage Any idea what may be causing this?