()
| 23 | } |
| 24 | |
| 25 | function geoPosiciona() { |
| 26 | if (navigator.geolocation) { |
| 27 | const geoLoc = navigator.geolocation |
| 28 | const options = { timeout: 60000 } |
| 29 | const watchPos = geoLoc.watchPosition(centraMapa, onError, options) |
| 30 | } else { |
| 31 | alert("Tu navegador no admite geolocalización") |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | function centraMapa(position) { |
| 36 | const nuevaPos = { |