Renamed prefixes in angular.json
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
6
projects/common-map/src/fm-map/models/layer.data.ts
Normal file
6
projects/common-map/src/fm-map/models/layer.data.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ILayerData {
|
||||
interfaceType:string,
|
||||
projection: string,
|
||||
options: any,
|
||||
url:string
|
||||
}
|
||||
Reference in New Issue
Block a user