Add Globe View

This commit is contained in:
ingalls
2024-12-20 13:57:38 -07:00
parent acd1d76c2f
commit 0450b4fcc4
3 changed files with 394 additions and 393 deletions

View File

@@ -20,7 +20,7 @@ export class toEnum {
export enum Profile_Projection {
MERCATOR = 'mercator',
GLOBE = 'GLOBE',
GLOBE = 'globe',
}
export enum Basemap_Format {

View File

@@ -1 +1 @@
ALTER TABLE "profile" ADD COLUMN "display_projection" text DEFAULT 'GLOBE' NOT NULL;
ALTER TABLE "profile" ADD COLUMN "display_projection" text DEFAULT 'globe' NOT NULL;

783
api/package-lock.json generated
View File

File diff suppressed because it is too large Load Diff