Commit Graph

  • 298a53562d Add issue display when selecting any feature, even if not edited Quincy Morgan 2019-01-24 17:22:34 -05:00
  • ffe4aa09f4 Pass entity array into validators instead of changes object Quincy Morgan 2019-01-24 15:26:19 -05:00
  • a259a9acf1 Add more deprecated tag data from https://wiki.openstreetmap.org/wiki/Deprecated_features Run deprecated_tag validation on modified as well as created features Quincy Morgan 2019-01-24 15:09:02 -05:00
  • b21dd1d5d6 Add tooltip and updated message to deprecated_tags validation issue Add a quick fix to upgrade deprecated tags Add more deprecated tag data Quincy Morgan 2019-01-24 14:09:12 -05:00
  • 33ae009936 Clarify wording of old_multipolygon issue and tooltip Add quick fix for old_multipolygon issue Quincy Morgan 2019-01-24 11:01:41 -05:00
  • 981ed9ef8c Integrate the generic_name validation into the new validations framework Quincy Morgan 2019-01-24 09:28:59 -05:00
  • 01e2370cbd Add background color to the issue pane list Quincy Morgan 2019-01-24 08:37:46 -05:00
  • df87374042 Add {leftclick} icon to help section about adjusting imagery offset Bryan Housel 2019-01-23 23:55:07 -05:00
  • 23087755ce Add more forestry terms re: transifex https://www.transifex.com/openstreetmap/id-editor/translate/#ta/$/14390187?q=issue%3Aopen Bryan Housel 2019-01-23 23:47:07 -05:00
  • d5e5d6b524 Fix typo: "OpenStreetmap" -> "OpenStreetMap" Bryan Housel 2019-01-23 23:30:27 -05:00
  • 7b288ef95d Add basic zoom-to-clicked-issue behavior Quincy Morgan 2019-01-23 15:25:55 -05:00
  • 4389bd8741 Merge pull request #5723 from gaoxm/almostJunctAutoFix Quincy Morgan 2019-01-23 13:24:48 -05:00
  • 0aff34d980 Merge pull request #5736 from gaoxm/fixCrossWayTest Quincy Morgan 2019-01-23 13:24:27 -05:00
  • e69f2a0389 Merge branch 'master' into validation Quincy Morgan 2019-01-23 13:15:33 -05:00
  • 24b6e9aeec v2.13.0 Quincy Morgan 2019-01-23 11:33:23 -05:00
  • 497a22edd3 npm run translations Quincy Morgan 2019-01-23 11:30:55 -05:00
  • c7910596d5 npm run imagery Quincy Morgan 2019-01-23 11:29:41 -05:00
  • acbd6ab7ab Update two key references in the changelog to use keyboard styling Quincy Morgan 2019-01-23 11:15:31 -05:00
  • a873c0f2ca Remove unused, add maprules documentation Bryan Housel 2019-01-23 11:08:19 -05:00
  • 8361a44962 Reword "opening" -> "open", add shortcut for Map Data pane Bryan Housel 2019-01-23 10:14:50 -05:00
  • 855cdb29da Changelog update: Add Frozen Food preset, and Zoom To command Bryan Housel 2019-01-23 10:10:35 -05:00
  • 217c9cacda Show 'name' field for charging station (e.g. "Tesla Supercharger") Bryan Housel 2019-01-23 09:58:12 -05:00
  • fa1edc86a1 Another place where we should delimit name suggestion on en-dash see 20bcfc573 Bryan Housel 2019-01-23 09:57:43 -05:00
  • c77849fc81 Add preset for shop=frozen_food (for Picard name suggestion preset) Bryan Housel 2019-01-23 09:49:03 -05:00
  • 20bcfc5730 Delimit name-suggestion-preset names on en-dash, not hyphen To avoid conflicts with hyphenated names, or bilingual names with hyphens in them (like used in Brussels) Bryan Housel 2019-01-23 09:43:16 -05:00
  • ff6ddfb486 Log more changes for the 2.13.0 changelog Quincy Morgan 2019-01-23 09:32:26 -05:00
  • 13a27394cc Log more changes to the 2.13.0 changelog Quincy Morgan 2019-01-23 09:17:11 -05:00
  • 4c0fb3a4a6 Update name-suggestion-index to 1.0.3 Bryan Housel 2019-01-23 09:07:05 -05:00
  • 12b57e4515 Update osm-community-index to 0.6.0 Bryan Housel 2019-01-23 08:59:55 -05:00
  • b3953e4a31 Don't mix up inflight tile requests with inflight keepright updates (closes #5748) Bryan Housel 2019-01-22 23:20:17 -05:00
  • 4583e2d4d7 Make sure all combo event listeners can handle accept/cancel w/o datum (re: #5637, re: #5618) Bryan Housel 2019-01-22 23:12:40 -05:00
  • 0c7b9a631e Improve combobox event handling and avoid overwriting typed data (closes #5722, re: #5637, re: #5618) Bryan Housel 2019-01-22 22:21:48 -05:00
  • e2ea6922a5 First draft of 2.13.0 release notes Quincy Morgan 2019-01-22 17:44:50 -05:00
  • 319875927a Add Diet Types field to moreFields of shop/supermarket Quincy Morgan 2019-01-22 17:44:04 -05:00
  • 07327eb9c7 Added documentation for the locale URL parameter (re: #5650) Quincy Morgan 2019-01-22 15:41:00 -05:00
  • 949337249b Improved performance of multipolygon line-as-area rendering check Quincy Morgan 2019-01-22 14:10:42 -05:00
  • e83bdbb181 Fixed an issue where non-trivial line components of multipolygons were not rendered as lines Quincy Morgan 2019-01-22 13:51:44 -05:00
  • 0499a76443 Fixed an entity not found error when restoring new ways that reference unloaded nodes (closed #4108, closed #5194) Quincy Morgan 2019-01-22 12:56:37 -05:00
  • 8cc3e14bae Update piste/sled preset with sledding icon from Temaki 1.2.0 Quincy Morgan 2019-01-22 11:46:37 -05:00
  • b5b1e53709 Update Temaki to v1.2.0 Use new Temaki icons for a variety of presets Add terms to the shop/outdoor preset Quincy Morgan 2019-01-22 11:26:00 -05:00
  • bc430e4926 Fix loop index bug J Guthrie 2019-01-22 14:50:13 +00:00
  • bad8d7620e Fix an issue where top bar buttons would wrap their contents, causing janky UI (closes #5746) Quincy Morgan 2019-01-22 09:41:00 -05:00
  • 274eaa2e47 Fix eslint issue J Guthrie 2019-01-22 14:39:21 +00:00
  • 6a3a0251d0 Fix bug where end nodes being on top of each other gave false positive J Guthrie 2019-01-22 14:29:45 +00:00
  • 631ace27d5 Add check to stop joining ways if resulting way intersects itself - Includes new test case J Guthrie 2019-01-22 03:07:38 +00:00
  • 1323ec3d5a Map Data and Background panes no longer reload hidden sections Quincy Morgan 2019-01-21 15:52:58 -05:00
  • 35ac247ff0 Fixes an issue where panel sections wouldn't render when toggled if hidden on page load (closes #5743) Quincy Morgan 2019-01-21 15:22:50 -05:00
  • ec20279b5c Update .gitattributes to use lf eol for .js files SilentSpike 2019-01-21 19:54:13 +00:00
  • 92f1c4964f Added lanes field to moreFields of highway/service preset Quincy Morgan 2019-01-21 12:45:33 -05:00
  • e0c028c7f5 Fixed multicombo field chip misalignment in firefox Quincy Morgan 2019-01-21 12:11:02 -05:00
  • a7e713da15 Fixed an issue in the Areas walkthrough chapter where the user could not proceed after adding the Description field Quincy Morgan 2019-01-21 11:51:25 -05:00
  • 263ecbf0c0 Upgrade temaki icons to 1.1.0, add icons for wall, railing, guard_rail Bryan Housel 2019-01-21 11:41:37 -05:00
  • 898b2e3d0a Merge pull request #5738 from openstreetmap/1ec5-wkid Minh Nguyễn 2019-01-20 11:46:47 -08:00
  • 9e3d49efb7 Replace wkid/w/s/n/e in WMS URL templates Minh Nguyễn 2019-01-19 15:42:22 -08:00
  • 2df39c1dc7 Escape all .s in imagery identifiers, not just the first one (closes #5737) Bryan Housel 2019-01-19 10:53:09 -05:00
  • 19a8f5c47c Remove test that only works if we can reliably simulate clicks Bryan Housel 2019-01-18 23:34:59 -05:00
  • 1ec5b708fc Restore default click behaviors on mousedown of a combobox (closes #5732) Bryan Housel 2019-01-18 23:23:35 -05:00
  • 08bc219e6f fix tests for crossing way validation check Xiaoming Gao 2019-01-18 22:25:47 -05:00
  • 7e69ab508f Add quotes around "to" way to match other error messages Bryan Housel 2019-01-18 18:23:08 -05:00
  • 087c38e8fd Avoid calling changeRole recursively (closes #5731) Bryan Housel 2019-01-18 18:20:47 -05:00
  • 4e3def9ce8 Fix the width of the add-tag and add-relation buttons (closes #5729) Bryan Housel 2019-01-18 13:48:17 -05:00
  • 46beb31e74 Removed extra padding in comboboxes when the caret is hidden Quincy Morgan 2019-01-18 11:59:40 -05:00
  • af011d990c Fixed multiCombo field vertical alignment and hover styling issues Quincy Morgan 2019-01-18 11:28:57 -05:00
  • bf2574f4e3 Hide the dropdown arrow in combo fields if there are no suggestions from tagInfo (closes #5730) Quincy Morgan 2019-01-18 11:21:31 -05:00
  • 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 Quincy Morgan 2019-01-18 11:03:21 -05:00
  • 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 Quincy Morgan 2019-01-18 10:41:51 -05:00
  • e69f7399ca Add 'building' as a moreField for fuel stations (closes #5713) Bryan Housel 2019-01-17 16:32:20 -05:00
  • 5909adeb19 Merge branch 'master' of https://github.com/openstreetmap/iD Quincy Morgan 2019-01-17 15:43:52 -05:00
  • 77cfde7913 combo, multiCombo, and semiCombo fields now correctly submit the typed value upon pressing enter/return without deselecting the feature (closes #5725) Quincy Morgan 2019-01-17 15:42:35 -05:00
  • 95a9ec7c53 Remove redundant "building_area" field from shop=fuel preset Bryan Housel 2019-01-17 15:42:10 -05:00
  • bb4d0a9282 Fixes false error when a preset inherits fields from a preset with no fields Quincy Morgan 2019-01-17 15:40:42 -05:00
  • 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. Bryan Housel 2019-01-17 14:27:57 -05:00
  • 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 Quincy Morgan 2019-01-17 14:17:50 -05:00
  • 445b585b27 Use arrays instead of string concat for classparts (less brittle than keeping track of spaces) Bryan Housel 2019-01-17 14:01:50 -05:00
  • 0180801c79 Style baseball/softball fields in yellow, not green Bryan Housel 2019-01-17 13:30:43 -05:00
  • 90637bdcfa Fixed an issue where the cycleway field would throw an error when added from the "Add field:" dropdown Quincy Morgan 2019-01-17 12:32:14 -05:00
  • 89e45225b8 Style multipolygon inner/outers as areas not lines Bryan Housel 2019-01-17 12:32:25 -05:00
  • cff28b84b9 Updated the restriction presets to use field inheritance Quincy Morgan 2019-01-17 12:14:19 -05:00
  • cfc8da881b Made road and unclassified highways inherit from residential Added smoothness to moreFields of highway/residential Quincy Morgan 2019-01-17 11:52:49 -05:00
  • 9f7ef21e5c The additional fields dropdown now mixes universal and moreFields and is sorted alphabetically Quincy Morgan 2019-01-17 11:37:05 -05:00
  • 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 Quincy Morgan 2019-01-17 10:09:46 -05:00
  • 39a4cc2d7e Style leisure=track racetracks in yellow, not green Bryan Housel 2019-01-17 09:59:15 -05:00
  • 9ad217dce3 Fixed broken preset field inheritance Quincy Morgan 2019-01-17 09:49:48 -05:00
  • f93ee2f242 Fix arg to json-stringify-pretty-compact so taginfo.json is condensed Bryan Housel 2019-01-17 09:08:01 -05:00
  • ed1b32682a Don't enumerate all the values of radio fields in taginfo.json (closes #5715) Bryan Housel 2019-01-17 00:24:40 -05:00
  • 3e12a85fa1 Merge pull request #5717 from nyurik/wikilink Bryan Housel 2019-01-17 00:10:45 -05:00
  • 0e0e87453f npm run build Bryan Housel 2019-01-17 00:10:09 -05:00
  • 048a1c2d7f Merge pull request #5724 from CloCkWeRX/patch-1 Bryan Housel 2019-01-17 00:07:48 -05:00
  • a9ac1bda97 Fix issues causing mode/undo/save buttons to be missing disabled style Bryan Housel 2019-01-17 00:06:57 -05:00
  • 6f21f95c61 Add alias of "real estate" for estate agent Daniel O'Connor 2019-01-17 15:30:49 +10:30
  • 0773fedb8f Fix undefined fieldID.indexOf('{') > -1 causing tests to fail Bryan Housel 2019-01-16 22:12:56 -05:00
  • aa5f1aec5b add auto-fix for almost junction by creating connection nodes Xiaoming Gao 2019-01-16 20:02:25 -05:00
  • 2804ef35fe Added a warning and an error in build data for presets with "fields" counts over a given threshold (now 9 and 12) Reduced all "fields" counts to nine or fewer by moving fields to "moreFields" Moved maxheight, cycleway, and toll fields in highway presets from fields to moreFields Added covered and maxspeed/advisory fields to moreFields of more highway presets Added smoothness field to more path type presets Updated highway/service presets to use field inheritance Added variants of the voltage and frequency fields that require "electrified" not equal to "no" and added them to the relevant railway presets Quincy Morgan 2019-01-16 17:16:55 -05:00
  • d02f6ff821 Removed wheelchair field from universal list and added it to relevant fields individually (re: #5719) Quincy Morgan 2019-01-16 15:28:06 -05:00
  • 3caf6eabed remove non local non en wiki links Yuri Astrakhan 2019-01-16 15:00:20 -05:00
  • 62118fa7f8 chore(package): update esm to version 3.1.0 greenkeeper[bot] 2019-01-16 16:20:38 +00:00
  • 9f2d18e061 Updated the public_transport presets to use field inheritance Quincy Morgan 2019-01-16 14:38:07 -05:00
  • d284e0f589 Removed universal Tourism field (re: #5719) Quincy Morgan 2019-01-16 14:36:00 -05:00
  • 54b4a798b1 Localize language name Yuri Astrakhan 2019-01-16 14:35:47 -05:00
  • a58dd9cf91 Removed the address, email, fax, phone, and website fields from the universal field list (re: #5719) Added those fields to the moreFields list of relevant presets Quincy Morgan 2019-01-16 14:15:02 -05:00