Glodenox / wme-om

Waze Map Editor - Open Maps userscript
GNU General Public License v2.0
8 stars 7 forks source link

Prevent usage of Waze.model when it hasn't loaded yet #17

Closed Glodenox closed 8 years ago

Glodenox commented 8 years ago

Sometimes the model loads a bit slow, at which point the script apparently tries to get the location of the map, while this is not yet available. A check that the country is available should be added. Uncaught TypeError: Cannot read property 'abbr' of undefined was thrown.

This doesn't seem to occur if a map is selected already, for some weird reason.

Glodenox commented 8 years ago

The country information is no longer used in the latest release. We now rely on the bounding box of the map, which is less exact, but more reliable.