Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Viglino/ol-ext-angular
/ functions
Functions
21 in github.com/Viglino/ol-ext-angular
⨍
Functions
21
◇
Types & classes
22
↓ 6 callers
Method
getMap
* Get a map. If it doesn't exist it will be created. * @param id id of the map or an objet with a getId method (from mapid service), default 'map'
src/app/map/map.service.ts:55
↓ 2 callers
Method
getId
* Get Id of the map, default 'map'
src/app/map/mapid.service.ts:32
↓ 1 callers
Method
createMap
* Create a map * @param id map id * @returns [ol.Map](https://openlayers.org/en/latest/apidoc/module-ol_Map-Map.html) the map
src/app/map/map.service.ts:39
↓ 1 callers
Method
getTitleText
()
e2e/src/app.po.ts:8
↓ 1 callers
Method
navigateTo
()
e2e/src/app.po.ts:4
↓ 1 callers
Method
setId
* Set Id
src/app/map/mapid.service.ts:39
Method
constructor
()
src/app/map/mapid.service.ts:27
Method
constructor
( private mapService: MapService, private mapidService: MapidService, private elementRef: ElementR
src/app/map/map.component.ts:49
Method
constructor
()
src/app/map/map.service.ts:32
Method
constructor
( private mapService: MapService, @Host() @Optional() private mapidService: MapidService,
src/app/map/control/mouse-position.component.ts:26
Method
constructor
Define the service
src/app/map/control/control.component.ts:33
Method
constructor
Define the service
src/app/map/layer/layer.component.ts:34
Method
constructor
Define the service
src/app/map/interaction/interaction.component.ts:24
Method
getArrayMaps
Get all maps * NB: to access the complete list of maps you should use the ngAfterViewInit() method to have all maps instanced. * @return array o
src/app/map/map.service.ts:77
Method
getMaps
Get all maps * NB: to access the complete list of maps you should use the ngAfterViewInit() method to have all maps instanced. * @return the lis
src/app/map/map.service.ts:69
Method
ngOnInit
* Create map on Init
src/app/map/map.component.ts:58
Method
ngOnInit
()
src/app/map/control/mouse-position.component.ts:34
Method
ngOnInit
Add the control to the map
src/app/map/control/control.component.ts:43
Method
ngOnInit
Add layer to the map
src/app/map/layer/layer.component.ts:42
Method
ngOnInit
Add new interaction to the map
src/app/map/interaction/interaction.component.ts:32
Function
onPrepare
()
e2e/protractor.conf.js:22