Skip to content
Snippets Groups Projects
Commit b4d12839 authored by Gaelle.Barris's avatar Gaelle.Barris
Browse files

maj GetAltitude

parent b2449244
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ var Class = Utils.Class(Action, {
* Localise l'adresse.
*/
localize: function () {
var coords = [this.model.resultats.elevations[this.model.resultatActif].lon, this.model.resultats.elevations[this.model.resultatActif].lat];
var coords = [this.model.resultats.elevations[this.model.resultatActif].x, this.model.resultats.elevations[this.model.resultatActif].y];
var extent = this.olMap.getView().getUpdatedOptions_().extent;
if (!_.isNil(extent)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment