Frédéric Rodrigo
Frédéric Rodrigo
There is a json diff builder some where ?
Seeking for "Pont-de-L'Arn" (usage name) have trouble finding "Pont-de-Larn" (official name). Addok results prefer component of city. ``` > Pont-de-L'Arn AUTOCOMPLETE 0 Le Gue de l'Arn 81660 Pont-de-Larn (81209_XXXX_aa14b0 | ...
When the input point is to close to city point, it returns the city point as best best match. ``` curl "http://localhost:1478/reverse/?lat=48.8589&lon=2.34691&limit=2" ``` ``` json { "features": [{ "geometry": {...
In spec field "type" can contain for geocoding at street house number level "house" but addok return "housenumber". Even if spec are open in values for "type", this one is...
The return json not respect the geocodejson-spec. It contains the street name in the field 'name', but there is a 'street' field. Flowing the spec sample it should be into...
Generalization of multi-polygon table may produce polygon table. Then it fails to update, when the update come with a multipolygon geometry. The geometry type of generalized table is left to...
Geometry column type of generalized table if left to Postgres on `CREATE TABLE ... AS` based on content. But when the table initially created for polygon and a multi-polygon come...
I have trouble with `imposm run` for small updates. As I understand the code the flush of the tiles list is done in two cases: * on exist : https://github.com/omniscale/imposm3/blob/master/update/run.go#L93...
Time to time I got this mixed output from `imposm run`. It comes from PostgreSQL error. It look like one import still running after an error on PostgreSQL. But next...
In some case the default index on geometry is not the best. We may want to add where condition. So disabling the creation of index at import time could be...