{% extends "base.html" %} {% block title %}Geocode to Commons: coordinate error{% endblock %} {% block content %}

Geocode coordinates to Commons Category

Received coordinates:
Latitude: {{ lat_str }}
Longitude: {{ lon_str }}

Supported coordinate formats:

Decimal degrees: 56.099600, -3.376031
DMS format: 56°5'58.56"N, 3°22'33.71"W
Mixed format: 56.099600, 3°22'33.71"W

Latitude must be between -90 and 90 degrees.
Longitude must be between -180 and 180 degrees.

← Back to Home
{% endblock %}