MCPcopy Create free account

hub / github.com/Viglino/ol-ext-angular / functions

Functions21 in github.com/Viglino/ol-ext-angular

↓ 6 callersMethodgetMap
* 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 callersMethodgetId
* Get Id of the map, default 'map'
src/app/map/mapid.service.ts:32
↓ 1 callersMethodcreateMap
* 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 callersMethodgetTitleText
()
e2e/src/app.po.ts:8
↓ 1 callersMethodnavigateTo
()
e2e/src/app.po.ts:4
↓ 1 callersMethodsetId
* Set Id
src/app/map/mapid.service.ts:39
Methodconstructor
()
src/app/map/mapid.service.ts:27
Methodconstructor
( private mapService: MapService, private mapidService: MapidService, private elementRef: ElementR
src/app/map/map.component.ts:49
Methodconstructor
()
src/app/map/map.service.ts:32
Methodconstructor
( private mapService: MapService, @Host() @Optional() private mapidService: MapidService,
src/app/map/control/mouse-position.component.ts:26
Methodconstructor
Define the service
src/app/map/control/control.component.ts:33
Methodconstructor
Define the service
src/app/map/layer/layer.component.ts:34
Methodconstructor
Define the service
src/app/map/interaction/interaction.component.ts:24
MethodgetArrayMaps
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
MethodgetMaps
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
MethodngOnInit
* Create map on Init
src/app/map/map.component.ts:58
MethodngOnInit
()
src/app/map/control/mouse-position.component.ts:34
MethodngOnInit
Add the control to the map
src/app/map/control/control.component.ts:43
MethodngOnInit
Add layer to the map
src/app/map/layer/layer.component.ts:42
MethodngOnInit
Add new interaction to the map
src/app/map/interaction/interaction.component.ts:32
FunctiononPrepare
()
e2e/protractor.conf.js:22