Quincy Morgan
ff6ddfb486
Log more changes for the 2.13.0 changelog
2019-01-23 09:32:26 -05:00
Quincy Morgan
13a27394cc
Log more changes to the 2.13.0 changelog
2019-01-23 09:17:11 -05:00
Bryan Housel
4c0fb3a4a6
Update name-suggestion-index to 1.0.3
2019-01-23 09:07:05 -05:00
Bryan Housel
12b57e4515
Update osm-community-index to 0.6.0
2019-01-23 08:59:55 -05:00
Bryan Housel
b3953e4a31
Don't mix up inflight tile requests with inflight keepright updates
...
(closes #5748 )
2019-01-22 23:20:17 -05:00
Bryan Housel
4583e2d4d7
Make sure all combo event listeners can handle accept/cancel w/o datum
...
(re: #5637 , re: #5618 )
This can happen if the user enters a value that is not matched to
one of the combo suggestions.
Also make sure to set `this` to the input field. It might not be
already if the event was triggered from a keypress instead of a click.
2019-01-22 23:14:34 -05:00
Bryan Housel
0c7b9a631e
Improve combobox event handling and avoid overwriting typed data
...
(closes #5722 , re: #5637 , re: #5618 )
dispatched with a value() string instead of a datum, which
causes issues for code expecting a datum always.
(such as localized.js brand picker or "Add Field" combo)
Fix for this coming in next commit.
2019-01-22 22:26:27 -05:00
Quincy Morgan
e2ea6922a5
First draft of 2.13.0 release notes
2019-01-22 17:44:50 -05:00
Quincy Morgan
319875927a
Add Diet Types field to moreFields of shop/supermarket
2019-01-22 17:44:04 -05:00
Quincy Morgan
07327eb9c7
Added documentation for the locale URL parameter (re: #5650 )
2019-01-22 15:41:00 -05:00
Quincy Morgan
949337249b
Improved performance of multipolygon line-as-area rendering check
2019-01-22 14:10:42 -05:00
Quincy Morgan
e83bdbb181
Fixed an issue where non-trivial line components of multipolygons were not rendered as lines
2019-01-22 13:51:44 -05:00
Quincy Morgan
0499a76443
Fixed an entity not found error when restoring new ways that reference unloaded nodes ( closed #4108 , closed #5194 )
2019-01-22 12:56:37 -05:00
Quincy Morgan
8cc3e14bae
Update piste/sled preset with sledding icon from Temaki 1.2.0
2019-01-22 11:46:37 -05:00
Quincy Morgan
b5b1e53709
Update Temaki to v1.2.0
...
Use new Temaki icons for a variety of presets
Add terms to the shop/outdoor preset
2019-01-22 11:26:00 -05:00
Quincy Morgan
bad8d7620e
Fix an issue where top bar buttons would wrap their contents, causing janky UI ( closes #5746 )
2019-01-22 09:41:00 -05:00
Quincy Morgan
1323ec3d5a
Map Data and Background panes no longer reload hidden sections
2019-01-21 15:52:58 -05:00
Quincy Morgan
35ac247ff0
Fixes an issue where panel sections wouldn't render when toggled if hidden on page load ( closes #5743 )
2019-01-21 15:22:50 -05:00
Quincy Morgan
92f1c4964f
Added lanes field to moreFields of highway/service preset
2019-01-21 12:45:33 -05:00
Quincy Morgan
e0c028c7f5
Fixed multicombo field chip misalignment in firefox
2019-01-21 12:11:02 -05:00
Quincy Morgan
a7e713da15
Fixed an issue in the Areas walkthrough chapter where the user could not proceed after adding the Description field
2019-01-21 11:51:25 -05:00
Bryan Housel
263ecbf0c0
Upgrade temaki icons to 1.1.0, add icons for wall, railing, guard_rail
2019-01-21 11:42:43 -05:00
Minh Nguyễn
898b2e3d0a
Merge pull request #5738 from openstreetmap/1ec5-wkid
...
Replace wkid/w/s/n/e in WMS URL templates
2019-01-20 11:46:47 -08:00
Minh Nguyễn
9e3d49efb7
Replace wkid/w/s/n/e in WMS URL templates
2019-01-19 15:42:22 -08:00
Bryan Housel
2df39c1dc7
Escape all .s in imagery identifiers, not just the first one
...
(closes #5737 )
2019-01-19 10:53:09 -05:00
Bryan Housel
19a8f5c47c
Remove test that only works if we can reliably simulate clicks
...
Previously the combo showed immediately on mousedown, now it
shows on mouseup after some slight delay.
2019-01-18 23:34:59 -05:00
Bryan Housel
1ec5b708fc
Restore default click behaviors on mousedown of a combobox
...
(closes #5732 )
2019-01-18 23:23:35 -05:00
Bryan Housel
7e69ab508f
Add quotes around "to" way to match other error messages
2019-01-18 18:23:08 -05:00
Bryan Housel
087c38e8fd
Avoid calling changeRole recursively
...
(closes #5731 )
2019-01-18 18:20:47 -05:00
Bryan Housel
4e3def9ce8
Fix the width of the add-tag and add-relation buttons
...
(closes #5729 )
2019-01-18 13:48:17 -05:00
Quincy Morgan
46beb31e74
Removed extra padding in comboboxes when the caret is hidden
2019-01-18 11:59:40 -05:00
Quincy Morgan
af011d990c
Fixed multiCombo field vertical alignment and hover styling issues
2019-01-18 11:28:57 -05:00
Quincy Morgan
bf2574f4e3
Hide the dropdown arrow in combo fields if there are no suggestions from tagInfo ( closes #5730 )
2019-01-18 11:21:31 -05:00
Quincy Morgan
4f650ad2f9
The Junction Number field now appears by default on Motorway Link and Trunk Link presets (re: #4178 )
...
Fields with a prerequisiteTag property no longer count against the fields count buildtime check
2019-01-18 11:03:21 -05:00
Quincy Morgan
bc81a62a58
Made the value chips in the Destinations semiCombo field full-width to mimic the layout of highway signs (re: #4178 )
...
The input and combobox caret elements in the multicombo field value list are now wrapped in a li element for consistency
2019-01-18 10:41:51 -05:00
Bryan Housel
e69f7399ca
Add 'building' as a moreField for fuel stations
...
(closes #5713 )
People mostly tag fuel stations on the property outline. But sometimes people
tag them on the convenience store or building=roof. When it's done this way,
we need to show the building field.
2019-01-17 16:34:05 -05:00
Quincy Morgan
5909adeb19
Merge branch 'master' of https://github.com/openstreetmap/iD
2019-01-17 15:43:52 -05:00
Quincy Morgan
77cfde7913
combo, multiCombo, and semiCombo fields now correctly submit the typed value upon pressing enter/return without deselecting the feature ( closes #5725 )
2019-01-17 15:42:35 -05:00
Bryan Housel
95a9ec7c53
Remove redundant "building_area" field from shop=fuel preset
2019-01-17 15:42:26 -05:00
Quincy Morgan
bb4d0a9282
Fixes false error when a preset inherits fields from a preset with no fields
2019-01-17 15:40:42 -05:00
Bryan Housel
e37dbbd3e1
Style preset icon fill with building if it has a building_area field
...
These are presets that default to `building=yes` so they should look like
buildings.
2019-01-17 14:28:57 -05:00
Quincy Morgan
6adc174ddf
Changed the destination field to semiCombo type and made it require oneway=yes
...
Added fields for destination:ref, destination:symbol, and junction:ref that require oneway=yes
Updated trunk_link to inherit fields from motorway_link
Moved name and ref_road_number from fields to moreFields on link presets
Added destination and destination/ref to fields of link presets
Added destination/symbol and junction/ref to moreFields of link presets
Added toll to moreFields of highway/primary
2019-01-17 14:17:50 -05:00
Bryan Housel
445b585b27
Use arrays instead of string concat for classparts
...
(less brittle than keeping track of spaces)
2019-01-17 14:01:50 -05:00
Bryan Housel
0180801c79
Style baseball/softball fields in yellow, not green
2019-01-17 13:31:18 -05:00
Quincy Morgan
90637bdcfa
Fixed an issue where the cycleway field would throw an error when added from the "Add field:" dropdown
2019-01-17 12:32:14 -05:00
Bryan Housel
89e45225b8
Style multipolygon inner/outers as areas not lines
2019-01-17 12:32:45 -05:00
Quincy Morgan
cff28b84b9
Updated the restriction presets to use field inheritance
2019-01-17 12:14:19 -05:00
Quincy Morgan
cfc8da881b
Made road and unclassified highways inherit from residential
...
Added smoothness to moreFields of highway/residential
2019-01-17 11:52:49 -05:00
Quincy Morgan
9f7ef21e5c
The additional fields dropdown now mixes universal and moreFields and is sorted alphabetically
2019-01-17 11:37:05 -05:00
Quincy Morgan
ecec397736
Added fields for oneway:bicycle, destination, minspeed, and dog tags and added them to moreFields of appropriate presets
...
Reduced the maximum fields count before warning from 9 to 8
Updated some similar highway presets to use field inheritance
Added additional fields to moreFields of various highway presets
2019-01-17 10:09:46 -05:00