Skip to content
Snippets Groups Projects
Commit 971b486e authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(map): missing mdm marker

parent 47d62638
No related branches found
No related tags found
2 merge requests!68Recette,!67Dev
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment