Commit Graph

  • 9154a6a554 context.asset should pass-through absolute URLs Bryan Housel 2020-01-29 15:22:06 -05:00
  • 89724cfb1b Remove support for debug rendering of the community index We have http://openstreetmap.community now for this, and it eliminates another place in the code where that data would have been needed. This commit also ES6ifies svgDebug. Bryan Housel 2020-01-29 13:35:25 -05:00
  • 362558f7dc npm run build:stats Bryan Housel 2020-01-29 12:36:47 -05:00
  • c481f90e7d Stop bundling wmf-sitematrix, move it extern Bryan Housel 2020-01-29 12:30:11 -05:00
  • 567eeac587 Make several data external instead of bundled: Also dist/data/* contains minified files now Bryan Housel 2020-01-28 22:21:31 -05:00
  • 3ac800c619 Script has moved Bryan Housel 2020-01-28 15:01:40 -05:00
  • ce7cac6738 Move all the build scripts into scripts/ folder, ES6ify more stuff Bryan Housel 2020-01-28 15:00:02 -05:00
  • aadbddba2f Update to temaki 3.14.0 (close #7299, re: #7255) Quincy Morgan 2020-01-28 13:21:46 -05:00
  • d7e4575a7b Update to temaki 3.13.0 (close #7298) Add new rail icons (close #7255) Render "statused" railways with lighter colors Don't render disused features with a dashed stroke Quincy Morgan 2020-01-28 11:42:53 -05:00
  • 6d81a00daf Let caller modify the coreData fileMap, and add tests Bryan Housel 2020-01-28 10:27:01 -05:00
  • 89ce98f510 Don't require services/osm in order to get max OSM character lengths Quincy Morgan 2020-01-28 09:28:23 -05:00
  • b949cc6bb6 Sometimes the issue cache has junk in it. Bryan Housel 2020-01-27 17:38:29 -05:00
  • d69cf532e0 Merge branch 'dataloader' into 2.x Bryan Housel 2020-01-27 17:17:46 -05:00
  • 31e007fc83 Create a data loader and move the intro graph into dist/data (re: #3403) Bryan Housel 2020-01-27 17:15:00 -05:00
  • 6dc02d7f22 Properly hide the input field on semicombos when there aren't enough characters remaining to add another value (re: #6817) Quincy Morgan 2020-01-27 16:35:15 -05:00
  • 17ae12b3d7 Address most common places where tag keys or values could exceed the 255 character API limit (close #6817) Quincy Morgan 2020-01-27 15:57:55 -05:00
  • f2c14ab970 Restore the global id for console dev debugging Bryan Housel 2020-01-27 15:48:21 -05:00
  • 883f35a99b indent Bryan Housel 2020-01-27 12:28:55 -05:00
  • 6b7bb75315 Prefix the stateful/internal variables with _ Bryan Housel 2020-01-27 12:09:53 -05:00
  • 84b3a394ca Add more fields to advertising. ToastHawaii 2020-01-26 22:15:58 +01:00
  • ee520b756c Update QA button strings SilentSpike 2020-01-25 22:22:48 +00:00
  • 2a2668b01b Can't use ES6 fat-arrow functions with arguments see buble bug https://github.com/bublejs/buble/issues/208 Bryan Housel 2020-01-24 17:22:03 -05:00
  • 08c850a98f ES6ify context Bryan Housel 2020-01-24 17:16:32 -05:00
  • 14d29c7dd7 Add simple access to advertising ToastHawaii 2020-01-24 22:30:36 +01:00
  • f21be40b9a Correct issue where Monastery Grounds preset would unexpectedly add a "building" tag (close #7287) Quincy Morgan 2020-01-24 13:02:58 -05:00
  • 7c5cbb121f Fix "Add field" label Quincy Morgan 2020-01-24 10:59:10 -05:00
  • 5640f37bb6 Add terms to car repair shop Quincy Morgan 2020-01-24 09:22:57 -05:00
  • 69df630f21 Support multiple values in the beauty field (close #7215) Quincy Morgan 2020-01-24 09:20:23 -05:00
  • d83ccf590c Deprecate building:height and building:min_height (close #7285) Quincy Morgan 2020-01-24 08:44:06 -05:00
  • 55d407e1fb check in dist/data (move data over to dist folder and load dynamcally instead of bundling) Bryan Housel 2020-01-23 15:08:47 -05:00
  • 77160d7dbe remove data.js Bryan Housel 2020-01-23 14:57:42 -05:00
  • a166eb6daa ES6 update_imagery Bryan Housel 2020-01-23 14:31:31 -05:00
  • 9aefe4a6dc Deprecate bicycle:oneway -> oneway:bicycle (close #7281) Quincy Morgan 2020-01-23 09:00:46 -05:00
  • 046fb1d0bf Add derived data for prior merge (re: #7284) Quincy Morgan 2020-01-23 08:59:42 -05:00
  • a6f2e25b1b Merge pull request #7284 from ferdinand0101/patch-2 Quincy Morgan 2020-01-23 08:29:40 -05:00
  • cdf4a9d9d3 Update research.json Ferdinand S 2020-01-23 12:54:56 +01:00
  • 2c53962041 added another option for terms Ferdinand S 2020-01-23 10:30:40 +01:00
  • 3ce640f2cf Remove some unnecessary options that were default values Bryan Housel 2020-01-22 15:55:58 -05:00
  • 4c463dac70 fix(package): update martinez-polygon-clipping to version 0.6.0 greenkeeper[bot] 2020-01-08 11:19:33 +00:00
  • 54ac189240 Fix data building Bryan Housel 2020-01-22 14:29:05 -05:00
  • 3dc0361dc8 Add improved "zoom to" icon Quincy Morgan 2020-01-22 12:43:24 -05:00
  • 5f9a9864d8 more changes to build scripts Bryan Housel 2020-01-22 12:21:36 -05:00
  • 019a938255 Merge branch '2.x' of https://github.com/openstreetmap/iD into 2.x Quincy Morgan 2020-01-22 10:44:48 -05:00
  • c477950556 Re-add "zoom to this" button Quincy Morgan 2020-01-22 10:44:40 -05:00
  • a7bbc8a9d8 Include rollup-plugin-progress to see what is making thing slow (bundling big .json files) Bryan Housel 2020-01-22 10:43:49 -05:00
  • 509f949932 Make separate rollup config files for different builds Bryan Housel 2020-01-22 10:25:32 -05:00
  • fd2b97331c Add label to "change feature type" button in inspector and make it a collapsible section (close #6811) Quincy Morgan 2020-01-22 09:19:54 -05:00
  • 75cd49e390 Fix preset button label height in Safari Quincy Morgan 2020-01-22 09:18:39 -05:00
  • 2bca239ba2 Can't include build:legacy in the parallel dist step Bryan Housel 2020-01-21 15:33:52 -05:00
  • 6a4a1d57a7 Make a separate build:legacy target that runs buble Bryan Housel 2020-01-21 15:22:52 -05:00
  • 6bb2997306 Enable changing the preset of multiple selected features (re: #7276) Fix issue where preset tag reference wouldn't load Change "Change feature" tooltip to more accurate "Change feature type" Quincy Morgan 2020-01-21 15:19:51 -05:00
  • c548d0e216 Add ability to dynamically load a different bundle in IE11 Bryan Housel 2020-01-21 13:19:06 -05:00
  • a364c52f47 Make "Multiple Values" placeholder italic Quincy Morgan 2020-01-20 13:55:38 -05:00
  • 14dba080b0 Fix inspector keytrap behavior Quincy Morgan 2020-01-20 13:55:06 -05:00
  • 11035127a3 Rename "Adjust imagery offset" section to "Imagery Offset" Quincy Morgan 2020-01-20 13:12:46 -05:00
  • 512453d54c Add min-height to text tag editor Quincy Morgan 2020-01-20 13:08:50 -05:00
  • d4dd92bc78 Don't append new line to raw tag text if the text is empty Quincy Morgan 2020-01-20 13:00:44 -05:00
  • 019e9a956c Remove unused strings Quincy Morgan 2020-01-20 12:15:13 -05:00
  • 667406c6e0 Remove "all" from the inspector section names Quincy Morgan 2020-01-20 11:51:00 -05:00
  • 48bda8ba67 Move selected feature list to a collapsible inspector section (close #7273) Quincy Morgan 2020-01-20 11:34:51 -05:00
  • bb593c5ccc Add "deselect" tooltip to X buttons in selected features list Quincy Morgan 2020-01-20 10:22:49 -05:00
  • d40b4295e4 Update imagery Quincy Morgan 2020-01-18 16:02:20 -05:00
  • d2ee613bfc Merge pull request #7268 from hikemaniac/exhibition_centre Quincy Morgan 2020-01-18 16:00:13 -05:00
  • c8283028c2 Rebuild with updated dependencies hikemaniac 2020-01-18 21:39:58 +01:00
  • 826a3e954e Added preset for amenity=exhibition_centre hikemaniac 2020-01-18 21:23:48 +01:00
  • caf3a4d83a Merge pull request #7262 from openstreetmap/multiselect-tag-editing Quincy Morgan 2020-01-18 15:07:50 -05:00
  • 08cfdc3987 Remove unused string Quincy Morgan 2020-01-18 15:01:56 -05:00
  • c5b2ad1aca Add fast path for array comparison if objects are equal Quincy Morgan 2020-01-18 14:39:15 -05:00
  • 232375cfc0 Fix sidebar state issues with adding and removing features from multiselection Quincy Morgan 2020-01-18 14:30:14 -05:00
  • be8ccf01c4 Fix issue with showing the preset list programmatically Quincy Morgan 2020-01-18 13:56:59 -05:00
  • 8ca40ac056 Support the raw tag text editor during multiselection Quincy Morgan 2020-01-18 13:38:21 -05:00
  • e62e3107cc Add derived data for prior two commits Quincy Morgan 2020-01-18 13:37:04 -05:00
  • 6f2938b35e Add "key=value" placeholder to text tag editor textarea Quincy Morgan 2020-01-18 13:36:36 -05:00
  • 874acf8ccc Make raw tag editor display option tooltips translatable Quincy Morgan 2020-01-18 13:35:31 -05:00
  • 721ee0e95f Prevent unnecessary reloading of raw tag editor (close #7248) Quincy Morgan 2020-01-18 12:30:35 -05:00
  • 73e64b2d7e Update code test Quincy Morgan 2020-01-18 12:27:50 -05:00
  • 57687b51de Correct board_type field type from typeCombo to combo (close #7265) Quincy Morgan 2020-01-18 11:45:20 -05:00
  • eda51f6835 Add initial multiselection raw tag editing in 2.x Quincy Morgan 2020-01-17 17:49:26 -05:00
  • ba40154a06 v2.17.1 Quincy Morgan 2020-01-16 18:38:21 -05:00
  • 0aeb096d57 npm run translations Quincy Morgan 2020-01-16 18:37:36 -05:00
  • 45d22261fc Don't leave an extra junction segment when the end node of the crossing edge is only the endpoint of two lines (re: #7202) Make the length of added crossing structures much closer to the intended spherical length Quincy Morgan 2020-01-16 17:55:13 -05:00
  • be8b3ec0c8 npm run imagery Bryan Housel 2020-01-16 11:49:43 -05:00
  • 28fc2869ca Upgrade to name-suggestion-index 3.7.0 Bryan Housel 2020-01-16 11:34:45 -05:00
  • 9376fa1870 Merge branch '2.x' of https://github.com/openstreetmap/iD into 2.x Quincy Morgan 2020-01-16 11:03:19 -05:00
  • 145d6aef4f Add class to operation button icons Quincy Morgan 2020-01-16 10:58:04 -05:00
  • a45b4133c5 indent Bryan Housel 2020-01-16 10:37:13 -05:00
  • 2495aa8041 Add additional safety check to uiAccount Quincy Morgan 2020-01-16 10:34:47 -05:00
  • 51a3fce4eb Account for instances where icon has multiple classes Quincy Morgan 2020-01-16 10:33:59 -05:00
  • 544dd1a742 Use the icon class when selecting icons Quincy Morgan 2020-01-16 10:31:25 -05:00
  • d6419ca791 Move OSM tile fetch callback to a named function Quincy Morgan 2020-01-16 10:29:17 -05:00
  • 37351e0f50 Include the number of active blocks in the OSM user object Quincy Morgan 2020-01-16 10:19:59 -05:00
  • 1c998d186a Correctly gather the community index resources - old code assumed that each resource had a link back to a single geojson featureId - this isn't the case anymore so we need to link them in data/index.js Bryan Housel 2020-01-16 10:06:35 -05:00
  • 7391266aa7 ES6-ify success.js Bryan Housel 2020-01-15 18:27:45 -05:00
  • e84dca4926 Update to osm-community-index v2.0.0 Bryan Housel 2020-01-15 17:48:02 -05:00
  • 7700fac66a Update test label wording Quincy Morgan 2020-01-15 14:31:19 -05:00
  • 41355bf2a0 Rename "visible" property of presets to "addable" (re: a06ec59514b30a52601e3614ef69006d2dc1bc91) Quincy Morgan 2020-01-15 14:29:45 -05:00
  • f270c475ea Add timestamp to saved histories (re: b4ef0862978ae79a5cb741ac49370ed678857b1f) Quincy Morgan 2020-01-15 13:11:08 -05:00
  • ab278a84df Add method to get stored JSON history from outside coreHistory object (re: b4ef0862978ae79a5cb741ac49370ed678857b1f) Quincy Morgan 2020-01-15 13:08:32 -05:00
  • 186aec68ac Improve endpoint for checking if restorable changes exist (re: b4ef0862978ae79a5cb741ac49370ed678857b1f) Quincy Morgan 2020-01-15 12:57:53 -05:00
  • 983dee68e1 Remove preset for deprecated tag power=sub_station Quincy Morgan 2020-01-15 11:25:22 -05:00