Commit Graph

30 Commits

Author SHA1 Message Date
Kushan Joshi 4f328f6bfb change http to https
(closes #2960)

Interim
2016-02-04 21:42:38 +05:30
Bryan Housel 7b6c1c7cfe Clear feature search param and results when changing modes 2015-12-20 02:23:15 -05:00
Bryan Housel ea1e626d41 Center map on feature when selecting feature from search results 2015-12-20 00:33:22 -05:00
Bryan Housel 7b077b48a4 Suppress radial menu when selecting feature from search results 2015-12-20 00:12:01 -05:00
Bryan Housel 3853c0d993 Fix the rest of the icons (leave walkthrough graphics alone for now) 2015-11-02 20:46:08 -05:00
Bryan Housel 7a9acd84ee Restore almost all of the rest of the icons throughout the UI 2015-10-31 01:38:39 -04:00
Bryan Housel ed4929273d Return entities from iD.Connection via callbacks
(instead of dispatching `load` event to merge them into `history`)

This is cleaner becuase now `context` doesn't need to keep an
`altGraph` state used only for Conflict Resolution.

The conflict resolution code calls the `iD.Connection` methods directly,
and other places in the code call `loadEntity` and `loadTiles` wrappers
that merge the entities into the main history.
2015-01-08 14:44:58 -05:00
Bryan Housel dcaea5594c Parse sexagesimal coordinates in search (closes #2106) 2014-07-02 12:38:39 -04:00
John Firebaugh ab8a4ffd7b Update GitHub links 2014-01-08 16:14:28 -08:00
tyr a8184afff2 fix geocode result classifications
use nominatim's "class" property instead of "type" for result
classifications when "type" is "yes". Happens for "bridge"s,
"tunnel"s, etc.
2014-01-02 16:21:54 -05:00
Christian Schwarz aa3563c4c1 Added selection support for ids and locations with return key 2013-12-13 11:08:25 +01:00
Christian Schwarz 8eeb47d1a6 Fixed mouseover if item is a location result 2013-12-13 11:05:58 +01:00
Christian Schwarz 5aede6f323 Added support for ids and locations as search input
e.g.:
n123
w456
r789
48.123 16.456
2013-12-12 21:02:46 +01:00
John Firebaugh bf8801cf16 Fix zoom on search result clicks (fixes #2023) 2013-11-25 17:40:07 -08:00
Aaron Lidman f6acacd4f0 Add zoom to search result, closes #2023 2013-11-25 17:12:11 -08:00
John Firebaugh bc5bdaeb18 Omit non-OSM features from search results (fixes #1890) 2013-10-14 16:05:08 -04:00
John Firebaugh bfd89e2d14 Fix enter key on feature list 2013-08-13 16:52:25 -07:00
John Firebaugh 369ba567c9 Better search fail state (fixes #1655) 2013-07-29 16:50:27 -07:00
John Firebaugh 11e2f1d1fe Merge geocoder into feature search UI 2013-07-25 19:24:07 -07:00
John Firebaugh f579795dee Display features in sidebar list only on search (#1629) 2013-07-25 14:58:20 -07:00
Saman Bemel-Benrud 810f07d563 Adding relations icons. 2013-06-20 13:29:03 -04:00
Saman Bemel-Benrud 4c471ca255 restyling default list + toggle lists. 2013-06-20 13:06:12 -04:00
John Firebaugh 2bc39ffdab Remove a feature list event binding
Binding to map drawn is sufficient.
2013-06-19 17:25:24 -07:00
John Firebaugh e6cc20efb5 Faster Feature List (fixes #1604) 2013-06-18 15:19:04 -07:00
John Firebaugh 9190a25220 Show only visible features in list 2013-06-17 15:44:14 -07:00
John Firebaugh 203f8e3e21 Fix enter key on feature list 2013-06-16 21:44:04 -07:00
Taro Matsuzawa 0d4e8fa32e Fix issue 1594: replace keyup event with keypress event and input event 2013-06-16 21:43:06 -07:00
John Firebaugh d79b618947 Optimize feature list 2013-06-05 10:20:00 -07:00
John Firebaugh 1557c6451b Improve feature list performance 2013-06-04 17:52:09 -07:00
John Firebaugh a1d7d05155 Feature List (#1545) 2013-06-04 10:37:24 -07:00