Bryan Housel
19dfcc0162
Exclude non-administrative boundary from address city suggestions
...
(closes #5034 )
2018-05-14 14:00:12 -04:00
Bryan Housel
de718002b9
Replace suburb with town on "thank you for editing near"
...
(closes #4989 )
2018-05-13 16:30:12 -04:00
Bryan Housel
644985c8e3
Don't write 'undefined' to storage when deleting the changeset source
...
(closes #5012 )
Also includes some code to ignore/remove any 'undefined' source values which
happen to be stored in localStorage. Because the saved source/comment/hashtags
expire after 2 days, this code can go away in iD v2.9
2018-05-13 12:57:49 -04:00
Bryan Housel
672d3dfa5b
Make date parsing from community index more consistent
...
(closes #5011 )
2018-05-12 10:41:58 -04:00
greenkeeper[bot]
f0a3d8976f
chore(package): update rollup-plugin-json to version 3.0.0
2018-05-11 10:17:59 -04:00
Bryan Housel
9b37c998f6
Update example deploy script to better pull latest editor-layer-index
...
`npm install` may refuse to work if it finds the
`editor-layer-index/.git` folder
2018-05-11 10:09:40 -04:00
Bryan Housel
82133d4577
Upgrade 'std/esm' to 'esm', fixing the build issues on Node 10
...
(closes #5028 , re: a065f2f2 )
'std/esm' has been replaced with just 'esm'
This fixes the build for Node 10 and we can return to using
the current version now that we've dropped support for Node 4
2018-05-11 09:41:26 -04:00
Bryan Housel
0ba8aab93a
Test Node 10 on travis matrix build
...
(closes #5028 )
2018-05-07 12:24:23 -04:00
Bryan Housel
2ca3024b38
Merge pull request #5025 from guyarad/read-only-bug-resolved
...
Fixing a bug in displaying read-only tags for entities
2018-05-07 12:20:08 -04:00
Bryan Housel
2dab22f86d
npm run build
2018-05-07 12:19:05 -04:00
Bryan Housel
38d93438b4
Merge pull request #5026 from openstreetmap/tyrasd-preset-grandstand
...
add preset for grandstands
2018-05-07 12:17:43 -04:00
Bryan Housel
92c6ab0339
Update clearcut and forest icon and search terms
2018-05-07 12:16:40 -04:00
Bryan Housel
5bae080a5c
Merge pull request #5027 from obama/patch-3
...
Create clearcut.json
2018-05-07 10:31:08 -04:00
Alex
4e257cc725
Create clearcut.json
...
Area, where most or all trees are uniformly cut down.
2018-05-07 14:24:57 +02:00
Martin Raifer
7007bd6bfb
add preset for grandstands
...
see https://wiki.openstreetmap.org/wiki/Tag:building%3Dgrandstand
2018-05-07 10:22:52 +02:00
Guy Arad
753b24e242
resolution for the read-only bug
2018-05-07 10:29:16 +03:00
Bryan Housel
13ed98bd35
Remove trailing space from health food preset
2018-05-06 11:15:56 -04:00
Bryan Housel
607859eac5
Rename "Phone" to "Telephone" (so user can type either)
...
(closes #5019 )
2018-05-05 22:35:52 -04:00
hikemaniac
947b6094f4
Added dance style field to dance hall preset. ( #5020 )
2018-05-05 22:31:49 -04:00
greenkeeper[bot]
22cedfbaee
chore(package): update xmlbuilder to version 10.0.0
2018-04-26 12:55:28 -04:00
Bryan Housel
9f623836cd
Handle tooltip disabled reasons
2018-04-25 23:32:57 -04:00
Bryan Housel
6ed20d7762
actionMergeNodes can just use actionConnect
2018-04-25 22:26:34 -04:00
Bryan Housel
2909162158
Rename merge_way_nodes to merge_nodes, update tests
2018-04-25 20:57:40 -04:00
Bryan Housel
9bf4799b56
Merge branch 'merge-way-nodes-feature' of https://github.com/ferdibiflator/iD into ferdibiflator-merge-way-nodes-feature
2018-04-25 16:19:32 -04:00
greenkeeper[bot]
a3d787859e
fix(package): update lodash-es to version 4.17.10
2018-04-25 15:04:49 -04:00
Bryan Housel
d19e9bad3c
update terms list
2018-04-25 14:59:45 -04:00
Bryan Housel
d959f139ac
Merge branch 'patch-2' of https://github.com/obama/iD into obama-patch-2
2018-04-24 15:19:32 -04:00
Bryan Housel
e3fcbaaa50
v2.8.1
2018-04-24 10:13:54 -04:00
Bryan Housel
bfc6bcb294
npm run translations
2018-04-24 09:56:40 -04:00
Bryan Housel
a3a62402ba
Update osm-community-index
2018-04-24 09:49:58 -04:00
Bryan Housel
712856f118
npm run imagery
2018-04-24 09:48:20 -04:00
Alex
d0de16c669
add reef preset
2018-04-23 23:19:59 +02:00
Bryan Housel
13a4900498
Change bureau_de_change to support tagging as a building/area
...
(closes #5005 )
2018-04-23 09:53:05 -04:00
Bryan Housel
705f7862a1
Remove point as allowable geometry from gates
...
(closes #5004 )
2018-04-22 09:59:25 -04:00
Bryan Housel
068305e88a
Merge pull request #5003 from waldyrious/patch-1
...
CHANGELOG: minor fixes
2018-04-22 04:10:00 -04:00
Waldir Pimenta
02161e5452
CHANGELOG: minor fixes
...
- add missing link
- format list
- clarify an entry
2018-04-22 07:52:38 +01:00
Bryan Housel
90876f6fec
but actually link to the correct issue
2018-04-18 23:48:54 -04:00
Bryan Housel
42472b129a
Link to relevant issues in comment
2018-04-18 23:46:39 -04:00
Bryan Housel
00e5e8efa0
Avoid reversing osmWays in order to "prefer a forward path"
...
(closes #4872 , related #4859 )
2018-04-18 23:43:19 -04:00
Bryan Housel
0efa81f1e8
Fix hover/target cursor tests
...
(re #4887 )
2018-04-18 22:40:26 -04:00
Bryan Housel
d30ed29947
Fix join-line and join-point cursors css to work with touch targets
...
(closes #4887 )
2018-04-18 22:17:28 -04:00
Bryan Housel
cdc02e0f42
Fix blurring workaround when tabbing on Firefox
...
Apparently Firefox now executes setTimeout(fn,0) sync instead of async
(closes #4991 )
2018-04-18 22:01:34 -04:00
Bryan Housel
f40e06dfb4
npm run build
2018-04-18 21:21:21 -04:00
Bryan Housel
f351aef493
Merge pull request #4999 from hikemaniac/car_brand
...
Add brand field to shop=car preset
2018-04-18 21:19:18 -04:00
Bryan Housel
d8f6fafe74
Don't add empty source tag on a changeset
...
(closes #4993 )
2018-04-18 17:33:56 -04:00
Bryan Housel
a86167f0d1
Linkify subreddit in community description
...
(closes #4997 )
2018-04-18 17:10:54 -04:00
hikemaniac
a28b3667b7
Add brand field to shop=car preset.
2018-04-18 20:13:03 +02:00
greenkeeper[bot]
0d6bb565e2
chore(package): update rollup to version 0.58.0
2018-04-17 21:52:44 -04:00
Bryan Housel
f1aa183fee
Remove flow config files
2018-04-17 15:47:46 -04:00
Bryan Housel
85ae00dd05
npm run translations
2018-04-16 15:43:13 -04:00