Use kill $$ to terminate program rather then killing gtk-server-gtk3
Correct picking of items for 2nd entry when using 2 entries
Styling of widget; add padding; make searches take available space
Note: This repository is a work-in-progress project, use at your own caution.
This repository contains scripts that display GTK3 UIs that allow searching
from Nominatim and displaying the results interactively. The resulting
picked item is dumped as a latitude/longitude. Either 1 target (e.g. a
single place or location) may be searched for or 2 locations (e.g. for
a from/to routing prompt) may be searched for. The scripts are built out
through gtk-server
.
The intended use for this project is within mepo as an improvement to how Nominatim prompts are currently handled with zenity. For searches, using this project, 2 UI prompts (query and result picking) will be condensed to 1 UI view. And additionally, for routing condensed 4 UI prompts (from/to search & picking) to 1 UI view.