mirror of
https://github.com/dfpc-coe/CloudTAK.git
synced 2025-12-23 22:20:19 +00:00
Add Globe View
This commit is contained in:
@@ -20,7 +20,7 @@ export class toEnum {
|
||||
|
||||
export enum Profile_Projection {
|
||||
MERCATOR = 'mercator',
|
||||
GLOBE = 'GLOBE',
|
||||
GLOBE = 'globe',
|
||||
}
|
||||
|
||||
export enum Basemap_Format {
|
||||
|
||||
@@ -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
783
api/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user