Sarah Hoffmann
|
6c1977b448
|
replace double-quoting with single quotes where applicable
|
2017-10-26 21:40:33 +02:00 |
|
Sarah Hoffmann
|
282c6777ee
|
use PlaceLookup::loadParamArray in search and lookup
|
2017-10-23 23:30:53 +02:00 |
|
Sarah Hoffmann
|
9981d74ee1
|
add loadParamArray function to PlaceLookup and use for reverse
|
2017-10-23 23:30:53 +02:00 |
|
Sarah Hoffmann
|
914caab43d
|
make PlaceLookup::lookup() accept multiple results
|
2017-10-23 23:30:53 +02:00 |
|
Sarah Hoffmann
|
1424e8e29b
|
use Result class in reverse geocoding
Also simplifies the reverse algorithm slightly by no longer
having an additional distance lookup.
|
2017-10-23 23:30:53 +02:00 |
|
marc tobias
|
2361ca2c71
|
UI: allow copy&pasting lat,lon into the lat search field
|
2017-10-21 14:28:28 +02:00 |
|
marc tobias
|
3cee2d185d
|
UI: allow copy&pasting lat,lon into the lat search field
|
2017-10-21 14:11:46 +02:00 |
|
marc tobias
|
da4a2b7b6e
|
UI: scrollwheel, minimap
|
2017-10-21 13:24:02 +02:00 |
|
Sarah Hoffmann
|
f4a00eba26
|
enable details view for artificial postcodes
|
2017-08-19 19:37:06 +02:00 |
|
Sarah Hoffmann
|
16053e81bf
|
show address tags and postcode in details
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
050b0a2ced
|
remove street and addr_place columns in placex
The information is onyl needed for parenting,
so no need to store it permanently.
|
2017-04-08 19:58:10 +02:00 |
|
Sarah Hoffmann
|
c8e79397f5
|
introduce address column for place tables
The column is a hstore containing the full OSM tag with key and
value.
|
2017-04-08 18:58:26 +02:00 |
|
Sarah Hoffmann
|
09f1661638
|
move moreURL computation into Geocode and include all params
Fixes #678.
|
2017-03-23 00:16:58 +01:00 |
|
Sarah Hoffmann
|
e841422b1f
|
remove unused code
|
2017-03-22 23:02:19 +01:00 |
|
Sarah Hoffmann
|
026081e131
|
Merge pull request #676 from mtmail/html-map-position-box-disappeared
On /search.php the map-position box disappeared behind the map tiles
|
2017-03-20 20:19:41 +01:00 |
|
marc tobias
|
8e79ece203
|
On /search.php the map-position box disappeared behind the map tiles
|
2017-03-20 15:38:12 +01:00 |
|
marc tobias
|
a23bd80a31
|
leaflet 1.0 changed the path of the marker icon
|
2017-03-20 12:27:48 +01:00 |
|
Marc Tobias Metten
|
73c151b3ac
|
update leaflet CSS file as well. Fixes delayed layer animation
|
2017-03-19 22:38:23 +01:00 |
|
Marc Tobias Metten
|
1e3bf9729e
|
for search,details in format=HTML return geometry in geojson, not wkt. No longer need leaflet-omnivore plugin
|
2017-03-19 17:31:00 +01:00 |
|
Marc Tobias Metten
|
924d3a8d6e
|
update leaflet.js 0.7.7 => 1.0.3
|
2017-03-19 15:53:52 +01:00 |
|
Marc Tobias Metten
|
2a07bb8a7f
|
remove obsolete openlayers theme files
|
2017-03-19 15:50:00 +01:00 |
|
Marc Tobias Metten
|
adb6ea546f
|
sMoreURL now includes countrycodes values
|
2016-12-22 02:06:08 +01:00 |
|
marc tobias
|
b27926fd4d
|
fix PHP warnings when reverse search was called without parameters
... or empty results
|
2016-11-17 22:55:05 +01:00 |
|
Sarah Hoffmann
|
032f24bfef
|
Merge branch 'ui-easy-switch-coords' of https://github.com/mtmail/Nominatim
|
2016-11-01 23:49:02 +01:00 |
|
marc tobias
|
eb79e655e6
|
cleanup of SQL for readability. No logic change
|
2016-11-01 23:33:47 +01:00 |
|
marc tobias
|
4f3074e538
|
cleanup of SQL for readability. No logic change
|
2016-11-01 23:33:47 +01:00 |
|
marc tobias
|
8312e8f539
|
UI: keep map position when switch to reverse. Easy switching of lat,lon to lon,lat
|
2016-10-30 17:45:45 +01:00 |
|
marc tobias
|
a9ad69efae
|
add missing newline in CSS file
|
2016-10-29 11:25:21 +02:00 |
|
marc tobias
|
0a45dbf5f6
|
fix drodown menu not overlapping map button
|
2016-10-29 11:14:30 +02:00 |
|
Sarah Hoffmann
|
bb1c3f23ab
|
reduce maximum line length to 199 for all php files
|
2016-10-14 00:01:16 +02:00 |
|
Sarah Hoffmann
|
0e613a362e
|
fix variable name typos
|
2016-10-10 22:22:35 +02:00 |
|
Sarah Hoffmann
|
087522c601
|
details: check for unknown object and icons
|
2016-10-09 22:14:19 +02:00 |
|
Sarah Hoffmann
|
a855ffe58e
|
replace deprecated postgis functions
ST_Line_Locate_Point and ST_Distance_Spheroid have changed
spelling in newer version and throw a deprecation warning.
|
2016-10-09 20:09:59 +02:00 |
|
Marc Tobias Metten
|
6238ae6032
|
add namespaces, method visibility according to PSR2 standard
|
2016-09-16 02:27:36 +02:00 |
|
Marc Tobias Metten
|
4a321487f3
|
fix indentation and misc errors according to PSR2 coding style guide
|
2016-09-14 03:16:46 +02:00 |
|
Marc Tobias Metten
|
775fdeb8e4
|
UI: viewbox parameter was set in wrong parameter order
|
2016-09-13 14:41:56 +02:00 |
|
Marc Tobias Metten
|
2a784fa3d4
|
fix function declaration errors according to PSR2 coding style guide
|
2016-09-11 05:22:51 +02:00 |
|
marc tobias
|
3887423381
|
fix array-related errors according to PSR2 coding style guide
|
2016-09-10 21:10:52 +02:00 |
|
marc tobias
|
f05ea577f4
|
bracket spacing for if/else/for/foreach/while/switch according to PSR2 standard
|
2016-09-08 02:16:22 +01:00 |
|
Marc Tobias Metten
|
832547f192
|
tabs-to-spaces
|
2016-09-04 03:19:48 +02:00 |
|
Marc Tobias Metten
|
87b6810eba
|
HTML map: new button -show map bounds- in top right corner
|
2016-08-24 04:21:28 +02:00 |
|
Marc Tobias Metten
|
797c2d1e74
|
Merge remote-tracking branch 'upstream/master' into move-mouse-position-info-on-map
|
2016-08-24 00:03:40 +02:00 |
|
Sarah Hoffmann
|
5464dec057
|
factor out parameter parsing into its own class
Allows to use the parsing functions in website/search.php and
utils/query.php as well.
|
2016-08-20 13:43:50 +02:00 |
|
Marc Tobias Metten
|
bb403e2e58
|
HTML map: new button -show map bounds-
|
2016-08-01 01:34:03 +02:00 |
|
Sarah Hoffmann
|
0a95bdc5f5
|
remove unused functions in Geocode
|
2016-07-26 23:10:50 +02:00 |
|
Sarah Hoffmann
|
d594bb238b
|
cleanup interface of PlaceLookup
Move lookup parameters (place id, type, frac etc.) from members
to parameters for lookup().
|
2016-07-26 20:54:14 +02:00 |
|
Sarah Hoffmann
|
1b33999f10
|
refactor ReverseGeocode
- remove unused functions and members
- move coordinates from being members to being parameters of lookup()
|
2016-07-26 20:54:14 +02:00 |
|
Sarah Hoffmann
|
4f75f4cb6e
|
remove IP blocking and rate-limiting code
Closes #472.
|
2016-07-18 21:33:09 +02:00 |
|
Sarah Hoffmann
|
348a3082c9
|
fix syntax errors and update tests
Some of the tests with bad parameters now return a HTTP 400.
|
2016-06-12 22:51:13 +02:00 |
|
Sarah Hoffmann
|
95961d098d
|
introduce chksql function for website code and move other fail functions
The default error screen now reports the full SQL even when not
in debug mode as this message is often more helpful than our
custom error message.
|
2016-06-12 14:34:57 +02:00 |
|