OpenUpSA/wazimap

BUG: geo versioning breaks geometry URLS

longhotsummer opened this issue · 1 comments

https://github.com/OpenUpSA/wazimap/blob/master/wazimap/templates/settings_js.html#L13

This is because the new geometry_data now has the geo version at the top level in the dict. We need to understand where GEOMETRY_URLS will be used, and if we have a geo version at that point.

We use GEOMETRY_URLS here: https://github.com/OpenUpSA/wazimap/blob/master/wazimap/static/js/maps_static.js#L15

We'll need to adjust it to use the correct (latest? current?) geo version.