Added geolocation. Improved map subs. FireMap page
This commit is contained in:
parent
0b4f895506
commit
fe7a314d92
13 changed files with 179 additions and 59 deletions
|
|
@ -107,5 +107,13 @@
|
|||
"Utilizamos cookies para asegurar un mejor uso de nuestra web. Si continúas navegando, consideramos que aceptas su uso":
|
||||
"Utilizamos cookies para asegurar un mejor uso de nuestra web. Si continúas navegando, consideramos que aceptas su uso",
|
||||
"Participa":
|
||||
"Participa"
|
||||
"Participa",
|
||||
"activeFires":
|
||||
"Fuegos activos",
|
||||
"Fuegos activos":
|
||||
"Fuegos activos",
|
||||
"activeFireInMapCount":
|
||||
"Fuegos activos en el mapa {{count,number}} de un total de {{countTotal,number}} fuegos activos detectados en el mundo.",
|
||||
"Centrar el mapa en tu ubicación":
|
||||
"Centrar el mapa en tu ubicación"
|
||||
}
|
||||
|
|
|
|||
4
public/my_location.svg
Normal file
4
public/my_location.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
|
||||
<path d="M0 0h48v48h-48z" fill="none"/>
|
||||
<path d="M24 16c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm17.88 6c-.92-8.34-7.54-14.96-15.88-15.88v-4.12h-4v4.12c-8.34.92-14.96 7.54-15.88 15.88h-4.12v4h4.12c.92 8.34 7.54 14.96 15.88 15.88v4.12h4v-4.12c8.34-.92 14.96-7.54 15.88-15.88h4.12v-4h-4.12zm-17.88 16c-7.73 0-14-6.27-14-14s6.27-14 14-14 14 6.27 14 14-6.27 14-14 14z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 478 B |
Loading…
Add table
Add a link
Reference in a new issue