Sarah Hoffmann
|
05bef92f0f
|
ignore admin_level = 15 in geocodejson output
Level 15 is an artifical value.
|
2018-07-06 21:59:17 +02:00 |
|
Sarah Hoffmann
|
01d5ecb86b
|
use already existing address field in geocodejson
|
2018-07-06 21:58:41 +02:00 |
|
Sarah Hoffmann
|
f50f46c1ce
|
Merge branch 'geojson-output' of https://github.com/mtmail/Nominatim into mtmail-geojson-output
|
2018-07-06 20:26:33 +02:00 |
|
Sarah Hoffmann
|
adae49b184
|
remove trailing spaces
|
2018-07-05 19:28:17 +02:00 |
|
Sarah Hoffmann
|
2bd7c75a35
|
avoid 'SELECT *'
|
2018-07-05 19:27:21 +02:00 |
|
Sarah Hoffmann
|
9955155ce0
|
update tests for off-coast reverse geocoding
|
2018-07-04 21:03:04 +02:00 |
|
Sarah Hoffmann
|
b0e0f7ae76
|
make sure index is used when looking for places in country
|
2018-07-04 20:56:09 +02:00 |
|
Sarah Hoffmann
|
0315b87664
|
update indexes for new reverse algorithm
|
2018-07-02 23:56:56 +02:00 |
|
Sarah Hoffmann
|
ac29f8bc91
|
Merge branch 'better-reverse' of https://github.com/gemo1011/Nominatim into gemo1011-better-reverse
|
2018-07-02 21:33:27 +02:00 |
|
Unknown
|
ec6a427e0a
|
edited indices an setup file to grant select for table country_osm_grid
|
2018-06-28 11:34:19 +02:00 |
|
Sarah Hoffmann
|
09b59bd56a
|
increase search radius when looking for addr:place base objects
Fixes #1036.
|
2018-06-27 22:45:34 +02:00 |
|
Sarah Hoffmann
|
d0548caa76
|
use computed postcode by default in export script
|
2018-06-27 21:39:00 +02:00 |
|
Sarah Hoffmann
|
96d2a331a1
|
install export script in build directory
|
2018-06-27 21:26:50 +02:00 |
|
gemo1011
|
1d7ed6737e
|
added comments and improved geOutline function
|
2018-06-27 14:55:24 +02:00 |
|
gemo1011
|
97b6656182
|
no polygon search over country-level
|
2018-06-27 14:55:23 +02:00 |
|
gemo1011
|
f108eac527
|
changed the lookupPolygon function
- Search for Polygons begins at rank_address 4
- $iMaxRank changed to 25 if its higher
|
2018-06-27 14:55:22 +02:00 |
|
gemo1011
|
144c3b3eb2
|
fixed syntax error
|
2018-06-27 14:55:19 +02:00 |
|
gemo1011
|
426e108b34
|
added case when for highways in subquery
|
2018-06-27 14:55:18 +02:00 |
|
gemo1011
|
229ad01042
|
added search diameter for the place node search, depending on rank
|
2018-06-27 14:55:17 +02:00 |
|
gemo1011
|
71e3d8b1de
|
GRANT SELECT ON Table country_osm_grid
|
2018-06-27 14:55:16 +02:00 |
|
gemo1011
|
a5750a6ef6
|
fixed getoutlinesfunction
|
2018-06-27 14:55:15 +02:00 |
|
gemo1011
|
d5e39260b3
|
updated indices for reverse geocoding
|
2018-06-27 14:55:14 +02:00 |
|
gemo1011
|
0996fdfb55
|
improvements for pull request
|
2018-06-27 14:55:13 +02:00 |
|
gemo1011
|
07eb108a6d
|
fixed typo
|
2018-06-27 14:55:12 +02:00 |
|
gemo1011
|
41249377d2
|
fixed getoutlines function if no coordinates are passed
|
2018-06-27 14:55:11 +02:00 |
|
gemo1011
|
be091b17d9
|
better search for interpolated housenumbers
|
2018-06-27 14:55:10 +02:00 |
|
gemo1011
|
398467b2f4
|
using ST_ClosestPoint and a subquery
|
2018-06-27 14:55:10 +02:00 |
|
gemo1011
|
796f069d74
|
test adjusting
|
2018-06-27 14:55:09 +02:00 |
|
gemo1011
|
82b6245aaa
|
better place node search with rank_search
|
2018-06-27 14:55:08 +02:00 |
|
gemo1011
|
f0e5cf53b8
|
only starts the search in country_osm_grid if $iMaxRank > 4
|
2018-06-27 14:55:07 +02:00 |
|
gemo1011
|
7585d37818
|
edited test
|
2018-06-27 14:55:07 +02:00 |
|
gemo1011
|
ee54ebfe77
|
new query if no polygon is found
the new query searchs in the country_osm_grid table for a polygon
|
2018-06-27 14:55:06 +02:00 |
|
gemo1011
|
43ee4a8faf
|
changed parameters for lookup function in the reverse.php
|
2018-06-27 14:55:05 +02:00 |
|
gemo1011
|
ab5bcd6d2f
|
rebase
|
2018-06-27 14:55:05 +02:00 |
|
gemo1011
|
6b8c99a275
|
rebase
|
2018-06-27 14:55:03 +02:00 |
|
gemo1011
|
073221d321
|
changed export.php to work with current master
|
2018-06-27 14:17:08 +02:00 |
|
Sarah Hoffmann
|
dfb9579a73
|
initial version of an export script
So far supports type selection down to street level, restriction to
country or an OSM place and postcode printing. Output is standard CSV.
|
2018-06-27 14:11:14 +02:00 |
|
Sarah Hoffmann
|
26bc83c984
|
Merge pull request #1069 from woodpeck/patch-2
limit default threads to 15
|
2018-06-21 22:16:24 +02:00 |
|
Frederik Ramm
|
8139a079f8
|
limit default threads to 15
When no explicit number of threads is given, don't simply use getProcessorCount()-1, but limit to max. 15
|
2018-06-20 14:17:07 +02:00 |
|
Sarah Hoffmann
|
0d341c256b
|
Merge pull request #1062 from mtmail/display-viewbox-on-map
Display viewbox on map
|
2018-06-14 23:16:05 +02:00 |
|
Marc Tobias Metten
|
5a17bfc9c9
|
display viewbox on map
|
2018-06-14 02:19:19 +02:00 |
|
Marc Tobias Metten
|
1d981b3171
|
update leaflet.js 1.0 => 1.3
|
2018-06-14 02:18:00 +02:00 |
|
Sarah Hoffmann
|
743ec43460
|
nearest place search should match any of given tokens not all
When multiple isin tokens are given, then these are duplicates
and it is enough that any one of them is found in the
name_vector.
Fixes #1056.
|
2018-06-14 00:11:19 +02:00 |
|
Sarah Hoffmann
|
87ee3a6f58
|
Merge pull request #1053 from mtmail/update-tiger-install-instructions
Update tiger install instructions. Mirror no longer working
|
2018-06-12 22:54:29 +02:00 |
|
gemo1011
|
10897787af
|
deleted query for place nodes search if no polygon is found and added search for interpolation lines
|
2018-06-05 11:54:12 +02:00 |
|
gemo1011
|
4d073b0350
|
new query to search place nodes if no polygon was found
|
2018-06-05 11:54:12 +02:00 |
|
gemo1011
|
625018b654
|
adapted the coding style with phpcs
|
2018-06-05 11:54:12 +02:00 |
|
gemo1011
|
5f2410119d
|
better performance
|
2018-06-05 11:54:12 +02:00 |
|
gemo1011
|
424c0d0ebb
|
faster query through bbox preselection
|
2018-06-05 11:54:12 +02:00 |
|
gemo1011
|
71c9adfdba
|
performence update through subquerry
|
2018-06-05 11:54:12 +02:00 |
|