Bryan Housel
5b9b6bbd97
Fix multiselect items that span more than one line
...
(closes #4349 )
2017-09-18 10:24:20 -04:00
Bryan Housel
6c1c175edb
Remove NOTES.md, the information in there is very outdated
2017-09-17 22:45:35 -04:00
Bryan Housel
c5424b7f81
Deprecate shop=furnace
...
(closes #4347 )
2017-09-17 22:40:02 -04:00
Bryan Housel
001bb2fce9
Add info about customizing colors with Stylish to the FAQ
...
(closes #4270 )
2017-09-17 22:34:46 -04:00
Bryan Housel
2c53674c38
Use dark style for zoom in message now that it's not on sidebar
2017-09-17 00:38:38 -04:00
Bryan Housel
320f1430fa
Merge branch 'zoom-to-edit' of https://github.com/leegenes/iD into leegenes-zoom-to-edit
2017-09-17 00:01:50 -04:00
Bryan Housel
87a595ec55
Merge pull request #4350 from openstreetmap/download_changes
...
Add download changes link
2017-09-16 22:51:24 -04:00
Bryan Housel
202354508e
Use file blobs instead of data uri for saving
...
(This seems to be an easier path to IE11/Edge support)
2017-09-16 22:39:52 -04:00
Bryan Housel
0620e6b470
Merge pull request #4352 from willemarcel/update-help
...
update help text that mention the edit feature menu
2017-09-16 00:17:43 -04:00
Bryan Housel
2edc37b74e
Leave out the changeset_id when downloading osmChange file
...
per https://github.com/openstreetmap/iD/pull/4350#discussion_r139261887
2017-09-15 20:04:42 -04:00
Bryan Housel
359eab468c
OsmChange -> osmChange
2017-09-15 19:44:55 -04:00
Bryan Housel
82494750ef
Cleanup code, detect download support (alternate flow for IE, Edge)
2017-09-15 16:39:50 -04:00
Wille Marcel
18ead386d2
update help text that mention the edit feature menu
2017-09-15 16:08:28 -03:00
Bryan Housel
a43b1e3c0a
WIP: fix download changes on save conflicts screen
2017-09-14 22:25:17 -04:00
Bryan Housel
8c9aae1499
Add download changes link to uiCommitChanges summary
...
(WIP: still need to check IE11 and fix download on conflict screen)
2017-09-14 17:35:06 -04:00
Bryan Housel
b07dad051b
Change eslint no-unreachable-code from "error" to "warn"
...
I sometimes add an early `return` while debugging, still want tests to run
2017-09-14 13:19:26 -04:00
Bryan Housel
25eb6269bf
Add speciality clinics per osm wiki
2017-09-13 17:01:02 -04:00
Bryan Housel
80dfc5a415
Add more healthcare providers, per osm wiki and taginfo
2017-09-13 16:46:00 -04:00
Bryan Housel
8d6f59c771
Add healthcare=pharmacy tag (based on taginfo usage)
2017-09-13 14:27:16 -04:00
Bryan Housel
8189503c76
Add generic healthcare preset
2017-09-13 14:05:55 -04:00
Bryan Housel
cf8ceb7734
Move healthcare:speciality to subfolder
2017-09-13 13:46:49 -04:00
Bryan Housel
ba1fea6c98
Remove ref from healthcare fields, remove "general" specialist preset
2017-09-13 11:40:44 -04:00
Bryan Housel
6ca818268b
Merge branch 'master' into hcpresets
2017-09-13 10:54:30 -04:00
Bryan Housel
12be1a8161
pacify eslint
2017-09-13 09:03:16 -04:00
Bryan Housel
c7ec97f116
Merge pull request #4343 from hugovk/patch-1
...
HTTPS links and a typo
2017-09-12 17:06:01 -04:00
Bryan Housel
1fcceeb0e8
Move string processing into background_source
2017-09-12 17:02:17 -04:00
Hugo
72b9e4413f
HTTPS links and a typo
2017-09-12 23:16:06 +03:00
Bryan Housel
75fcb892f8
Fix show/hide of list items
2017-09-12 15:32:23 -04:00
Bryan Housel
9d60d9c6b0
Track inflight jsonp requests and avoid reissuing them
2017-09-12 15:00:32 -04:00
Bryan Housel
6addbba340
reorganize metadata object, change display of meters
2017-09-12 14:51:01 -04:00
Bryan Housel
6eb392f147
Merge branch 'esri-vintage' of https://github.com/jgravois/iD into jgravois-esri-vintage
2017-09-12 09:45:18 -04:00
Bryan Housel
4032904a7b
Fix mapillary detection label positions
...
(closes #4282 )
2017-09-11 17:11:20 -04:00
Bryan Housel
19e9d57e49
Add tourism=attraction as a universal field
...
(closes #4323 )
2017-09-11 15:20:03 -04:00
Bryan Housel
59f1df902d
When showing a field, set its default value if it has one
...
This allows universal fields or other standalone fields to have a default value.
This didn't work before becuase default values were only handled by
preset.applyTags() / preset.removeTags().
2017-09-11 15:16:02 -04:00
Bryan Housel
494e247ad1
Render intermittent features with dashed lines
2017-09-11 14:14:30 -04:00
Bryan Housel
fec27a04d3
Add intermittent checkbox field, and Intermittent Stream preset
2017-09-11 14:04:09 -04:00
john gravois
5f341366e7
display additional metadata from Esri World Imagery
...
* getVintage() becomes getMetadata()
* ignore a couple unrelated lint nags
* add source description, resolution and accuracy info to debug panel
2017-09-11 09:51:07 -07:00
Bryan Housel
0f153d7d55
Ignore URLish fragments when detecting hashtags in changeset comment
...
(closes #4289 )
2017-09-11 12:11:22 -04:00
Bryan Housel
51072f6799
Merge pull request #4332 from willemarcel/hackerspace
...
add preset for hackerspace
2017-09-11 11:52:47 -04:00
Bryan Housel
ba8a1e6bc6
Several changes to avoid storing stale hashtags
...
(closes #4304 )
- remove context.storage hashtags whenever hashtags are detected in comment.
- when changing the comment, override hashtags with any found in comment.
2017-09-11 11:50:59 -04:00
Wille Marcel
5e6db23dc9
update hackerspace preset and add terms for bowling_alley
2017-09-11 11:10:20 -03:00
Bryan Housel
9719a31c79
Match less punctuation in hashtags
...
(closes #4303 )
2017-09-11 09:55:29 -04:00
Bryan Housel
0d35c5ed59
Give preset priority in preset list when search matches name exactly
...
(closes #4325 )
2017-09-10 12:56:14 -04:00
Bryan Housel
9c738cb5b7
Restore preset ordering test with leading terms (regressed in af776501)
...
The ordering did not actually change, but the test was failing because
it was throwing away the preset terms.. preset.terms() actually returns
translated terms not original terms, and should default to returning the
original terms when translations are not available (like in testing).
2017-09-10 12:56:07 -04:00
jgravois
7521369ece
add support for displaying esri metadata
2017-09-09 21:59:07 -07:00
Bryan Housel
9750fa4d82
Merge pull request #4333 from willemarcel/fix-feminine-hygiene
...
fix feminine_hygiene terms
2017-09-09 11:48:01 -04:00
Wille Marcel
f2de9383e1
fix feminine_hygiene terms
2017-09-09 12:24:08 -03:00
Wille Marcel
910c463d98
add preset for hackerspace
2017-09-09 12:18:22 -03:00
Bryan Housel
1c9719d763
Avoid requesting blank tiles from EsriWorldImagery
...
(closes #4327 )
This allows the real tiles to overzoom, so the user does not see
tiles with the "map data not yet available" message
2017-09-09 08:51:13 -04:00
Bryan Housel
c6189bb3b9
Merge pull request #4331 from willemarcel/feminine_hygiene
...
add preset for vending=feminine_hygiene
2017-09-09 08:13:27 -04:00