Created
October 21, 2018 14:16
-
-
Save lydemann/e4969d0d2bc3208c6f0e498600e94f81 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aol-map [width]="'100%'" [height]="'100%'"> | |
<aol-control-defaults></aol-control-defaults> | |
<aol-control-fullscreen></aol-control-fullscreen> | |
<aol-interaction-default></aol-interaction-default> | |
<aol-view [zoom]="zoom"> | |
<aol-coordinate [x]="5" [y]="45" [srid]="'EPSG:4326'"></aol-coordinate> | |
</aol-view> | |
<aol-layer-tile [opacity]="opacity"> | |
<aol-source-osm></aol-source-osm> | |
</aol-layer-tile> | |
<aol-layer-vector [opacity]="opacity"> | |
<aol-source-vector> | |
<app-draw-controls></app-draw-controls> | |
</aol-source-vector> | |
</aol-layer-vector> | |
</aol-map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment