cms/app-client/ember-cli-build.js
changeset 83 645786bb8587
parent 36 2ee96abcce94
child 123 4c97e9da1416
--- 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();
 };