Tom MacWright
39e3d3e03d
First push towards a presets readme. Refs #984
2013-03-13 13:05:22 -04:00
Tom MacWright
327e8f90db
Search progress indicator
...
Source: https://gist.github.com/tmcw/5153896
2013-03-13 12:39:08 -04:00
Ansis Brammanis
e295e70db7
add swedish translation to index.html
2013-03-13 12:15:21 -04:00
Tom MacWright
6b7d6ba8e8
Merge pull request #1013 from richlv/patch-3
...
Update lv.js
2013-03-13 09:13:53 -07:00
Ansis Brammanis
d9160912c8
Merge pull request #1006 from bsvensson/master
...
Added Swedish translation, and improved Danish translation
2013-03-13 09:13:48 -07:00
Tom MacWright
5f220b5320
Merge pull request #1012 from richlv/patch-2
...
Update en.js
2013-03-13 09:13:35 -07:00
Ansis Brammanis
90a35a8b76
avoid flashing geocoder results list when closing
...
fixes #993
2013-03-13 12:06:41 -04:00
Ansis Brammanis
5c242aa855
remove point from building preset geometries
...
fixes #1015
2013-03-13 11:57:25 -04:00
Ansis Brammanis
94391cc087
remove fill pattern when changing tags
...
fixes #996
2013-03-13 11:55:15 -04:00
Ansis Brammanis
e3ac9954cb
add additional fields to building preset
2013-03-13 11:07:51 -04:00
Tom MacWright
a932485e91
Merge pull request #1007 from 1ec5/patch-1
...
Update vi.js
2013-03-13 08:04:30 -07:00
richlv
5eb7480339
Update lv.js
...
minor search field placeholder fix - use the form for "search" (meklēt) instead of "searching" (meklē)
2013-03-13 10:48:19 +02:00
richlv
472598aa3e
Update en.js
...
rewrite 'add' labels to be consistent (talk about adding objects to the map instead of trying to explain what objects are);
remove comma before 'or' - according to my understanding, comma is not needed before conjunctions that join multiple different sentence objects :)
2013-03-13 10:28:29 +02:00
Minh Nguyễn
851f788283
Update vi.js
...
76ab27a
2013-03-12 23:59:44 -07:00
Bjorn Svensson
2e48bf9e2c
Add Swedish translation
2013-03-12 23:44:58 -07:00
Bjorn Svensson
968d25ff4a
Fix one typo, and translate one string
2013-03-12 23:43:43 -07:00
John Firebaugh
8479d3ec48
Add textarea form type and note universal form
2013-03-12 18:33:36 -07:00
Ansis Brammanis
eab289d59f
Merge pull request #1004 from systemed/form-revamp
...
Form revamp
2013-03-12 18:21:28 -07:00
John Firebaugh
2d5f08dae6
Remove maxspeed from cycleway preset ( #1003 )
2013-03-12 18:03:04 -07:00
saman bb
a7f57ac5e5
resolved conflict
2013-03-12 20:54:26 -04:00
saman bb
983f69e461
resolved conflict
2013-03-12 20:51:13 -04:00
John Firebaugh
42ff0f359a
user/uid can be undefined for all types
2013-03-12 17:47:50 -07:00
John Firebaugh
76ab27ae4c
Improve road features form, localize options
2013-03-12 17:38:08 -07:00
John Firebaugh
2b1b9a9f0b
Add bicycle_parking preset
2013-03-12 17:26:45 -07:00
saman bb
3228e1fcda
more work on new preset layout.
2013-03-12 20:25:35 -04:00
John Firebaugh
8509d9f620
Remove inline forms
...
No good way to give them IDs; better to be consistent.
2013-03-12 17:19:11 -07:00
John Firebaugh
fb57c64caa
Add source form label
2013-03-12 16:53:04 -07:00
John Firebaugh
59b13955b3
Remove address form from some unlikely presets
2013-03-12 16:52:55 -07:00
John Firebaugh
c0e1245623
Fix reversed alignment adjustment ( fixes #999 )
2013-03-12 16:39:44 -07:00
John Firebaugh
93f8ddaac9
Add playground preset
2013-03-12 16:36:45 -07:00
John Firebaugh
13b39ece72
Merge pull request #998 from richlv/patch-1
...
Update lv.js
2013-03-12 16:36:21 -07:00
John Firebaugh
8459c3ab34
Remove surface form from baseball preset
...
It's pretty much universally dirt/grass; taginfo shows
no usages of sport=baseball, surface=*.
2013-03-12 16:33:07 -07:00
John Firebaugh
4f4082527a
Build forms
2013-03-12 16:30:15 -07:00
John Firebaugh
4720a84d38
No-op a null tag merge
...
Reduces unnecessary node churn in Connect action.
2013-03-12 16:26:40 -07:00
John Firebaugh
4fa88acc85
Fix connecting adjacent vertices
...
Can't unconditionally delete the node; it may be a member
of other ways.
I didn't preserve the behavior of dragging a midpoint to
an adjacent node being a no-op. In general we don't try to
eliminate compound operations whose net result is a no-op;
I don't think it's important to do so for this special case.
The degenerate case of connecting the endpoints of a two-vertex
line now results in a point. This is what naturally resulted
from the code, and seems ok.
Fixes #983 .
2013-03-12 16:26:40 -07:00
John Firebaugh
3b3ee84a84
Specs for Way#areAdjacent
2013-03-12 16:22:30 -07:00
Ansis Brammanis
831b67beae
universal presets
...
presets with universal=true show up for
any preset if the key is present
2013-03-12 19:19:10 -04:00
saman bb
35d26c64aa
clean up overflow in combobox.
2013-03-12 19:18:37 -04:00
saman bb
a17a722758
more progress on new layout.
2013-03-12 18:52:45 -04:00
saman bb
c53ccb1bb5
initial commit of form revamp
2013-03-12 18:35:44 -04:00
Ansis Brammanis
ca1a7cf7f6
add ability to add general form fields
2013-03-12 17:42:55 -04:00
richlv
02b836cf0a
Update lv.js
...
update Latvian translation
2013-03-12 22:43:29 +02:00
John Firebaugh
03cede7e24
Ensure tooltip is removed ( fixes #986 )
2013-03-12 13:42:35 -07:00
John Firebaugh
be567fb028
Render landuse=farm and landuse=farmland identically
...
See http://www.openstreetmap.org/user/Harry%20Wood/diary/14079
for an entertaining rant on this subject.
2013-03-12 13:12:07 -07:00
John Firebaugh
107f6cfeba
type -> geometry
2013-03-12 13:00:32 -07:00
John Firebaugh
7133d316cd
Fix specs
2013-03-12 13:00:32 -07:00
Ansis Brammanis
1d720b39af
add portuguese translation
2013-03-12 15:48:15 -04:00
Ansis Brammanis
d7645d7f21
fix locale.js
2013-03-12 15:45:39 -04:00
saman bb
6dc7b7b236
preset style/layout cleanup.
2013-03-12 15:32:26 -04:00
Ansis Brammanis
50019cd34c
Merge pull request #985 from joao/master
...
Portuguese translation
2013-03-12 12:07:37 -07:00