OpenUpSA / wazimap

Wazimap is a Django application for exploring census data.
http://wazimap.readthedocs.org/en/latest/
Other
30 stars 31 forks source link

Fixed Broken Map View #109

Closed phillipahereza closed 6 years ago

phillipahereza commented 6 years ago

Description

The map view is broken because the geo_version argument is not passed to the loadLevels function in maps_static.js. This PR adds the argument to the function fixing the broken map view.

Type of change

longhotsummer commented 6 years ago

Thanks @phillipahereza

longhotsummer commented 6 years ago

I have released version 1.1.1 with this fix.