Bryan Housel
c9dac22218
Render turn indicators slightly closer to turning vertex
2018-02-12 14:43:14 -05:00
Bryan Housel
777585317a
Better inference of u-turns via way
2018-02-12 14:42:39 -05:00
James Kingdom
aa3b4882de
Change max nodes per request
...
(closes #4793 )
2018-02-12 19:28:17 +00:00
Bryan Housel
013253ecde
Improve combobox option visibility
...
(closes #4761 )
This improves the usability of the combobox when it appears over
other rows of fields (e.g. raw tag editor)
1. shrink size on left/right to provide more separation from content beneath
2. adjust box shadow for slightly more visibility
3. shrink size of first option by one pixel, so that the combobox
options will never perfectly line up with rows that they cover
2018-02-11 22:24:06 -05:00
Bryan Housel
aa34a055f6
Capitalize "Wholesale"
2018-02-10 10:42:00 -05:00
Bryan Housel
746c34ecd2
npm run build
2018-02-10 10:19:14 -05:00
Bryan Housel
5cb009eac9
Merge pull request #4785 from hikemaniac/wayside_shrine
...
Add religion and denomination fields to wayside shrine
2018-02-10 10:18:19 -05:00
hikemaniac
21ab63d9ca
Added religion and denomination fields.
2018-02-10 11:52:25 +01:00
hikemaniac
a10954b2ad
Added religion and denomination fields.
2018-02-10 11:49:58 +01:00
Bryan Housel
ca9aac501b
Adjust text hint colors, change "Continue" to "Straight on"
2018-02-09 23:12:02 -05:00
Bryan Housel
957896656a
Detail slider affects turns, but not geometry
...
(I decided that the larger context of the intersection is important and
shouldn't be hidden from the user)
Also
- show detail slider only if the intersection is complex
- hide the restriction editor completely if there is no real intersection
(e.g. junction of `highway=path`)
2018-02-09 22:11:22 -05:00
Bryan Housel
4e1bafc221
Trying help text with color hint
2018-02-09 17:58:06 -05:00
Bryan Housel
3bd8d8d43d
Style tweaks, persist max detail to localstorage
2018-02-09 17:39:36 -05:00
Bryan Housel
0348f9f481
Merge pull request #4784 from MKuranowski/pl-address-fix
...
Polish Address Format fix
2018-02-09 16:31:16 -05:00
Bryan Housel
47eb5256cc
WIP: add detail slider to restriction editor
2018-02-09 16:22:49 -05:00
Mikołaj 'Natsuysaumi' Kuranowski
78fddaf39e
PL Address Format fix
2018-02-09 21:56:56 +01:00
Bryan Housel
9453feddbb
Use "gaming" icon for Amusement Arcade preset
2018-02-08 15:13:24 -05:00
Bryan Housel
1738586fab
Merge pull request #4777 from fritruc/4774_Add_leisure_amusement_arcade_preset
...
add amusement arcade preset (closes #4774 )
2018-02-08 15:10:22 -05:00
Bryan Housel
44ef1a83d8
Change caption on shop=agrarian preset to "Farm Supply Shop"
...
(closes #4775 )
2018-02-08 15:08:47 -05:00
Bryan Housel
4b2b568ab6
Upgrade to xmlbuilder 9.0.6
...
(closes #4781 )
2018-02-08 15:06:34 -05:00
greenkeeper[bot]
e38f6cfbfd
chore(package): update @std/esm to version 0.21.0
2018-02-08 14:56:50 -05:00
Bryan Housel
0cbff57dc9
Cycle through only_ turn restriction states
...
(re: #2622 )
2018-02-07 19:04:28 -05:00
Bryan Housel
3c340a0362
Trying out more intuitive restriction help message
...
- includes in the message the names of the streets
- also highlights related segments and nodes along the path
The messages are currently a bit rough:
U-Turns FROM Black Horse Pike IS allowed...
VIA Main Street TO Black Horse Pike
2018-02-07 17:00:53 -05:00
Bryan Housel
cf1226ca33
Better calc of turn arrow placmenet along short segments
2018-02-07 17:00:22 -05:00
Bryan Housel
ea4ac80fee
Extend max distance to 30m, but as measured from starting vertex
2018-02-07 09:27:54 -05:00
Bryan Housel
5ca56b6873
Handle situation where nodes have no loc (like in tests)
2018-02-07 01:16:14 -05:00
Bryan Housel
1007cfe252
Better calculation for fitting the whole intersection into view
2018-02-07 01:10:26 -05:00
Bryan Housel
aa7925a918
Extend leaf ways, so they don't stop within the viewport
2018-02-07 00:07:38 -05:00
Bryan Housel
520cfd3276
Fix bug causing improper calc of from/via/to metadata after trimming
...
This is the part of the algorithm where trivial sections get trimmed
from the vgraph. Removing a vertex from `vertexIds` means "stop checking
this one". But there were some situations where it could get removed
twice, so we now just verify that `vertexId` is actually in the array
before calling `splice`.
2018-02-06 14:34:26 -05:00
Jordane Pelloux-Prayer
14157a3623
add amusement arcade preset ( #4774 )
2018-02-06 16:41:23 +01:00
Bryan Housel
176d7d2b4f
Adjust preset names, use warehouse icon for shop=wholesale
2018-02-05 15:11:25 -05:00
Bryan Housel
e802492313
Merge branch '4754_Create_new_presets_for_shop_wholesale_and_shop_health_food' of https://github.com/fritruc/iD into fritruc-4754_Create_new_presets_for_shop_wholesale_and_shop_health_food
2018-02-05 15:06:18 -05:00
Jordane Pelloux-Prayer
fef30e02dd
fix the names of new presets
2018-02-05 20:48:23 +01:00
greenkeeper[bot]
4e16d43f53
fix(package): update lodash-es to version 4.17.5
2018-02-05 14:37:30 -05:00
Bryan Housel
0c23073d52
Correctly catch loc changes
2018-02-05 14:34:51 -05:00
Jordane Pelloux-Prayer
fb71294d8e
add health food shop preset ( #4754 )
2018-02-05 20:34:32 +01:00
Jordane Pelloux-Prayer
a6f840197a
add wholesale shop preset ( #4754 )
2018-02-05 20:33:00 +01:00
Bryan Housel
6c3a02cebe
Avoid lodash in hot code in coreDifference
...
(closes #2743 , closes #4611 )
2018-02-05 13:44:01 -05:00
Bryan Housel
dac753c4ea
Speedup hot code in actionDiscardTags
...
(re: #4611 )
2018-02-04 14:57:26 -05:00
Bryan Housel
42dd36addb
Add dispensing field to amenity=pharmacy preset
...
(closes #4763 )
2018-02-03 23:19:26 -05:00
Bryan Housel
d7bd3c6768
Add opening_hours field to amenity=police preset
...
(closes #4753 )
2018-02-03 23:10:35 -05:00
Bryan Housel
c1378a141f
Add support for complex intersection and via way restrictions
2018-02-02 19:58:09 -05:00
Bryan Housel
35a7a4c3be
Merge pull request #4767 from jgravois/patch4766
...
query the appropriate metadata for esri clarity
2018-02-02 14:18:10 -05:00
john gravois
a96bf1421c
query the appropriate metadata for esri clarity
2018-02-02 10:02:28 -08:00
Bryan Housel
db0858f7d2
v2.6.1
2018-02-01 11:38:41 -05:00
Bryan Housel
68a4c1c7b8
npm run translations
2018-02-01 11:37:51 -05:00
Bryan Housel
19b87c07ad
npm run imagery
2018-02-01 11:37:27 -05:00
Bryan Housel
9d55cfb70f
Treat both EsriWorldImagery layers the same (support vintage, etc)
2018-02-01 11:36:20 -05:00
Bryan Housel
8f76c32b52
2.6.1 changelog
2018-02-01 11:17:23 -05:00
Bryan Housel
f8aeef3393
Merge pull request #4756 from bencostamagna/parking_preset
...
Parking preset: Removed address from default fields
2018-02-01 09:54:35 -05:00