Skip to content

Commit

Permalink
Merge pull request #1420 from matkoniecz/feature/do_not_claim_centroid
Browse files Browse the repository at this point in the history
Do not claim that location_longitude location_latitude is centroid
  • Loading branch information
matkoniecz authored Oct 21, 2024
2 parents ab8664e + db86344 commit cd4289f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/frontend/config/data-fields-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,14 +432,14 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
},
location_latitude: {
category: Category.Location,
title: "Centroid latitude coordinate",
tooltip: "Latitude of building centroid, using WGS 84 (EPSG:4326)",
title: "Building latitude coordinate",
tooltip: "Latitude of building, using WGS 84 (EPSG:4326). Building geometry is reduced to a point representing it.",
example: 12.4564,
},
location_longitude: {
category: Category.Location,
title: "Centroid longitude coordinate",
tooltip: "Longitude of building centroid, using WGS 84 (EPSG:4326)",
title: "Building longitude coordinate",
tooltip: "Longitude of building, using WGS 84 (EPSG:4326). Building geometry is reduced to a point representing it.",
example: 0.12124,
},
location_coordinates_source: {
Expand Down

0 comments on commit cd4289f

Please sign in to comment.