Commit Graph

1178 Commits

Author SHA1 Message Date
Bryan Housel
dcaea5594c Parse sexagesimal coordinates in search (closes #2106) 2014-07-02 12:38:39 -04:00
John Firebaugh
eb55e36c3c Delete relations that become empty (#2270) 2014-06-26 10:21:03 -07:00
Bryan Housel
a5329a8493 missing comma.. 2014-06-25 15:16:21 -04:00
Bryan Housel
e579dab87f cleanup footer styles, append account links to footer link menu 2014-06-25 15:08:48 -04:00
Bryan Housel
2723c65506 refactor dLat/dLon <-> meters calcs and use slightly better WGS84 constants 2014-06-23 16:23:04 -04:00
Bryan Housel
71d44d561e remove unnecessary semicolons (jshint) 2014-06-20 18:04:49 -04:00
Bryan Housel
d342e01326 Map scale adjusts and displays user-friendly units. 2014-06-20 17:54:42 -04:00
Bryan Housel
114cb33e05 Added scale, hardcoded at 180px, displays meters 2014-06-19 17:11:30 -04:00
Bryan Housel
c5ada5052a Add stubs for map scale.. 2014-06-18 11:36:16 -04:00
John Firebaugh
5dc461495e Merge branch 'refs/heads/cschwarz-address-localization' 2014-06-13 11:56:19 -07:00
John Firebaugh
8089185cc4 jshint 2014-06-13 11:40:38 -07:00
John Firebaugh
4590feab63 Calculate address field widths 2014-06-13 11:39:17 -07:00
John Firebaugh
257d3e07df number -> housenumber 2014-06-13 10:38:48 -07:00
John Firebaugh
199fd35173 Simplify CSS 2014-06-13 10:38:27 -07:00
Christian Schwarz
83e66b3705 Improved address preset 2014-06-10 21:08:50 +02:00
Christian Schwarz
13c1711d68 Switched to Nominatim api for now 2014-06-09 20:22:56 +02:00
Christian Schwarz
49eae8e389 Switched to a custom country code service 2014-06-05 20:30:12 +02:00
John Firebaugh
8250a9753d Fix preset field buttons (fixes #2247) 2014-06-05 10:23:24 -07:00
Christian Schwarz
5a51a6c8c2 Added gb address format with housename field 2014-06-05 00:42:15 +02:00
Christian Schwarz
60f51d7c79 Test country code lookup with nominatim 2014-06-04 01:05:46 +02:00
Christian Schwarz
b3acd56bbb Added support for localization of address fields 2014-06-03 22:49:42 +02:00
John Firebaugh
c30ba03606 Ensure combobox menus are closed on blur (fixes #2207)
See 7c20bd3 for explanation.
2014-05-28 17:37:31 -07:00
John Firebaugh
0c09871c4a Don’t show turn restriction editor for non-highways (fixes #2240) 2014-05-27 14:35:57 -07:00
John Firebaugh
e10bba980f Handle cases where current vertex disappears (fixes #2234) 2014-05-27 11:25:24 -07:00
Martin Raifer
a796d4b1ea only check .isIntersection for nodes 2014-05-27 15:19:47 +02:00
Bryan Housel
89ac5f41db Merge pull request #2235 from bhousel/bhousel-fields
Allow checkbox fields to support custom strings
2014-05-23 22:16:14 -04:00
John Firebaugh
fbd583eb76 Hide inspector when dragging (fixes #2229) 2014-05-23 18:03:13 -07:00
Bryan Housel
10bd86cb45 Check single source for implied onewayness #2220 2014-05-23 17:07:11 -04:00
Bryan Housel
40810dab04 Correctly trim whitespace in semicolon-separated multivalues #2236 2014-05-23 15:06:10 -04:00
Bryan Housel
1c3d0dacee Replace all matches, not just the first one.. 2014-05-23 15:04:35 -04:00
Bryan Housel
126f334c96 eliminate warning: 'context' is defined but never used 2014-05-23 14:57:52 -04:00
Bryan Housel
5fdbd6f9f4 Instead of using context.selectedIDs(), define a check.entity setter function 2014-05-23 11:27:27 -04:00
Bryan Housel
191c7002f4 Handle empty selectedIDs.. 2014-05-22 16:20:52 -04:00
Bryan Housel
8380981ac3 Pretend oneway field is a oneway_yes field if junction=roundabout is set. 2014-05-22 15:47:54 -04:00
Bryan Housel
e3e2ea602a Checkmark fields now support custom string options
oneway fields now show "Assumed to be No" or "Assumed to be Yes" instead of "Unknown" #2220
2014-05-22 13:51:23 -04:00
John Firebaugh
48dc768bbb Merge branch 'turn-restrictions' 2014-05-21 14:22:22 -07:00
Bryan Housel
545183c721 Remove foot: yes placeholder for cycleway and bridleway #2221 2014-05-19 12:56:43 -04:00
Bryan Housel
429f20a450 Improve access tag placeholders #2221 2014-05-19 12:22:52 -04:00
John Firebaugh
6089a6aaea Better solution for maintaining selection 2014-05-18 16:02:48 -07:00
John Firebaugh
243e86b277 Update selected segment after splits 2014-05-18 16:02:48 -07:00
John Firebaugh
eaaff52d62 Help text 2014-05-18 16:02:48 -07:00
John Firebaugh
047fbb1282 Fix rendering when dragging intersection vertex 2014-05-18 16:02:48 -07:00
John Firebaugh
3d210ac3c1 Implement basic restriction toggling 2014-05-18 16:02:47 -07:00
John Firebaugh
15fb547bcc Let preset editor preserve field state
The turn restrictions field wants to have selected state.
2014-05-18 16:02:47 -07:00
John Firebaugh
26422d9c9a Show ways in restriction editor as if they were split 2014-05-18 16:02:47 -07:00
John Firebaugh
3b26e8d511 Show turn restriction editor for any intersection 2014-05-18 16:02:47 -07:00
John Firebaugh
f39ae89177 Render turns of selected way 2014-05-18 16:02:47 -07:00
John Firebaugh
7cac179ce0 Start work on turn restriction editing field 2014-05-18 16:02:46 -07:00
John Firebaugh
173d379316 Merge branch 'bhousel-bhousel-fields' 2014-05-18 12:39:24 -07:00
John Firebaugh
f9520362c9 Use match rather than split 2014-05-18 12:39:15 -07:00