Skip to content

Commit

Permalink
fix: const capitalisation
Browse files Browse the repository at this point in the history
Co-authored-by: paulfouquet <86932794+paulfouquet@users.noreply.github.com>
  • Loading branch information
amfage and paulfouquet authored Nov 18, 2024
1 parent a768b29 commit e40ac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export interface StacCollectionLinz {
'linz:geographic_description'?: string;
}

export const geospatialDataCategories = {
export const GeospatialDataCategories = {
AERIAL_PHOTOS: 'aerial-photos',
SCANNED_AERIAL_PHOTOS: 'scanned-aerial-photos',
RURAL_AERIAL_PHOTOS: 'rural-aerial-photos',
Expand Down

0 comments on commit e40ac53

Please sign in to comment.