author | Chloe Laisne <chloe.laisne@gmail.com> |
Thu, 22 Sep 2016 23:09:09 +0200 | |
changeset 283 | beebc85e0c6b |
parent 282 | 9f8355f119e7 |
child 284 | 12448de16a63 |
--- a/cms/app-client/app/routes/tabs/carto.js Thu Sep 22 23:00:44 2016 +0200 +++ b/cms/app-client/app/routes/tabs/carto.js Thu Sep 22 23:09:09 2016 +0200 @@ -6,7 +6,8 @@ model: function() { return this.store.query('geostat', { - 'areas': this.get('locationQueryParam') + 'area': this.get('locationQueryParam'), + 'details': 1 }); },