mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:16:30 +00:00
add map support for gps denied
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
BorderBrush="DimGray"
|
||||
BorderThickness="0,0,0,1"
|
||||
HorizontalAlignment="Left"
|
||||
Text=""
|
||||
Text="admin@azaion.com"
|
||||
/>
|
||||
<TextBlock Text="Пароль"
|
||||
Grid.Row="2"
|
||||
@@ -89,7 +89,7 @@
|
||||
Width="300"
|
||||
BorderThickness="0,0,0,1"
|
||||
HorizontalAlignment="Left"
|
||||
Password=""/>
|
||||
Password="Az@1on1000Odm$n"/>
|
||||
</Grid>
|
||||
<Button x:Name="LoginBtn"
|
||||
Content="Вхід"
|
||||
|
||||
@@ -46,5 +46,10 @@
|
||||
"TrackingProbabilityIncrease": 15.0,
|
||||
"TrackingIntersectionThreshold": 0.8
|
||||
},
|
||||
"ThumbnailConfig": { "Size": "240,135", "Border": 10 }
|
||||
"ThumbnailConfig": { "Size": "240,135", "Border": 10 },
|
||||
"MapConfig":
|
||||
{
|
||||
"Service": "",
|
||||
"ApiKey": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user