mtmail

Results 131 comments of mtmail

Apilayer took over the restcountries project, stopped support, took down the website (restcountries.eu, domain still registered to apilayer) and as far as I see never acknowledge any user feedback. @amatosg,...

Hardcode `data` paths you need in `lib/find.js` locally if you're working against a company deadline.

Nominatim hasn't closed the issue, we locked further comments.

We have received all information needed to investigate the issue. We will update the issue when there is progress.

> Postalcode is the last value in the list In the [Nominatim API documentation](https://nominatim.org/release-docs/develop/api/Search/) those are names of URL parameters. They can be in any order. Postalcode being last in...

If you only need cities,postcodes,countries then the admin import style will suffice. https://github.com/mediagis/nominatim-docker/tree/master/4.0#import-style https://nominatim.org/release-docs/latest/admin/Import/#filtering-imported-data The key and value of this line don't fit together `IMPORT_TIGER_ADDRESSES: /nominatim/extras/wikimedia-importance.sql.gz` If I'm reading the...

> For Poland, which OSM has 1.5GB my flatnode file has 74GB (nominatim 4.0), so I think that for North America it is considerably more... :) It's 74GB for the...

> So what is the aim of that flatnode? Nominatim uses https://osm2pgsql.org/ to import data from *.osm/*.pbf files into a Postgresql database. osm2pgsql is very much optimized and the flatnode...

> 110 entries are not yet indexed. That's harmless, see https://github.com/mediagis/nominatim-docker/issues/365 for instructions to index them after the initial import. I was sure https://github.com/mediagis/nominatim-docker/pull/366 already fixed it. P.S. we can...

There might be an issue when we find the admin_center of the countries and return the boundary instead. Remember that the `place_id` is an incremental number assigned during a search...