Skip to content

Commit

Permalink
Update map.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaeloxMC committed Aug 2, 2024
1 parent 3a8a4df commit 8c9150a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/map/map.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Component, ElementRef, OnInit, ViewChild} from '@angular/core';
import {Map, MapBrowserEvent, View} from 'ol';
import {Map, View} from 'ol';
import {Tile as TileLayer, Vector as VectorLayer} from 'ol/layer';
import {OSM, Vector as VectorSource} from 'ol/source';
import Feature from 'ol/Feature';
Expand Down

0 comments on commit 8c9150a

Please sign in to comment.