Commit Graph

  • d16aa01afd Fix occasional console error Quincy Morgan 2020-04-02 12:40:41 -07:00
  • ca3a0f9dbc Fix lint warnings Quincy Morgan 2020-04-02 11:12:10 -07:00
  • fbef31f776 Add shrub preset (close #7482) Quincy Morgan 2020-04-02 11:01:20 -07:00
  • 8734b67821 Remove the context.intersects passthrough function Quincy Morgan 2020-04-01 15:36:53 -07:00
  • 0120b009fa Take a graph parameter in utilDisplayLabel instead of the context Quincy Morgan 2020-04-01 13:29:17 -07:00
  • 90b1395df4 Fix code tests Quincy Morgan 2020-04-01 13:27:30 -07:00
  • 60f7dc7c0b Replace presets property of context with singleton Remove utilPreset Quincy Morgan 2020-04-01 13:08:45 -07:00
  • 527faa7b42 Remove need for coreContext in presetIndex Quincy Morgan 2020-04-01 11:25:45 -07:00
  • a58abe3c6f Move localStorage interface from a property of coreContext to a corePreferences function Quincy Morgan 2020-04-01 11:00:48 -07:00
  • c6606cf361 Add Operator Type field to Kindergarten preset (close #7494) Quincy Morgan 2020-04-01 10:23:30 -07:00
  • a950b193d1 Fix preset categories Quincy Morgan 2020-03-31 16:41:46 -07:00
  • c49deee86c Fix nested popover selection issues Quincy Morgan 2020-03-31 15:57:59 -07:00
  • 170cf0beea Add isFirstSession property to context Quincy Morgan 2020-03-31 15:45:52 -07:00
  • 5afb2ce11c Remove Network Type field from incompatible route types (close #7493) Quincy Morgan 2020-03-31 13:22:21 -07:00
  • dffb21a730 Fix issue with prerequisiteTag Quincy Morgan 2020-03-31 13:15:03 -07:00
  • 84a55606ad Show wikidata field search results in the user's language when possible Quincy Morgan 2020-03-31 13:00:52 -07:00
  • a1af118f0e Ensure locales and presets are loaded before the UI loads (close #7406) Consolidate localization behavior and init to a coreLocalizer function and singleton Explicitly support en-US locale Rename coreData to coreFileFetcher and export a singleton rather than using a property of coreContext Add apiConnections property of coreContext to simplify adding a source switcher Replace some init functions with re-callable, promise-supporting ensureLoaded functions Make coreContext itself load the UI if a container has been specified at init time Fix code tests Quincy Morgan 2020-03-31 12:23:31 -07:00
  • a792334c8a Don't fetch taginfo values for more name keys (close #7485) Quincy Morgan 2020-03-29 11:29:29 -07:00
  • a7ce956e1f Don't use global selectors in street-level photo services (re: #7445) Quincy Morgan 2020-03-29 11:04:38 -07:00
  • d8585ae2fb Fix lint warning Quincy Morgan 2020-03-29 10:55:32 -07:00
  • 75762ff286 Fix lint error Quincy Morgan 2020-03-29 10:54:27 -07:00
  • 89ed2b4d0d Don't use global selector in uiPopover (re: #7445) Quincy Morgan 2020-03-29 10:43:05 -07:00
  • a1a398650f Instantiate uiFlash only once as a property of the UI and remove global selection (re: #7445) Quincy Morgan 2020-03-29 10:22:58 -07:00
  • 74e7a108a9 Remove global selection from walkthrough (re: #7445) Quincy Morgan 2020-03-29 10:19:59 -07:00
  • 7f9b1d0e9a Account for container offset when positioning combobox dropdowns (close #7458) Quincy Morgan 2020-03-29 09:54:48 -07:00
  • eec1a23388 Fix RTL mouse coordinate calculation issue Quincy Morgan 2020-03-29 09:54:02 -07:00
  • 5195d8d95b Don't use d3_mouse and cache client rect values as needed (close #7489) Quincy Morgan 2020-03-28 16:32:38 -07:00
  • 71805959e9 Add smoothness field to service road presets (close #7477) Quincy Morgan 2020-03-28 14:12:38 -07:00
  • be0b77fb23 Remove collection_times field from Letterbox preset (close #7487) Quincy Morgan 2020-03-28 14:06:52 -07:00
  • 7768e670b8 Update water park and theme park fields (close #7488) Quincy Morgan 2020-03-28 14:04:24 -07:00
  • a7e639d514 Make the field geometry property accept multiple types Make the Elevation field only universal for nodes (re: #5719) Remove the elevation field from route presets (close #7479) Quincy Morgan 2020-03-28 13:57:06 -07:00
  • 9e3afa638d Update to temaki v3.21.0 (re: #7068) Quincy Morgan 2020-03-27 10:18:30 -07:00
  • 85ce071704 Render "semi-paved" roads like cobblestone, paving stones, and wood with a solider line than unpaved roads (close #7466) Quincy Morgan 2020-03-26 19:26:29 -07:00
  • 4addcc961d Discount right-clicks during double up detection Quincy Morgan 2020-03-26 13:27:15 -07:00
  • 4a67e8c5dc Remove delay in opening the edit menu Don't show the edit menu for multiple selected relations Streamline edit menu code, replacing the confusing "suppressMenu" system Quincy Morgan 2020-03-26 12:48:30 -07:00
  • 2a1fbcc3b8 Add field and preset for accessible parking (close #7465) Add Type field and search terms to Parking Space Add parking-specific capacity field Deprecate disabled_spaces Quincy Morgan 2020-03-26 11:28:53 -07:00
  • 62607e1e1d Fix issue where edit menu could not be opened by right-clicking on already selected feature Quincy Morgan 2020-03-25 16:10:24 -07:00
  • 37b1f35ab4 Properly switch the edit menu tooltip side depending on space Quincy Morgan 2020-03-25 15:34:02 -07:00
  • 13c8753c11 Reuse the uiEditMenu instead of recreating it every time the operations change Quincy Morgan 2020-03-25 14:49:24 -07:00
  • 5c2a96dedb Fix issue where the edit menu would not disappear sometimes (close #7143) Properly disable dragging the map under the edit menu for pointer events (re: #5505) Quincy Morgan 2020-03-25 14:33:42 -07:00
  • ad327befc7 Move keybindings from map panes to uiInit Quincy Morgan 2020-03-25 13:59:09 -07:00
  • 9731b93cec Move uiTooltipHtml functionality into uiTooltip Refactor uiEditMenu to use standard UI patterns instead of SVG Quincy Morgan 2020-03-25 12:22:10 -07:00
  • f1d1bfa402 Improve utilDoubleUp comment Quincy Morgan 2020-03-25 09:48:20 -07:00
  • d62a62cba8 Make popover and tooltip part of the UI module instead of utils Quincy Morgan 2020-03-24 17:32:09 -07:00
  • 14da8cb7a7 Make iD's container a local stacking context (close #7457) Move some inline CSS to the stylesheet Quincy Morgan 2020-03-24 16:15:06 -07:00
  • 94c88ee721 Update develop branch preview site link Quincy Morgan 2020-03-24 14:16:39 -07:00
  • 955b622e1b Fix code test Quincy Morgan 2020-03-24 14:12:34 -07:00
  • e17186028a Namespace spritesheet DOM ids Quincy Morgan 2020-03-24 13:55:12 -07:00
  • 7e1cf64d0e Namespace DOM ids used in photo viewer (re: #7445) Quincy Morgan 2020-03-24 13:43:54 -07:00
  • 0931459dba Reduce use of global selection (re: #7445) Quincy Morgan 2020-03-24 13:02:06 -07:00
  • 5a0d0bf653 Fix focusing of changeset comment field upon save Quincy Morgan 2020-03-24 13:01:30 -07:00
  • ece8b90be2 Don't use global selection in intro (re: #7445) Quincy Morgan 2020-03-24 11:36:34 -07:00
  • 21f8404deb Show change count in document title (close #6209) Make title format translatable Don't show lat/lon location in title Select corresponding features upon hash change Quincy Morgan 2020-03-24 10:17:46 -07:00
  • 9c46de05ff Merge pull request #7444 from CarycaKatarzyna/fix-history Quincy Morgan 2020-03-23 14:28:31 -07:00
  • f0cb8ffb25 Merge branch 'develop' into fix-history Quincy Morgan 2020-03-23 14:12:14 -07:00
  • 628b53eff6 Fix error upon changing raw changeset tags Quincy Morgan 2020-03-23 14:07:40 -07:00
  • a3ae06001a Fix issue where upload would be blocked despite changeset comment Quincy Morgan 2020-03-23 14:04:08 -07:00
  • 7900d08aa1 Add homepage and bugs properties to package.json and update repository Quincy Morgan 2020-03-23 13:42:09 -07:00
  • e93fcc3175 Merge pull request #7449 from hotosm/fix/main-file Quincy Morgan 2020-03-23 13:38:19 -07:00
  • da882c1e80 Don't reselect trivial points after merging Quincy Morgan 2020-03-23 13:23:40 -07:00
  • 6b096eda64 Check to remove just area=yes after merging, not any area value Quincy Morgan 2020-03-23 12:54:14 -07:00
  • 5125c04a58 Fix issue where merging a point matching a fallback preset into an area could discard tag values (close #7446) Quincy Morgan 2020-03-23 12:47:14 -07:00
  • e340111a2a Fix issue where field geometry restrictions were not obeyed Quincy Morgan 2020-03-23 12:01:29 -07:00
  • d669bbef2a Update various files for removal of master branch Quincy Morgan 2020-03-23 10:43:52 -07:00
  • a7cba6a694 Don't show the tunnel fix for features crossing waterways (re: #7447) Quincy Morgan 2020-03-23 10:13:21 -07:00
  • b1b95f7eb5 Add mimics field to communication towers/masts (close #7452) Quincy Morgan 2020-03-23 09:51:08 -07:00
  • 4ba25dffef Update deploy.sh for new branch names Quincy Morgan 2020-03-23 09:04:17 -07:00
  • 8b0eac8826 Update taginfo.js for new branch names (close #7453) Quincy Morgan 2020-03-23 08:59:34 -07:00
  • cac2cc72eb define main file as dist/iD.min.js Wille Marcel 2020-03-22 23:26:28 -03:00
  • 7e40cbbaf3 Fix photoviewer directional css Quincy Morgan 2020-03-22 17:15:47 -07:00
  • 36082a8119 Use ideditor as the container class instead of id-container Scope all CSS to iD's container (close #7437) Don't style html or body elements unless running standalone iD Quincy Morgan 2020-03-22 16:54:12 -07:00
  • ecba6ce48d Remove d3_selectAll from osmose_details.js Quincy Morgan 2020-03-22 15:14:37 -07:00
  • e391edcc5c Namespace various internal SVG ids under ideditor (re: #7445) Quincy Morgan 2020-03-22 14:39:40 -07:00
  • 1b3f4e0470 Clarify name of some military presets Quincy Morgan 2020-03-22 13:30:33 -07:00
  • 68c5f87adc Clarify variable name Quincy Morgan 2020-03-22 12:57:56 -07:00
  • 8c31b99919 Focus wikidata field input when clicking its label Remove for/id for readonly fields Quincy Morgan 2020-03-22 12:57:38 -07:00
  • eed7944a1a Replace various uses of d3_select and d3_selectAll with selection on the container Quincy Morgan 2020-03-22 12:34:06 -07:00
  • 6b9b58a2ca Clarify railway preset names (close #7440) Quincy Morgan 2020-03-22 11:32:07 -07:00
  • ebc3a2c322 Remove coreContext.changes passthrough function Quincy Morgan 2020-03-22 11:06:58 -07:00
  • 6087aae21f Remove map convenience functions of context Quincy Morgan 2020-03-22 10:57:17 -07:00
  • 73d8a7f4b0 Fix code test Quincy Morgan 2020-03-21 14:32:46 -07:00
  • 3c0b926ec7 Replace coreContext.geometry function with a more explicit coreGraph.geometry function Quincy Morgan 2020-03-21 14:23:44 -07:00
  • 8439795b58 Fix lint warning Quincy Morgan 2020-03-21 13:57:17 -07:00
  • fac613e1dc Remove context.childNodes function Quincy Morgan 2020-03-21 13:56:11 -07:00
  • 5fd25601fe Convert map surface and supersurface from ids to classes Quincy Morgan 2020-03-21 13:41:06 -07:00
  • 4872b06a28 Randomize form field ids to thwart browser memory and help with embedding iD (close #6444) Quincy Morgan 2020-03-21 13:16:40 -07:00
  • dd40f3b52d Improve internet access fields somewhat (re: #7442) Quincy Morgan 2020-03-21 11:15:50 -07:00
  • 6e097e29e5 Merge pull request #7442 from Lukas458/2.x Quincy Morgan 2020-03-21 10:56:09 -07:00
  • f954cd7921 adding the option "internet_access:fee=customers" Lukas 2020-03-21 12:31:46 +01:00
  • f2a687f68b Convert container from id to class Quincy Morgan 2020-03-20 15:08:56 -07:00
  • 371bac0aa2 Convert photoviewer from id to class Quincy Morgan 2020-03-20 14:07:09 -07:00
  • c893147e15 Convert some element ids to classes to avoid collisions when embedding iD Quincy Morgan 2020-03-20 13:53:17 -07:00
  • f625406ccc Convert some element ids to classes to avoid collisions when embedding iD Clarify some footer class names Quincy Morgan 2020-03-20 13:43:07 -07:00
  • 152d89fa22 Convert some element ids to classes to avoid collisions when embedding iD Quincy Morgan 2020-03-20 13:10:39 -07:00
  • 32600f993f Update for new branch names Quincy Morgan 2020-03-20 11:36:26 -07:00
  • 72a99673a0 Revert #7428 Quincy Morgan 2020-03-20 09:59:30 -07:00
  • 6a58dabf42 Update Osmose API path SilentSpike 2020-03-19 21:05:01 +00:00
  • 857bc3f7cd Add unsearchable power=cable preset Quincy Morgan 2020-03-18 20:16:30 -07:00
  • 939ebb660f Merge pull request #7436 from sguinetti/2.x Bryan Housel 2020-03-17 08:59:05 -04:00
  • f88c271e31 Fix phone format Diego 2020-03-17 07:41:44 -05:00