Levante - Locate Me

Discover the nearest city without any authentication. This page uses the same offline geocoder powering the dashboard.

Session data downloaded: {{ formatBytes(sessionNetworkBytes) }}

{{ index === 0 ? '1st' : '2nd' }}

{{ result.name }}

{{ result.admin1 }} {{ result.country }}
{{ result.distanceKm }} km away
{{ result.population.toLocaleString() }} people
Your coordinates: {{ coordinates.lat.toFixed(4) }}, {{ coordinates.lon.toFixed(4) }}

Location preview

Your latest GPS fix

Run "Locate Me" to render a preview of the mapped location.

Dataset File

{{ latestMetrics.datasetFile || 'N/A' }}

Loaded {{ latestMetrics.datasetLoadMs }} ms

{{ formatBytes(latestMetrics.fileSizeBytes) }}

Lookup Time

{{ latestMetrics.lookupMs !== null && latestMetrics.lookupMs !== undefined ? latestMetrics.lookupMs + ' ms' : 'N/A' }}

Results: {{ latestMetrics.resultCount }}

Last Lookup

{{ latestMetrics.timestamp ? formatDateTime(latestMetrics.timestamp) : 'N/A' }}

Lat {{ latestMetrics.latitude.toFixed(4) }}, Lon {{ latestMetrics.longitude.toFixed(4) }}

No metrics yet

Execute "Locate Me" to populate logs and see timing data.

Debug: latestMetrics is null

Error

{{ error }}