New login screen
- Basic user page
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
<mgl-map [style]="'mapbox://styles/mapbox/outdoors-v11'">
|
||||
<mgl-map [style]="'mapbox://styles/mapbox/outdoors-v11'" [zoom]="[10]" [center]="[12.7, 50.8]">
|
||||
<mgl-geojson-source id="locHistory" [data]="data"></mgl-geojson-source>
|
||||
<mgl-layer
|
||||
id="locHisotryLines"
|
||||
type="line"
|
||||
source="locHistory"
|
||||
[zoom]="3"
|
||||
[paint]="{
|
||||
'line-color': '#ff0000',
|
||||
'line-width': 4
|
||||
'line-width': 3
|
||||
}"
|
||||
>
|
||||
</mgl-layer>
|
||||
|
||||
Reference in New Issue
Block a user