Brian Quinion
274f381052
prune list of blocked items if too large, different costs for different page types
2012-12-08 21:39:24 +00:00
Brian Quinion
539d187b5c
tiny formating change to utils/blocks.php
2012-12-08 18:56:59 +00:00
Brian Quinion
fa90ece530
add an option for max number of sleeping threads
2012-12-08 18:55:17 +00:00
Brian Quinion
02e7cfd6f4
sort output of blocked list by block timestamp
2012-12-08 17:58:24 +00:00
Brian Quinion
a723b94291
remove debug
2012-12-08 17:43:18 +00:00
Brian Quinion
e03ae6d7eb
rate limiting using memcache
2012-12-08 17:38:10 +00:00
Brian Quinion
bde251f2a2
jsonv2 returns wrong place_rank
2012-12-05 15:34:27 +00:00
Brian Quinion
a276b6b53a
Experimental option to dry dropping query terms as part of search plan (disabled by default)
2012-12-03 17:41:29 +00:00
Brian Quinion
cc24d998e4
move deletable and polygons into default website
2012-12-03 14:26:29 +00:00
Brian Quinion
df7b81dc06
Merge branch 'master' of github.com:twain47/Nominatim
2012-12-03 14:14:40 +00:00
Sarah Hoffmann
69fb829dd0
remove unused SQL statements
2012-12-02 23:51:45 +01:00
Sarah Hoffmann
0772061958
select rights on import_polygon_delete for web view
2012-11-29 21:58:05 +01:00
Sarah Hoffmann
e66df16ecb
add web view for import_polygon_delete
2012-11-29 21:44:59 +01:00
Sarah Hoffmann
59cbfb91cf
add maintenance functions for deleting/updating regions
2012-11-29 21:43:33 +01:00
Brian Quinion
4f49ef07e6
Merge branch 'master' of github.com:twain47/Nominatim
2012-11-28 14:50:02 +00:00
IrlJidel
74f5929c2a
Add css dir to create-website
2012-11-19 16:00:19 +00:00
Brian Quinion
72fc234c50
Include the Last Updated timestamp in details
2012-11-18 14:58:46 +00:00
Sarah Hoffmann
4da0ed3204
don't search for country if house number was requested
2012-11-17 22:28:01 +01:00
Sarah Hoffmann
8d96e87b93
internally use higher result limits
...
Avoids that too few results are returned when there are duplicates
in the results due to linked places.
2012-11-17 21:16:47 +01:00
Sarah Hoffmann
e02c9b6e69
clean up details page
...
Make it pass as valid XHTML and move CSS into its own file.
2012-11-16 23:04:25 +01:00
Sarah Hoffmann
0c9630b24a
clean up html for search form
...
- move CSS to its own file
- make it pass as valid XHTML
- move attribution into Mapnik layer definition
- remove Osmarender layer
2012-11-16 22:35:53 +01:00
Brian Quinion
9eb5b62382
Accidentally used the same variable name for 2 things - broken search by class&type
2012-11-15 17:27:08 +00:00
Brian Quinion
84a5f2779a
script to pull language list from openstreetmap wiki
2012-11-14 23:50:52 +00:00
Brian Quinion
04134f380d
update osm country grid to fully ODBL compatible data set. Update country_grid generation script.
2012-11-14 21:46:48 +00:00
Sarah Hoffmann
f03b4012f0
wrap KML polygon in XML output with geokml element
2012-11-11 22:46:22 +01:00
Sarah Hoffmann
fb9a0414ff
give www-data select rights on query_log
2012-11-11 16:41:06 +01:00
Sarah Hoffmann
cc3e4aa532
use geometry WKT for highlighting in search view
...
also cleans up unused code in details view
2012-11-09 22:35:45 +01:00
Sarah Hoffmann
77bbbd2498
forgot some brackets
2012-11-08 23:03:00 +01:00
Sarah Hoffmann
4bb56d98a8
simplify geometry handling in details page
...
Hand the WKT directly to OpenLayers and let the client do the parsing,
it will be able to handle multipolygons as well as line strings.
Simplify geometries if they have too many points.
Also limit the number of child objects listed to 500.
2012-11-08 22:21:20 +01:00
Sarah Hoffmann
df3202017e
avoid matching of error message twice
2012-11-08 20:37:23 +01:00
Brian Quinion
ec4cf9efd0
include edit links for errors
2012-11-08 00:46:39 +00:00
Brian Quinion
9f7844ec7a
make selfintersections a link
2012-11-07 23:46:50 +00:00
Sarah Hoffmann
0e3ac756c9
extend error reporting for invalid geometries
2012-11-08 00:06:47 +01:00
Brian Quinion
e5909cc78a
Remove '(named features only)' because it isn't true any more
2012-11-07 16:51:41 +00:00
Brian Quinion
2b6a163ef9
Get route param working again after recent changes (implies bounded=1)
2012-11-07 01:22:17 +00:00
Brian Quinion
a44f9c6aab
Missing some exact name matches when searching for 'special' phrases
2012-11-07 00:48:20 +00:00
Brian Quinion
3c1b21d61c
mising string concatenation (.)
2012-11-06 20:04:31 +00:00
Brian Quinion
e70dfa18fa
move error messages to consistent 'userError' function and return 400 Bad Request
2012-11-06 13:16:19 +00:00
Brian Quinion
9d8ee88591
make number of polygon outputs allowed a constant
2012-11-06 13:10:25 +00:00
Brian Quinion
f942f7c3bf
limit polygon output to one type as a time
2012-11-06 13:06:46 +00:00
Brian Quinion
753d2ac79f
Add options to output polygon in various formats: polygon_geojson=1&polygon_svg=1&polygon_kml=1&polygon_text=1 They can be all used at the same time if prefered. Where format and polygon type are compatible output is as native type e.g. format=json&polygon_geojson=1
2012-11-06 00:08:01 +00:00
Brian Quinion
c0d9ba7e0c
Handle multipolygon geometry a little bit (return first outer ring)
2012-11-05 22:47:42 +00:00
Brian Quinion
9fcec31000
remove accidentally committed exit command
2012-11-05 14:04:14 +00:00
Brian Quinion
a5d5a92304
include a bit of extra details for polygon errors in output on details.php page
2012-11-05 14:00:54 +00:00
Brian Quinion
f67b1c20e1
don't include linked_place_id places in the sql output (causes errors on paging / number of results returned)
2012-11-05 13:57:02 +00:00
Brian Quinion
a0e39b67d5
Allow option of structured search queries (params amenity,street,city,county,state,country)
2012-11-02 17:52:33 +00:00
Brian Quinion
f87ea067ca
fix some php warnings for cleaner output
2012-11-02 17:42:05 +00:00
Brian Quinion
678dcbd82a
hstore in 9.2 replaces k=>v with hstore(k,v). Update sql to reflect change and introduce compatability function for pre 9.1 postgresql
2012-11-01 01:47:30 +00:00
Brian Quinion
1d3ca4faa7
hstore in 9.2 replaces k=>v with hstore(k,v). Update sql to reflect change and introduce compatability function for pre 9.1 postgresql
2012-11-01 01:46:19 +00:00
Brian Quinion
26c63f8c4c
new development version 2.1
2012-10-31 16:26:15 +00:00