Commit Graph

7750 Commits

Author SHA1 Message Date
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
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
Bryan Housel
22b36598ab Merge pull request #4330 from willemarcel/remove-area-from-presets
remove area from some presets geometry
2017-09-09 08:11:12 -04:00
Wille Marcel
6e2ad9deaf add preset for vending=feminine_hygiene 2017-09-08 19:59:00 -03:00
Wille Marcel
949ed23e0a remove area from some presets geometry 2017-09-08 19:47:16 -03:00
JamesKingdom
1c959488b5 Merge remote-tracking branch 'origin/master' into hcpresets 2017-09-08 20:45:47 +01:00
JamesKingdom
b4971b8190 Adding untracked files 2017-09-08 20:42:08 +01:00
Bryan Housel
28b5eff7a2 Merge pull request #4328 from Teiron/master
Improve address format for Poland
2017-09-08 14:59:22 -04:00
Bryan Housel
f8a15be885 Use route-water icon for waterway relation, add to defaults.json 2017-09-08 14:53:51 -04:00
Bryan Housel
92e2efa46a Reorder relation preset files - icon, fields, geometry, tags, name 2017-09-08 14:52:48 -04:00
Teiron
b5bf72b3ac Improve address format for Poland 2017-09-08 20:31:51 +02:00
Bryan Housel
8450cab287 Add route-water icon 2017-09-08 14:21:43 -04:00