diff --git a/src/app/map/components/map.component.ts b/src/app/map/components/map.component.ts
index f2463e0facf80f0f0bcf997e16c172a6df911eb7..348453ad2846d2c579581d7c2dda656303af4628 100644
--- a/src/app/map/components/map.component.ts
+++ b/src/app/map/components/map.component.ts
@@ -224,8 +224,8 @@ export class MapComponent implements OnChanges {
       res.forEach((mdm) => {
         this.mapService
           .createMarker(
-            mdm.geometry.getLon(),
             mdm.geometry.getLat(),
+            mdm.geometry.getLon(),
             MarkerType.mdm,
             null,
             this.buildMdmPopUp(mdm.properties)