diff --git a/conf/messages.xml b/conf/messages.xml index b7ed4589e37..4132f83bf13 100644 --- a/conf/messages.xml +++ b/conf/messages.xml @@ -540,9 +540,9 @@ - - - + + + @@ -906,9 +906,9 @@ - - - + + + diff --git a/sw/ground_segment/cockpit/live.ml b/sw/ground_segment/cockpit/live.ml index 547403df8c0..d373f23383f 100644 --- a/sw/ground_segment/cockpit/live.ml +++ b/sw/ground_segment/cockpit/live.ml @@ -1361,8 +1361,8 @@ let mark_dcshot = fun (geomap:G.widget) _sender vs -> let ac = find_ac !active_ac in let photonumber = Pprz.string_assoc "photo_nr" vs in try - let lat = Pprz.int_assoc "latitude" vs - and lon = Pprz.int_assoc "longitude" vs in + let lat = Pprz.int_assoc "lat" vs + and lon = Pprz.int_assoc "lon" vs in let wgs84 = LL.make_geo_deg (float lat /. 1e7) (float lon /. 1e7) in let group = geomap#background in let point = geomap#photoprojection ~group ~fill_color:"yellow" ~number:photonumber wgs84 3. in