Nearest cities by coordinates
★ 6.0 · n8n · simple · 4 nodes
Nearest cities by coordinates is an n8n automation template that takes a latitude/longitude pair and returns the nearest cities using the Geomelon service. Reach for it when you need to automatically resolve which city is closest to a GPS point — for instance, when processing location logs, geo-tagging database records, or routing incoming requests to the right regional team. Trigger: Manual. Integrations: Geomelon (custom node). The template is part of a three-workflow set covering AI-based city search, webhook autocomplete, and coordinate-based lookup — each addressing a distinct geolocation task. Direction: reverse geocoding (coordinates → city name), not forward geocoding (city name → coordinates). Deploy by importing the JSON into an existing n8n instance that has the Geomelon node installed. Works well for teams already running n8n who want to add location resolution without writing custom code; swap the manual trigger for a webhook or schedule node if you need near-real-time processing.
- #Geomelon