tomwayson/responsive-citizens

Make app configurable

Opened this issue · 0 comments

Delete the unused properties (https://github.com/tomwayson/responsive-citizens/blob/master/src/app/config.js#L4-L115) in src/app/config.js

Move the configurable properties from /src/app/map.js (https://github.com/tomwayson/responsive-citizens/blob/master/src/app/map.js#L12-L48) into src/app/config.js. src/app/map.js should load src/app/config.js as a sub module and get the properties that way.