John Firebaugh
b77f9f3a78
Fix turn icon clipping
2014-05-21 15:08:38 -07:00
John Firebaugh
ffee92cbd6
Fix U-turn icon
2014-05-21 15:05:41 -07:00
John Firebaugh
48dc768bbb
Merge branch 'turn-restrictions'
2014-05-21 14:22:22 -07:00
John Firebaugh
4751c50a2e
1.3.10
2014-05-21 14:14:31 -07:00
John Firebaugh
ec77ff1222
Update imagery
2014-05-21 14:14:31 -07:00
John Firebaugh
88b834bb19
Update translations
2014-05-21 14:14:31 -07:00
Bryan Housel
b8501bcf89
iD.Way.isOneWay should return false if oneway=no #2220
...
i.e. overrides implied oneway tag like `highway=motorway` or `junction=roundabout`
2014-05-20 00:14:23 -04:00
John Firebaugh
8b6ce214a2
Initial support for only_* restrictions
2014-05-19 15:53:46 -07:00
Bryan Housel
af41940663
revert e07104f761 see #2220
2014-05-19 16:10:07 -04:00
samanpwbb
67e7380980
add blue arrow
2014-05-19 15:55:24 -04:00
Bryan Housel
e41f438daf
Add prefix for ford=yes for vertex geometry #2224
2014-05-19 15:45:24 -04:00
Bryan Housel
a757142146
Rename "Entrance" as "Entrance/Exit" and add parking_entrance preset.
2014-05-19 15:39:16 -04: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
Bryan Housel
4c5e6bee75
Add a preset for ford=yes tag #2224
2014-05-19 11:29:33 -04:00
Bryan Housel
47e5273da0
use new maki icons #2227
2014-05-19 11:13:21 -04:00
Bryan Housel
e07104f761
Way can be reasonably assumed to not be oneway. #2220
2014-05-19 10:58:35 -04:00
John Firebaugh
3ac705b67e
Fix flicker
2014-05-18 16:36:23 -07:00
John Firebaugh
f811c19cdc
Fix straight on restricting with splits
2014-05-18 16:02:53 -07: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
9d5df793b5
Fix turn generation from ways that need splitting
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
48e3ff2f22
Vertex in turn restriction editor isn't selectable
2014-05-18 16:02:48 -07:00
John Firebaugh
573237e94e
Render U-turns
2014-05-18 16:02:48 -07:00
John Firebaugh
d4d80b2d6e
Use turn restriction icons
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
f74f6ad54a
Use restriction preset icons
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
samanpwbb
0afb5002cf
adding turn restriction assets
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
495fcc1b11
Include pick in lodash build
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
be0126aba6
Extract iD.svg.Defs from Surface
...
Need to have a single defs for the entire document but
multiple Surfaces.
2014-05-18 16:02:46 -07:00
John Firebaugh
90bc8dd70a
Extract iD.geo.RawMercator
2014-05-18 16:02:46 -07:00
John Firebaugh
419d5f359f
field.geometry is a string, not an array
2014-05-18 16:02:46 -07:00
John Firebaugh
f5b29989f5
Deselect before deleting an entity
...
This avoids errors produced by attempts to generate turns for
ways that were just deleted.
2014-05-18 16:02:46 -07:00
John Firebaugh
93758b7ab9
Add turn restriction presets
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
Bryan Housel
22c71bffca
Update regexp, and remove trim from old key..
2014-05-16 16:31:34 -04:00
Bryan Housel
846d637aa7
Trim tag keys, and prevent duplicate tag keys ( #2043 )
2014-05-16 12:37:02 -04:00
John Firebaugh
cb1972d76f
Make field reference more flexible
...
Will need to support {"rtype": "restriction"} for turn
restriction field.
2014-05-14 17:22:24 -07:00
Martin Raifer
4261fefc6e
Fix inline tag help for fields that handle multiple tags
...
Some preset fields like the access-restriction field manage
multiple tags at once (access=*, foot=*, bicycle=*, …). Then
iD wasn't able to show inline help when clicking the ⓘ button.
This introduces a new parameter for these kind of fields:
`referenceKey` determines the tag key which should be used to
search taginfo documentation for.
Fixes #2222 .
2014-05-11 21:02:25 +02:00
Martin Raifer
fee1ce7443
update maki sprite
2014-05-11 20:52:46 +02:00
John Firebaugh
a35990cfc7
Update translations
2014-05-03 13:12:24 -07:00
Bryan Housel
749d145f50
Access field should allow "yes" placeholders to be overridden ( #2213 )
2014-05-03 10:34:09 -04:00