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 |
|
gemo1011
|
723bb4d0b9
|
changing to from rank_search to rank_address
|
2018-06-05 11:54:12 +02:00 |
|
gemo1011
|
cb76635da7
|
better performance for place node search
|
2018-06-05 11:54:12 +02:00 |
|
gemo1011
|
237e31b3ce
|
use the linked_place_id for adress search if a place node is found with a linked_place_id
|
2018-06-05 11:54:12 +02:00 |
|
gemo1011
|
d0741f21b1
|
changed reverse geocode algorithm
|
2018-06-05 11:54:12 +02:00 |
|
marc tobias
|
a376608344
|
Update tiger install instructions. Mirror no longer working
|
2018-05-29 17:42:58 +02:00 |
|
Marc Tobias Metten
|
7a964efb3a
|
search/reverse/lookup with geojson,geocodejson output
|
2018-05-29 17:20:34 +02:00 |
|
Sarah Hoffmann
|
1d0da944a6
|
document polygon_threashold parameter
Fixes #1041.
|
2018-05-15 23:30:58 +02:00 |
|
Sarah Hoffmann
|
d0880694eb
|
Merge pull request #1043 from lonvia/token-as-a-class
Token as a class
|
2018-05-15 20:21:32 +02:00 |
|
Sarah Hoffmann
|
1f689bdaae
|
document tokens
|
2018-05-14 23:23:38 +02:00 |
|
Sarah Hoffmann
|
6a0361d0c6
|
add documentation for TokenList
|
2018-05-14 23:17:54 +02:00 |
|
Sarah Hoffmann
|
f29c7bf910
|
introduce classes for token list and token types
|
2018-05-14 23:04:15 +02:00 |
|
Sarah Hoffmann
|
2cc4c73b64
|
Merge pull request #1038 from mtmail/phpcs-array-key-alignment
add PHPCS Squiz.Arrays.ArrayDeclaration.KeyNotAligned rule
|
2018-05-08 09:04:03 +02:00 |
|
Marc Tobias Metten
|
8841a328c8
|
add PHPCS Squiz.Arrays.ArrayDeclaration.KeyNotAligned rule
|
2018-05-08 00:37:41 +02:00 |
|
Sarah Hoffmann
|
c555b60b36
|
narrow down search by house number when postcode is given
Fixes #1034.
|
2018-05-07 21:34:11 +02:00 |
|