diff --git a/contrib/occtax/frontend/app/occtax-form/map/occtax-map.service.ts b/contrib/occtax/frontend/app/occtax-form/map/occtax-map.service.ts index 13c2957c7a..9298749ef2 100644 --- a/contrib/occtax/frontend/app/occtax-form/map/occtax-map.service.ts +++ b/contrib/occtax/frontend/app/occtax-form/map/occtax-map.service.ts @@ -37,6 +37,7 @@ export class OcctaxFormMapService { this.manageGeometryChange(geojson); if (geojson.type == 'Point') { this.markerCoordinates = geojson.coordinates; + this.leafletDrawGeoJson = geojson; } else { this.leafletDrawGeoJson = geojson; }