Commit Graph

4223 Commits

Author SHA1 Message Date
Aaron Lidman 3a3e601c33 Tags are now their own property 2013-11-25 14:50:59 -08:00
Aaron Lidman 3bbc5af92e Simplify suggestion preset building 2013-11-22 17:40:14 -08:00
Aaron Lidman db5ad5223a Put searchable and suggestions back in
Tests were not happy and I’m not going to dive into it right now.
Benchmarked it and it’s pretty quick, no big deal.
2013-11-22 12:58:49 -08:00
Aaron Lidman da7834ab7e Split suggestion presets into their own search results
Allows for refinement of just the suggestions without impacting all the
presets. Also moved searchable.
2013-11-22 12:33:29 -08:00
Aaron Lidman 01b31896c4 Fixed dumb break 2013-11-21 18:37:54 -08:00
Aaron Lidman ea7c9f2224 Prevent name descriptions from matching in preset search 2013-11-21 18:36:39 -08:00
Aaron Lidman c0bc25bfcd Copy presets from parent presets to quick add presets 2013-11-21 16:31:41 -08:00
Aaron Lidman 6b8add7fe7 Add recyling preset and related fields 2013-11-21 16:13:48 -08:00
Aaron Lidman d034370cdb Add translatable value category to suggestion preset names 2013-11-21 13:36:13 -08:00
Aaron Lidman 471a710f39 Improve quick add preset building 2013-11-21 13:25:53 -08:00
Aaron Lidman 7875aad238 Convert suggestions into presets 2013-11-20 15:45:27 -08:00
Aaron Lidman 181f557a60 Limit search results to top 50 2013-11-20 15:41:20 -08:00
Aaron Lidman bf0da89925 Improved warning visibility
for #1973
2013-11-19 12:04:30 -08:00
John Firebaugh 3b3b57e146 Remove unnecessary building_yes preset
Most uses of it should have been building_area instead.
The exception is the building preset itself -- but it can
use the plain `building` field, because it will automatically
produce building=yes.
2013-11-19 11:34:32 -08:00
John Firebaugh 862248e49e Merge pull request #1980 from tyrasd/patch-fix-delete-after-action
don't load parent into tree repeatedly when multiple childs are changed
2013-11-19 09:48:06 -08:00
tyr 2cf4c20a47 don't load parent multiple times into tree when multiple childs are changed
when an action (e.g. moving a way) caused multiple child elements
of the same parent to be changed, their parent was also loaded into
the tree multiple times during `tree.intersects()`.

this fixes #1978
2013-11-19 11:27:29 +01:00
Tom MacWright eb700e1b7f Merge pull request #1975 from tyrasd/preset-access-fields
use simple access field for some presets
2013-11-18 13:56:04 -08:00
tyr 7faaa54165 use simple access field for some presets
* renamed access_toilet field to access_simple
* use it also for parkings, entrances and swimming_pools

fixes #1953
2013-11-18 22:44:03 +01:00
John Firebaugh 9797d7a5d3 Merge pull request #1970 from tyrasd/master
update imagery
2013-11-15 08:03:56 -08:00
tyr 1269222ad0 update imagery 2013-11-15 09:44:40 +01:00
John Firebaugh 3856389a5c 1.3.2 2013-11-14 18:04:55 -08:00
John Firebaugh 110f5ef4d1 Update translations 2013-11-14 17:39:26 -08:00
John Firebaugh f631420420 Eliminate duplicate Travel Agency preset in search 2013-11-14 16:44:19 -08:00
John Firebaugh 7a07f698e0 Update maki 2013-11-14 16:43:25 -08:00
John Firebaugh 3f99e2fd4b Fix Disconnect of way with multiple intersections (fixes #1955) 2013-11-14 15:48:07 -08:00
John Firebaugh b383bfec1f Fix unclosed area rendering (fixes #1958) 2013-11-13 17:41:57 -08:00
Tom MacWright 94d756ebca Merge pull request #1966 from tyrasd/preset-shelter
add preset for amenity=shelter
2013-11-13 06:21:08 -08:00
tyr 4a3fea9edd add preset for amenity=shelter
http://taginfo.openstreetmap.org/tags/amenity=shelter#overview
http://wiki.openstreetmap.org/wiki/Tag%3Aamenity%3Dshelter
2013-11-12 10:11:54 +01:00
John Firebaugh e021848a62 Update translations 2013-11-06 10:02:29 -08:00
John Firebaugh 20ac141164 Use warehouse icon 2013-11-06 09:42:46 -08:00
John Firebaugh 391b7ed342 More area categories (fixes #1945) 2013-11-05 17:15:40 -08:00
John Firebaugh 0bf0849eb3 Fix background pane tooltips 2013-11-05 15:52:20 -08:00
samanpwbb 25e2347b0a layer pane now matches help pane 2013-11-05 17:57:04 -05:00
John Firebaugh c47a1e36c1 Add footway=sidewalk preset 2013-11-04 17:59:07 -08:00
John Firebaugh 6605bb0d68 Follow existing convention for "Type" fields 2013-11-04 15:03:03 -08:00
tyr 2f945df810 improve natural=tree preset
adds field type (broad_leaved, conifer, palm)

See:
https://wiki.openstreetmap.org/wiki/Tree
http://taginfo.openstreetmap.org/tags/natural=tree#combinations
2013-11-04 23:08:05 +01:00
John Firebaugh 2e754c8d6b Merge pull request #1950 from systemed/name-suggest
Autocomplete on name=*
2013-11-04 13:26:35 -08:00
John Firebaugh b964e06f06 Add footway=crossing preset (fixes #1947) 2013-11-04 07:33:18 -08:00
Aaron Lidman 1ff435cf58 Fix sprite misalignment on save color icons, closes #1948
The colored icons in the sprite had a 5px offset from the left edge
rather than a 7px offset the rest of the icons use. I previously had to
bump the background-position to fix this.
2013-11-03 16:00:38 -08:00
Tom MacWright 6492df7d77 Merge pull request #1946 from clinty/master
Handle https wikipedia URLs
2013-11-02 12:55:16 -07:00
Clint Adams ae38c79ce1 Handle https wikipedia URLs 2013-11-02 15:35:16 -04:00
Aaron Lidman ff97d44395 Add tests for suggestNames 2013-11-01 16:57:33 -07:00
Aaron Lidman 43aeaae67e Add SuggestNames util 2013-11-01 16:52:37 -07:00
Aaron Lidman 872cec6720 Limit suggestions to three 'closest' matches 2013-11-01 15:23:59 -07:00
John Firebaugh e382943f0d Use .low-zoom class rather than hard-coding z16 2013-11-01 11:17:49 -07:00
Aaron Lidman 5a119f6eed Add name autocomplete 2013-10-31 16:36:29 -07:00
John Firebaugh 492fc88aa4 Make the Graph#rebase argument an array 2013-10-31 16:24:31 -07:00
John Firebaugh 14bfc52e33 Remove repetition of entity IDs in tests
There were several places where the key and entity id
didn't match up.
2013-10-31 15:57:47 -07:00
Aaron Lidman 19c0da82b1 Add name-suggestion-index sources 2013-10-31 15:11:51 -07:00
John Firebaugh 23f9994883 Merge pull request #1936 from pnorman/misc_translations
Add alternate terms suggested based on en_GB translation
2013-10-30 09:18:30 -07:00