Skip to content

Commit

Permalink
remove map controls from admin
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Sep 9, 2024
1 parent 6a95f32 commit ae987e2
Show file tree
Hide file tree
Showing 38 changed files with 0 additions and 1,873 deletions.
16 changes: 0 additions & 16 deletions web-app/admin/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,9 @@ import { MatDatetimepickerModule } from '@mat-datetimepicker/core'
import { MatMomentDatetimeModule } from '@mat-datetimepicker/moment'
import { InputMaskModule } from '@ngneat/input-mask'

import { ZoomComponent } from './map/controls/zoom.component';
import { AddObservationComponent } from './map/controls/add-observation.component';
import { SwaggerComponent } from './swagger/swagger.component';

import { LocationComponent } from './map/controls/location.component';
import { SearchComponent } from './map/controls/search.component';
import { HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';
import { LayersComponent } from './map/layers/layers.component'
import { LayersControlComponent } from './map/controls/layers-control.component';
import { LayerHeaderComponent } from './map/layers/layer-header.component';
import { LayerContentComponent } from './map/layers/layer-content.component';
import { ColorPickerComponent } from './color-picker/color-picker.component';
import { ExportComponent } from './export/export.component';
import { ExportDialogComponent } from "./export/export-dialog.component";
Expand Down Expand Up @@ -157,14 +149,6 @@ import { AdminMapComponent } from './admin/admin-map/admin-map.component';
@NgModule({
declarations: [
SwaggerComponent,
ZoomComponent,
AddObservationComponent,
LocationComponent,
SearchComponent,
LayersControlComponent,
LayersComponent,
LayerHeaderComponent,
LayerContentComponent,
ColorPickerComponent,
DMSValidatorDirective,
MGRSValidatorDirective,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions web-app/admin/src/app/map/controls/add-observation.component.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

67 changes: 0 additions & 67 deletions web-app/admin/src/app/map/controls/layers-control.component.ts

This file was deleted.

8 changes: 0 additions & 8 deletions web-app/admin/src/app/map/controls/location.component.html

This file was deleted.

13 changes: 0 additions & 13 deletions web-app/admin/src/app/map/controls/location.component.scss

This file was deleted.

113 changes: 0 additions & 113 deletions web-app/admin/src/app/map/controls/location.component.spec.ts

This file was deleted.

Loading

0 comments on commit ae987e2

Please sign in to comment.