Unselect filter when clicking home button + Go back to world map level when removing filter
importRESTAdapterfrom'ember-data/adapters/rest';importENVfrom'bo-client/config/environment';exportdefaultRESTAdapter.extend({namespace:ENV.rootURL.replace(/\/$/,"")+'/api/v1',//TODO: pass this as configuration//host: 'http://localhost:8000'});