find-nearby
Locate features within a specified distance from a given point using PostGIS database connection. Input latitude, longitude, distance, and table name to retrieve results.
Instructions
Belirli bir noktanın çevresindeki özellikleri bul
Input Schema
Name | Required | Description | Default |
---|---|---|---|
distance_km | Yes | Arama mesafesi (km) | |
latitude | Yes | Merkez nokta enlem | |
limit | No | Maksimum sonuç sayısı (varsayılan: 10) | |
longitude | Yes | Merkez nokta boylam | |
table_name | Yes | Aranacak tablo adı |