Fix import @farmmaps/ng-openlayers
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
				
			This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| import { Component, Input, OnDestroy, OnInit, EventEmitter, Output, Inject } from '@angular/core'; | ||||
| import { MapComponent } from 'ng-openlayers'; | ||||
| import { MapComponent } from '@farmmaps/ng-openlayers'; | ||||
|  | ||||
| import * as proj  from 'ol/proj'; | ||||
| import {Point,Geometry} from 'ol/geom'; | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| import { Component, OnInit, Input, ViewChild, ElementRef, OnChanges, SimpleChanges ,Host} from '@angular/core'; | ||||
| import { MapComponent } from 'ng-openlayers'; | ||||
| import { MapComponent } from '@farmmaps/ng-openlayers'; | ||||
| import  Overlay  from 'ol/Overlay'; | ||||
| import { fromLonLat, toLonLat } from 'ol/proj'; | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| import { Component, Host, Input, Output, EventEmitter,OnDestroy, OnInit, OnChanges, SimpleChanges, forwardRef } from '@angular/core'; | ||||
| import { LayerGroupComponent, MapComponent } from 'ng-openlayers'; | ||||
| import { LayerGroupComponent, MapComponent } from '@farmmaps/ng-openlayers'; | ||||
| import { ItemService,IItem,AppConfig } from '@farmmaps/common'; | ||||
| import { IItemLayer, ITemporalItemLayer} from '../../../models/item.layer'; | ||||
| import { ILayerData} from '../../../models/layer.data'; | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| import { Component, Host, Input, Output, EventEmitter, OnInit, OnChanges, SimpleChanges, forwardRef, Inject, InjectionToken, OnDestroy, LOCALE_ID } from '@angular/core'; | ||||
| import { LayerVectorComponent, SourceVectorComponent, MapComponent } from 'ng-openlayers'; | ||||
| import { LayerVectorComponent, SourceVectorComponent, MapComponent } from '@farmmaps/ng-openlayers'; | ||||
| import { ItemService, ItemTypeService, IItem, IItemType, FolderService } from '@farmmaps/common'; | ||||
|  | ||||
| import { Feature } from 'ol'; | ||||
|   | ||||
| @@ -3,7 +3,7 @@ import { IItemLayer } from '../../../models/item.layer'; | ||||
| import { Store } from '@ngrx/store'; | ||||
| import * as mapReducers from '../../../reducers/map.reducer'; | ||||
| import * as mapActions from '../../../actions/map.actions'; | ||||
| import { MapComponent } from 'ng-openlayers'; | ||||
| import { MapComponent } from '@farmmaps/ng-openlayers'; | ||||
| import { ILayervalue } from '../../../models/layer.value'; | ||||
| import { Observable, interval, Subject } from 'rxjs'; | ||||
| import { debounce, throttle } from 'rxjs/operators'; | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| import { Component, OnDestroy, OnInit, Input, OnChanges, SimpleChanges } from '@angular/core'; | ||||
| import { LayerVectorComponent, MapComponent } from 'ng-openlayers'; | ||||
| import { LayerVectorComponent, MapComponent } from '@farmmaps/ng-openlayers'; | ||||
| import  RenderType  from 'ol/layer/Vector'; | ||||
| import { Vector as VectorSource } from 'ol/source'; | ||||
| import { Geometry } from 'ol/geom'; | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| import { Component, OnInit, Input, Host, OnChanges, SimpleChanges,ChangeDetectorRef } from '@angular/core'; | ||||
| import { MapComponent } from 'ng-openlayers'; | ||||
| import { MapComponent } from '@farmmaps/ng-openlayers'; | ||||
| import {IMapState} from '../../../models/map.state' | ||||
| import {View} from 'ol'; | ||||
| import { fromLonLat } from 'ol/proj'; | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| import { Component, Host, Input, OnInit, ChangeDetectorRef  } from '@angular/core'; | ||||
| import { ViewComponent, MapComponent } from 'ng-openlayers'; | ||||
| import { ViewComponent, MapComponent } from '@farmmaps/ng-openlayers'; | ||||
|  | ||||
| import {View} from 'ol'; | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| import { Component, Host, Input, OnInit, OnChanges, SimpleChanges, forwardRef } from '@angular/core'; | ||||
| import { ActivatedRoute  } from '@angular/router'; | ||||
| import { ViewComponent, MapComponent } from 'ng-openlayers'; | ||||
| import { ViewComponent, MapComponent } from '@farmmaps/ng-openlayers'; | ||||
|  | ||||
|   | ||||
| @Component({ | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| import { Directive, ViewContainerRef,TemplateRef,OnInit,Input, OnChanges } from '@angular/core'; | ||||
| import { Layer } from 'ol/layer'; | ||||
| import { Source } from 'ol/source'; | ||||
| import { MapComponent } from 'ng-openlayers'; | ||||
| import { MapComponent } from '@farmmaps/ng-openlayers'; | ||||
|  | ||||
| @Directive({ | ||||
|   selector: '[fmMapIfZoomToShow]', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user