Commit Graph

12557 Commits

Author SHA1 Message Date
Bryan Housel f2c14ab970 Restore the global id for console dev debugging 2020-01-27 15:48:21 -05:00
Bryan Housel 883f35a99b indent 2020-01-27 12:28:55 -05:00
Bryan Housel 6b7bb75315 Prefix the stateful/internal variables with _ 2020-01-27 12:09:53 -05:00
Bryan Housel 2a2668b01b Can't use ES6 fat-arrow functions with arguments
see buble bug https://github.com/bublejs/buble/issues/208
2020-01-24 17:22:03 -05:00
Bryan Housel 08c850a98f ES6ify context 2020-01-24 17:16:32 -05:00
Quincy Morgan f21be40b9a Correct issue where Monastery Grounds preset would unexpectedly add a "building" tag (close #7287) 2020-01-24 13:02:58 -05:00
Quincy Morgan 7c5cbb121f Fix "Add field" label 2020-01-24 10:59:10 -05:00
Quincy Morgan 5640f37bb6 Add terms to car repair shop 2020-01-24 09:22:57 -05:00
Quincy Morgan 69df630f21 Support multiple values in the beauty field (close #7215) 2020-01-24 09:20:23 -05:00
Quincy Morgan d83ccf590c Deprecate building:height and building:min_height (close #7285) 2020-01-24 08:44:06 -05:00
Bryan Housel 55d407e1fb check in dist/data
(move data over to dist folder and load dynamcally instead of bundling)
2020-01-23 15:08:47 -05:00
Bryan Housel 77160d7dbe remove data.js 2020-01-23 14:57:42 -05:00
Bryan Housel a166eb6daa ES6 update_imagery 2020-01-23 14:31:31 -05:00
Quincy Morgan 9aefe4a6dc Deprecate bicycle:oneway -> oneway:bicycle (close #7281) 2020-01-23 09:00:46 -05:00
Quincy Morgan 046fb1d0bf Add derived data for prior merge (re: #7284) 2020-01-23 08:59:42 -05:00
Quincy Morgan a6f2e25b1b Merge pull request #7284 from ferdinand0101/patch-2
added another option for terms
2020-01-23 08:29:40 -05:00
Ferdinand S cdf4a9d9d3 Update research.json 2020-01-23 12:54:56 +01:00
Ferdinand S 2c53962041 added another option for terms 2020-01-23 10:30:40 +01:00
Bryan Housel 3ce640f2cf Remove some unnecessary options that were default values 2020-01-22 15:55:58 -05:00
greenkeeper[bot] 4c463dac70 fix(package): update martinez-polygon-clipping to version 0.6.0 2020-01-22 14:38:20 -05:00
Bryan Housel 54ac189240 Fix data building 2020-01-22 14:29:05 -05:00
Quincy Morgan 3dc0361dc8 Add improved "zoom to" icon 2020-01-22 12:43:24 -05:00
Bryan Housel 5f9a9864d8 more changes to build scripts
- drop `build_src.js` and `build.js`
  - now we'll use rollup configs for all src building
- add `npm run build:css` and `npm run build:data`
- watcher now only watches for css file changes
  - src and data rebuilds are too slow to reasonably do "live"
- fix `build_css.js` and `build_data.js` to either exec or export
2020-01-22 12:21:36 -05:00
Quincy Morgan 019a938255 Merge branch '2.x' of https://github.com/openstreetmap/iD into 2.x 2020-01-22 10:44:48 -05:00
Quincy Morgan c477950556 Re-add "zoom to this" button 2020-01-22 10:44:40 -05:00
Bryan Housel a7bbc8a9d8 Include rollup-plugin-progress to see what is making thing slow
(bundling big .json files)
2020-01-22 10:43:49 -05:00
Bryan Housel 509f949932 Make separate rollup config files for different builds 2020-01-22 10:25:32 -05:00
Quincy Morgan fd2b97331c Add label to "change feature type" button in inspector and make it a collapsible section (close #6811) 2020-01-22 09:19:54 -05:00
Quincy Morgan 75cd49e390 Fix preset button label height in Safari 2020-01-22 09:18:39 -05:00
Bryan Housel 2bca239ba2 Can't include build:legacy in the parallel dist step
The dist steps run in parallel, so build:legacy won't be
finished before uglify tries to do it's thing
2020-01-21 15:33:52 -05:00
Bryan Housel 6a4a1d57a7 Make a separate build:legacy target that runs buble
- `iD.js` for most browsers, `iD.legacy.js` for IE11/PhantomJS
- Skip buble plugin during normal development for faster builds
2020-01-21 15:25:10 -05:00
Quincy Morgan 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"
2020-01-21 15:19:51 -05:00
Bryan Housel c548d0e216 Add ability to dynamically load a different bundle in IE11 2020-01-21 13:19:06 -05:00
Quincy Morgan a364c52f47 Make "Multiple Values" placeholder italic 2020-01-20 13:55:38 -05:00
Quincy Morgan 14dba080b0 Fix inspector keytrap behavior 2020-01-20 13:55:06 -05:00
Quincy Morgan 11035127a3 Rename "Adjust imagery offset" section to "Imagery Offset" 2020-01-20 13:12:46 -05:00
Quincy Morgan 512453d54c Add min-height to text tag editor 2020-01-20 13:08:50 -05:00
Quincy Morgan d4dd92bc78 Don't append new line to raw tag text if the text is empty 2020-01-20 13:00:44 -05:00
Quincy Morgan 019e9a956c Remove unused strings 2020-01-20 12:15:13 -05:00
Quincy Morgan 667406c6e0 Remove "all" from the inspector section names 2020-01-20 11:51:00 -05:00
Quincy Morgan 48bda8ba67 Move selected feature list to a collapsible inspector section (close #7273) 2020-01-20 11:34:51 -05:00
Quincy Morgan bb593c5ccc Add "deselect" tooltip to X buttons in selected features list 2020-01-20 10:22:49 -05:00
Quincy Morgan d40b4295e4 Update imagery 2020-01-18 16:02:20 -05:00
Quincy Morgan d2ee613bfc Merge pull request #7268 from hikemaniac/exhibition_centre
Add preset for amenity=exhibition_centre
2020-01-18 16:00:13 -05:00
hikemaniac c8283028c2 Rebuild with updated dependencies 2020-01-18 21:39:58 +01:00
hikemaniac 826a3e954e Added preset for amenity=exhibition_centre 2020-01-18 21:23:48 +01:00
Quincy Morgan caf3a4d83a Merge pull request #7262 from openstreetmap/multiselect-tag-editing
Raw tag editor for multiple select features (2.x)
2020-01-18 15:07:50 -05:00
Quincy Morgan 08cfdc3987 Remove unused string 2020-01-18 15:01:56 -05:00
Quincy Morgan c5b2ad1aca Add fast path for array comparison if objects are equal 2020-01-18 14:39:15 -05:00
Quincy Morgan 232375cfc0 Fix sidebar state issues with adding and removing features from multiselection 2020-01-18 14:30:14 -05:00