vexl-it / vexl

Vexl app
https://vexl.it
GNU General Public License v3.0
61 stars 12 forks source link

Consider using offline geocoder #313

Closed prusnak closed 1 year ago

prusnak commented 1 year ago

Such as https://github.com/lucaspiller/offline-geocoder

the code above builds the data from:

we can easily build our own dataset from these, for example:

city, administrative unit, country, population

and sort the returned answers by population

leomira commented 1 year ago

duplicate #256