Tobias Zwick
446dc1097d
Merge branch 'master' into patch-10
...
# Conflicts:
# data/presets/presets/highway/crossing/unmarked-raised.json
# data/presets/presets/highway/crossing/unmarked.json
2019-04-30 22:20:05 +02:00
Tobias Zwick
ba996f700d
remove all now unnecessary removeTags
2019-04-30 22:15:51 +02:00
Tobias Zwick
a1b89332bb
add test
2019-04-30 22:15:34 +02:00
Tobias Zwick
62e0f76243
update readme and preset schema description
2019-04-30 22:15:16 +02:00
Tobias Zwick
d008a585fa
remove removeTags from suggestionsToPresets
2019-04-30 22:14:51 +02:00
Quincy Morgan
76e2948088
Add underscores to filenames of unsearchable crossing presets
2019-04-30 11:55:18 -07:00
Quincy Morgan
9d6b461d0e
Apply the crossing tag of the path to the node even if it's not a footpath when connecting crossing ways
2019-04-30 11:53:03 -07:00
Quincy Morgan
07573091ad
Don't add a "crossing" tag to ambiguous crossings when connecting crossing ways via the quick fix (re: #6244 )
2019-04-30 11:46:15 -07:00
Quincy Morgan
5eb3416431
Don't suggest upgrading crossings without a "crossing" tag to crossing=unmarked ( close #6244 )
...
Style crossing icons more nicely
2019-04-30 11:41:50 -07:00
Quincy Morgan
942d55a4bf
Update strings for duplicate node validation
...
Use routable highway tags for duplicate node validation instead of any highway tag
2019-04-30 10:18:22 -07:00
Quincy Morgan
ddae6641b3
Fix issue where preset list would not appear when adding new features ( close #6271 )
2019-04-30 09:42:24 -07:00
Bryan Housel
dbb10bb155
Just update save count on all changes
...
(closes #6239 )
2019-04-30 10:02:00 -04:00
Bryan Housel
b215c1f1a5
built with updated imagery
2019-04-30 10:01:47 -04:00
Bryan Housel
0a4e2c03a3
Extend timeouts on slow async mapillary tests
...
Trying to avoid false test failures. Default timeout is 2sec, and we can't
be sure slow async tests will finish in that time esp. in a CI environment
2019-04-30 09:59:51 -04:00
Tobias Zwick
f1d9b82831
inherit preset.removeTags from preset.addTags if not defined
2019-04-30 09:50:47 +02:00
Bryan Housel
2fde32ce9f
Merge pull request #6267 from gaoxm/dupeNodeValidation
...
add validation for very close node on road
2019-04-29 23:52:49 -04:00
Ming Gao
18dff285d0
add validation for very close node on road
...
addresses issue #6241
also made a change in inspector, so that when an untagged entity has issues,
show the entity editor so that the issues are visible when an item is clicked
in the issues pane.
2019-04-29 22:59:27 -04:00
Bryan Housel
a3605f9b74
Comment out "anchor encoding" for wiki links
...
(closes #6232 )
2019-04-29 22:53:16 -04:00
Bryan Housel
a72865e4d8
Treat anything with a from/via/to like a restriction
...
(closes #6221 )
Applies to actions like splitting, connecting, extracting a via node, etc
2019-04-29 21:58:10 -04:00
Bryan Housel
2b46440429
Add Relation#hasFromViaTo method and tests
2019-04-29 21:39:40 -04:00
Bryan Housel
bd2490a965
Reverse internal left/right/forward/backward keyparts
...
(closes #6235 )
Previously only trailing keyparts would reverse:
`cycleway:left` ⟺ `cycleway:right`
Now it can do internal keyparts too:
`cycleway:left:surface` ⟺ `cycleway:right:surface`
2019-04-29 21:13:18 -04:00
Bryan Housel
f9eacc9507
Fix typo "segements" -> "segments"
2019-04-29 21:03:05 -04:00
Quincy Morgan
4215db39a2
Add derived data for the prior merge
2019-04-29 15:18:17 -07:00
Quincy Morgan
eec2f6748d
Merge pull request #6266 from westnordost/patch-9
...
deprecate shop=jewellery
2019-04-29 15:16:57 -07:00
Quincy Morgan
9837af3ba9
Add Building Height and Building Levels field to some POI presets if they are buildings ( close #6238 )
2019-04-29 15:13:25 -07:00
Quincy Morgan
9b37461ea6
Rename "SSID (Network Name)" field to "Wifi Network Name" to be clearer to most people
2019-04-29 14:58:59 -07:00
Tobias Zwick
494dac0225
deprecate shop=jewellery
2019-04-29 23:58:27 +02:00
Quincy Morgan
957735bb70
Make Internet Access Fee field appear immediately after setting Internet Access in more cases ( close #6265 )
...
Add internet_access fields to moreFields of more presets (because the network is everywhere!)
2019-04-29 14:51:16 -07:00
Bryan Housel
80b99eb7cb
Get rid of extremely slow sibling selector affecting combo performance
...
(closes #6249 )
I don't even think it affects anything anymore.
2019-04-29 17:26:40 -04:00
Bryan Housel
fceb1a86f7
Merge pull request #6245 from openstreetmap/d3-v5
...
d3 v5
2019-04-29 15:46:08 -04:00
Bryan Housel
e981cd5dd5
Switch mapillary and openstreetcam tests to work async
...
- can't reliably use sinon.spy to tell whether a thing has been called,
so we listen for events instead and check server.requests()
- make sure to request the next page before dispatching `loadedImages` so
we can `server.respond()` to the request in the event handler if we want to
- also moves `localeDateString` in the openstreetcam service from parsing
code to display code, because it's very slow (we can just do this for the
images we look at, instead of all images we fetch)
2019-04-29 15:31:08 -04:00
Quincy Morgan
4f03a2d34b
Simplify self-service laundry preset filename
2019-04-29 10:57:55 -07:00
Quincy Morgan
ca8d92edd3
Capitalize Service in shop/laundry/self_service name
...
Add derived data for previous merge
2019-04-29 10:48:49 -07:00
Quincy Morgan
6bf88e5342
Merge pull request #6260 from westnordost/presets-laundry
...
Added laundromat preset and self_service field
2019-04-29 10:47:17 -07:00
Quincy Morgan
56898b1843
Merge branch 'master' into unsquare-buildings-autofix
2019-04-29 10:44:37 -07:00
Tobias Zwick
f21a259144
capitalize Self-Service
2019-04-29 19:40:09 +02:00
Quincy Morgan
aff50def81
Don't recommend public_transport:version for public_transport=stop_area ( close #6250 )
2019-04-29 10:38:58 -07:00
Quincy Morgan
2eaa6d6ae7
Merge branch 'master' of https://github.com/openstreetmap/iD
2019-04-29 10:23:26 -07:00
Quincy Morgan
94b0376ccf
Add building fields to more building presets (re: #6238 )
2019-04-29 10:21:31 -07:00
Bryan Housel
af31b84b1d
Keep track of whether requests have been processed
...
This lets us call `respond` multiple times, which is useful for the
tests which fetch data in pages.
2019-04-29 13:03:01 -04:00
Bryan Housel
4459087840
Merge pull request #6261 from westnordost/patch-8
...
Mention reference in the readme for presets
2019-04-29 09:36:10 -04:00
Bryan Housel
8a31673ac6
Merge pull request #6257 from westnordost/patch-6
...
Add castle tower preset
2019-04-29 09:34:57 -04:00
Bryan Housel
ac91cdee97
Merge pull request #6254 from westnordost/presets-hangar
...
Add preset for building=hangar
2019-04-29 09:34:40 -04:00
Bryan Housel
5a660f5e28
Merge pull request #6253 from westnordost/presets-general-store
...
Add shop=general for general store
2019-04-29 09:34:19 -04:00
Tobias Zwick
3b82c4e3c1
capitalize names
2019-04-29 00:16:32 +02:00
Tobias Zwick
28444a4b25
Capitalize Village Shop
2019-04-29 00:13:22 +02:00
Tobias Zwick
7a2b4618e5
Capitalize Tower
2019-04-29 00:12:55 +02:00
Tobias Zwick
554c6cd9c8
Capitalize Hangar Building
2019-04-29 00:12:17 +02:00
Tobias Zwick
8bab697ca9
Capitalize General Store
2019-04-29 00:11:30 +02:00
Bryan Housel
7b10385e85
Merge pull request #6258 from westnordost/patch-7
...
Add tourism information terminal preset
2019-04-28 18:10:47 -04:00