John Firebaugh
19bcd711ec
Split categories into separate files; translate
2013-04-15 16:09:49 -07:00
Ansis Brammanis
f981724448
improve wikipedia input
...
- more careful about parsing existing values
- if an wikipedia url is entered, convert it to the
preferred format
2013-04-15 18:07:43 -04:00
John Firebaugh
e196a67555
Remove source switch
2013-04-15 11:31:25 -07:00
John Firebaugh
5e354018a8
Hide account/logout when embedded ( fixes #1229 )
2013-04-15 11:29:24 -07:00
Tom MacWright
115ed4b4bb
Update osmauth to support pre-auth
2013-04-15 11:29:23 -07:00
Tom MacWright
f091237b70
JSHint fixes
2013-04-15 12:59:29 -04:00
Saman Bemel-Benrud
541ac0ad51
friendlier access form.
2013-04-15 12:27:53 -04:00
saman bb
c87bf425e7
styled radio menus.
2013-04-14 23:37:19 -04:00
John Firebaugh
52929b9312
Show preset grid for untagged features ( fixes #1258 )
2013-04-12 18:15:56 -04:00
John Firebaugh
cf60d344f1
Fix AddPoint's use of Select mode
2013-04-12 11:26:03 -04:00
John Firebaugh
71dda769f2
FF can't focus an SVG element
2013-04-12 11:24:25 -04:00
John Firebaugh
94e2c8d8d6
Prevent duplicate consecutive nodes ( #1296 )
2013-04-12 10:55:53 -04:00
John Firebaugh
5dda54ea52
Refine focus behavior for inspector ( fixes #1277 )
...
Auto-focus the search field only right after finishing drawing.
At that point, the radial menu isn't shown anyway. So then the
flow for correcting geometry before assigning a preset is:
1. Draw.
2. Finish drawing. The search field is focused, and no
radial menu is open.
3. Click again to reselect the feature and show menu.
Now the search field is blurred.
In other words: when the menu is shown, search should not be
focused. When search is focused, the menu should not be shown.
2013-04-12 10:08:44 -04:00
John Firebaugh
4a960216d1
Camel case
2013-04-11 10:11:10 -04:00
John Firebaugh
0540060f2e
Fix global leak
2013-04-11 10:10:38 -04:00
Saman Bemel-Benrud
4158b1c48e
use svg for radial menu.
2013-04-09 12:34:57 -04:00
Saman Bemel-Benrud
bce352f27a
reworked background reset button.
2013-04-08 19:21:21 -04:00
John Firebaugh
1f44b45570
Rename variable
2013-04-06 17:57:59 -07:00
John Firebaugh
872b148bc0
Add access field ( #934 )
2013-04-06 17:55:53 -07:00
Ansis Brammanis
a8f41b8c57
Prevent creation of ways with duplicate nodes
...
Related to #1249
2013-04-05 16:35:51 -04:00
John Firebaugh
05c659bdd7
Render oneway arrows for junction=roundabout ( fixes #1255 )
2013-04-05 12:27:36 -07:00
Ansis Brammanis
f356e3e357
fix cursors
2013-04-05 14:24:58 -04:00
Ansis Brammanis
a8cf59e21c
simplify
2013-04-05 13:31:08 -04:00
Ansis Brammanis
d7cc24b935
shadows for multipolygons
2013-04-05 12:11:23 -04:00
saman bb
cebf5dc1a6
adding mini-loader graphics.
2013-04-05 11:45:49 -04:00
Ansis Brammanis
ece158b65e
fix geocoder
2013-04-04 19:10:47 -04:00
Ansis Brammanis
acdc1b3824
add nodes to all of a segment's ways
...
when
- dragging a node to a way
- starting a line from a way
- starting an area from a way
- drawing a way
2013-04-04 17:58:53 -04:00
John Firebaugh
c1df01cec1
Fix global leak
2013-04-03 16:45:40 -07:00
John Firebaugh
7e2485dd87
Capture better stack traces
2013-04-03 16:41:32 -07:00
John Firebaugh
ff3405ae02
Reapply 92ceae9
2013-04-03 16:29:28 -07:00
Saman Bemel-Benrud
4bc98c32d1
reworked out links, closes #1242
2013-04-03 14:20:38 -04:00
John Firebaugh
fb16dc8af6
Custom d3 3.1 build ( fixes #1232 )
2013-04-02 15:00:32 -07:00
John Firebaugh
261e901a91
Fix console reference for IE
...
https://app.getsentry.com/id/id/group/4402396/
2013-04-02 13:55:10 -07:00
Ansis Brammanis
3ad94406cb
fix multi-select regression
2013-04-02 16:54:08 -04:00
Ansis Brammanis
e097641f4e
Fix deleting entity with modified field
...
fixes #1237
2013-04-02 16:43:53 -04:00
Ansis Brammanis
a4d7b20027
Don't try to select non-multipolygon relations
2013-04-02 16:23:40 -04:00
Ansis Brammanis
d573d42ebe
Revert "don't try to select relations"
...
This reverts commit 5c15a180a3 .
2013-04-02 16:00:39 -04:00
Ansis Brammanis
834139a7ba
fix lasso
2013-04-02 15:59:09 -04:00
Ansis Brammanis
5c15a180a3
don't try to select relations
2013-04-02 15:42:35 -04:00
Ansis Brammanis
691156caec
fix flash style
2013-04-02 14:19:02 -04:00
Ansis Brammanis
7e85fed027
add .id-container class to container
...
fixes #1228
2013-04-02 14:03:46 -04:00
Ansis Brammanis
0c5424aa3f
re-add 'selected' class after each redraw
...
Performance seems to be fine, but we could move this into
svg/* and only run it on entering elements.
fix #1236
2013-04-02 13:51:32 -04:00
Ansis Brammanis
3e75943405
block quick second click when drawing
...
- doubleclicking to add point doesn't zoom
- doubleclicking on last node selects way, not node
fixes #1233
2013-04-02 13:21:32 -04:00
Ansis Brammanis
7a5fca1e8a
select geocoder result
...
fixes #1235
2013-04-02 12:51:17 -04:00
Ansis Brammanis
9b6a8f2b18
fix wiki link
2013-04-02 12:11:19 -04:00
Saman Bemel-Benrud
fc0d89a6bd
styled wikipedia preset.
2013-04-02 11:58:19 -04:00
Ansis Brammanis
ffdc224390
Fix wikipedia input
2013-04-02 11:56:09 -04:00
John Firebaugh
777e42cfd3
Beta
2013-04-02 08:40:28 -07:00
Ansis Brammanis
bae7b13425
Localize maxspeed field (mph and km/h)
2013-04-01 19:36:39 -04:00
John Firebaugh
af7d003b88
Don't overload constructor parameters
2013-04-01 15:58:10 -07:00