# HG changeset patch # User nowmad@nowmads-macbook-pro.local # Date 1452869322 -3600 # Node ID 645786bb8587259fd8f09d61fbe256cfddaae914 # Parent d489885d116d65033d103197080fc9be4f2fd996 update france map 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(); };