Commit Graph

2222 Commits

Author SHA1 Message Date
Quincy Morgan db9eed2434 Move the edit menu logic to uiInit
Make context the first argument of operation objects
Add Paste operation to edit menu when opening the context menu on a blank area of the map (close #2508)
2020-05-14 15:49:35 -04:00
Quincy Morgan dff4268256 Allow selection, deselection, and multiselection with the spacebar (re: #3843)
Don't open the edit menu on single spacebar press
Open the edit menu for long spacebar press (re: #7577)
2020-05-14 11:19:20 -04:00
Quincy Morgan 0278e700a0 Convert feature copying functionality from a standalone behavior to an operation and add to edit menu (re: #2508)
Show flash feedback message when copying features with keyboard shortcut
Disallow copying of untagged vertices
2020-05-13 15:42:28 -04:00
Quincy Morgan e0a23723da Enable extracting lines to POIs (close #7598) 2020-05-13 11:59:55 -04:00
Quincy Morgan b0a9b8d730 Add Courtyard preset 2020-05-13 10:05:02 -04:00
Quincy Morgan 20fadf0b1a Update the first two chapters of the walkthrough for non-mouse interaction 2020-05-10 12:02:36 -07:00
Quincy Morgan 9b2263f477 Merge pull request #7568 from animesh-007/7549
renamed metal construction preset
2020-05-10 09:35:26 -07:00
animesh-007 9704e60c7b changed name to MetalWorker 2020-05-09 16:34:12 +05:30
animesh-007 896c29aecc renamed metal construction preset 2020-05-07 14:34:56 -07:00
Quincy Morgan eb21bbfcde Add Orthodontist preset (close #7575) 2020-05-07 13:49:58 -07:00
Quincy Morgan 4478dba08d Rename "Ferry Station / Terminal" presets to "Ferry Terminal" 2020-05-07 10:50:27 -07:00
Quincy Morgan b58127b98a Improve names of several craft presets 2020-05-07 10:43:32 -07:00
Quincy Morgan 7a3a84b7b2 Remove broken "tail" functionality (close #7560) 2020-05-07 10:26:50 -07:00
Quincy Morgan 8a9f4c3131 Add Image field (close #7531) 2020-05-05 14:46:34 -07:00
Quincy Morgan 2e9a7485a1 Add shoe repair shop preset (close #7562) 2020-05-05 14:28:33 -07:00
Quincy Morgan f7a4dc53d2 Merge pull request #7507 from hikemaniac/ruins
Add field for ruins=*
2020-05-05 14:05:48 -07:00
Quincy Morgan 3f5a1b66ab Add fields to airport preset
Rename Apron to Airport Apron and add search terms
Reorder properties of aeroway presets
2020-04-29 13:32:24 -07:00
Quincy Morgan 2aef248fd8 Allow any value for public bath type field (close #7481) 2020-04-29 12:43:17 -07:00
Quincy Morgan 7c5ec9be70 Add destination field to waterway relations (close #7532) 2020-04-28 13:41:59 -07:00
Quincy Morgan c099cfe324 Add preset for man_made=reservoir_covered (close #7534) 2020-04-28 13:34:35 -07:00
Quincy Morgan 1e3a6dad4e Add Cowshed, Pigsty, and Office Building presets (close #7539) 2020-04-28 12:13:31 -07:00
Quincy Morgan 5960d1cea2 Add type field to highway=construction preset (close #7519)
Rename Road Closed preset to Closed Road and add search terms
2020-04-28 11:26:51 -07:00
Quincy Morgan 61fdc7da6e Add terms to height restrictor preset (close #7538) 2020-04-28 11:15:53 -07:00
Quincy Morgan f3574d328f Add terms to lift gate preset (close #7537) 2020-04-28 11:13:44 -07:00
Quincy Morgan c48acd43a8 Add derived data 2020-04-24 13:32:45 -07:00
Quincy Morgan 4c37e5d342 Add derived data 2020-04-24 12:31:28 -07:00
Quincy Morgan 7a63fe38ea Add derived data 2020-04-23 10:54:21 -07:00
Quincy Morgan 47a865622f Add Heritage Railway Track preset
Deprecate railway=preserved
2020-04-22 12:38:49 -07:00
Quincy Morgan fd3f3287c6 Add hanging monorail track preset 2020-04-22 12:01:49 -07:00
Quincy Morgan 448fe0e66a Rename "Gondola" preset to more descriptive "Gondola Lift" 2020-04-22 10:52:49 -07:00
Quincy Morgan e3f79dc3f5 Update osm-community-index to 2.1.1 2020-04-13 17:05:55 -07:00
Quincy Morgan 453e691069 Fix bridge and tunnel field types (close #7509) 2020-04-12 10:45:11 -07:00
hikemaniac 80f6cc0500 Added field for ruins=* 2020-04-10 22:14:04 +02:00
Quincy Morgan 8f9e067880 Add Botanical Garden and Community Garden presets (re: #7501)
Add search terms and Operator Type field to Garden preset
Remove vertex geometry from garden preset
2020-04-09 10:08:48 -07:00
Quincy Morgan ecc0c5af54 Rename landuse=allotments preset to "Garden Allotments" (re: #7501)
Add operator and plots fields to landuse=allotments preset
Remove explicit values from Garden Type field
2020-04-06 09:54:32 -07:00
Quincy Morgan 06f487140d Switch order of from/to fields in route presets (re: #7479)
Add Trolleybus Route preset (re: #7498)
Remove Level field from Stop Position presets (close #7499)
Add Stop Number field to transit platform-as-point presets (close #7492)
Add Distance and Color fields to more route presets
Use field inheritance for several more route presets
2020-04-03 11:00:16 -07:00
Quincy Morgan fbef31f776 Add shrub preset (close #7482) 2020-04-02 11:01:20 -07:00
Quincy Morgan 5afb2ce11c Remove Network Type field from incompatible route types (close #7493) 2020-03-31 13:22:21 -07:00
Quincy Morgan 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
2020-03-31 12:23:31 -07:00
Quincy Morgan 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)
2020-03-28 13:57:06 -07:00
Quincy Morgan 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`
2020-03-26 11:28:53 -07:00
Quincy Morgan 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
2020-03-24 10:17:46 -07:00
Quincy Morgan d669bbef2a Update various files for removal of master branch 2020-03-23 10:43:52 -07:00
Quincy Morgan b1b95f7eb5 Add mimics field to communication towers/masts (close #7452) 2020-03-23 09:51:08 -07:00
Quincy Morgan 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
2020-03-22 16:54:12 -07:00
Quincy Morgan 1b3f4e0470 Clarify name of some military presets 2020-03-22 13:30:33 -07:00
Quincy Morgan 6b9b58a2ca Clarify railway preset names (close #7440) 2020-03-22 11:32:07 -07:00
Quincy Morgan dd40f3b52d Improve internet access fields somewhat (re: #7442) 2020-03-21 11:15:50 -07:00
Quincy Morgan f625406ccc Convert some element ids to classes to avoid collisions when embedding iD
Clarify some footer class names
2020-03-20 13:43:07 -07:00
Quincy Morgan 72a99673a0 Revert #7428 2020-03-20 09:59:30 -07:00