Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Jan 21, 2025
1 parent 1b92254 commit 5c8c073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/arlas-toolkit/src/lib/services/map/map.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

import { Injectable } from '@angular/core';
import { ComputationRequest, ComputationResponse } from 'arlas-api';
import { AbstractArlasMapGL, ArlasLngLatBounds } from 'arlas-map';
import { projType } from 'arlas-web-core';
import { MapService } from '../../tools/utils';
import { ArlasCollaborativesearchService } from '../collaborative-search/arlas.collaborative-search.service';
import { AbstractArlasMapGL, ArlasLngLatBounds } from 'arlas-map';

/**
* This service provides methods to apply on the mapboxgl Map object
* This service provides map methods on ARLAS data
*/
@Injectable()
export class ArlasMapService implements MapService {
Expand Down

0 comments on commit 5c8c073

Please sign in to comment.