diff -r d489885d116d -r 645786bb8587 cms/app-client/ember-cli-build.js --- a/cms/app-client/ember-cli-build.js Thu Jan 07 17:47:22 2016 +0100 +++ b/cms/app-client/ember-cli-build.js Fri Jan 15 15:48:42 2016 +0100 @@ -29,7 +29,7 @@ app.import('bower_components/ammap3/ammap/ammap.js'); app.import('bower_components/ammap3/ammap/maps/js/worldLow.js'); app.import('bower_components/ammap3/ammap/maps/js/continentsLow.js'); - app.import('bower_components/ammap3/ammap/maps/js/franceDepartmentsLow.js'); + app.import('bower_components/ammap3/ammap/maps/js/france2016Low.js'); return app.toTree(); };