Commit Graph

3012 Commits

Author SHA1 Message Date
Quincy Morgan 1371b3cfdc Make single-key radio fields translatable like combo fields (close #6878) 2019-09-24 19:27:50 +02:00
Quincy Morgan b8b8c66d02 Warn when multilingual feature names appear to be generic (close #6876) 2019-09-24 13:22:02 +02:00
Quincy Morgan c2a49f4e02 Disallow zooming past the min/max zoom bounds via scrolling or pinch-to-zoom (close #6851) 2019-09-19 16:27:51 -04:00
Quincy Morgan b1eaa2c29d Allow values in addTags to blacklist tags from implying a way should be an area (close #6800) 2019-09-19 09:06:42 -04:00
Quincy Morgan a97f05c9dc Disable zoom in/out buttons when at max or min zoom already (close #6847) 2019-09-18 15:56:32 -04:00
Quincy Morgan 0e48627ee3 Fix issue with reversing nodes with absolute directions of 0 degrees 2019-09-18 13:39:20 -04:00
Quincy Morgan 516570739c Fix node reverse code test
Add more code tests for reversing nodes
2019-09-18 13:13:44 -04:00
Quincy Morgan 0c503768c6 Fix typo/lint error 2019-09-17 18:51:44 -04:00
Quincy Morgan 5c1bbfbbdc Add support for reversing secondary intercardinal directions on points 2019-09-17 17:02:34 -04:00
Quincy Morgan c80c72ca78 Reverse degree and compass values on direction tags when reversing points 2019-09-17 16:43:55 -04:00
Quincy Morgan 8b1c9fe323 Add notCountryCodes presets property to blacklist certain presets from certain countries
Show "Cycle & Foot Path" preset in all countries except France (re: #6836)
2019-09-17 13:54:59 -04:00
Quincy Morgan 291187cbd7 Enable reversing multiple selected lines or points at once (close #6810) 2019-09-17 13:38:47 -04:00
Quincy Morgan c229326aad Allow using the Reverse operation on directional nodes (close #6850) 2019-09-17 10:57:55 -04:00
Quincy Morgan 191d0b9434 Add link to Achavi changeset inspector tool to the History panel (close #6855) 2019-09-16 11:53:33 -04:00
Quincy Morgan 7c8a7b8de6 Fix lint error 2019-09-13 15:19:04 -04:00
Quincy Morgan 1abcc7fccf Show warning for elevator nodes that are disconnected from the highway network (close #6812)
Simplify disconnected way validation code
2019-09-13 15:17:48 -04:00
Quincy Morgan 029e2ee9f5 Make the Level field non-universal and add it only to related presets (re: #5719)
Allow specifying a key that will prevent a field from displaying
Don't show the Level field on features with a `building` tag
2019-09-13 14:07:12 -04:00
Quincy Morgan d7bbbd0017 Suggest uppercase target field values from taginfo 2019-09-13 08:45:51 -04:00
Quincy Morgan a13a77562e Suggest uppercase country field values from taginfo 2019-09-13 08:40:11 -04:00
Quincy Morgan 46a52cb19e Add button to toggle the Background info panel (re: #6397)
Reword imagery problem link label (close #6820)
2019-09-09 12:23:58 -04:00
Bryan Housel 7959891a8b Switch from hardcoded community rank to resource.order
The next version of the community index will include the `order` property
(re: #6752, osmlab/osm-community-index#114)
2019-08-27 10:14:09 -04:00
Quincy Morgan 76fb12c5f5 Merge branch '2.15' into feat-mapillary-map-features 2019-08-26 14:22:17 -05:00
Bryan Housel 590d557325 v2.15.5 2019-08-26 13:59:15 -04:00
Bryan Housel 2fd6359505 Boost matchScore if additional matches occur in addTags
(closes #6802)
2019-08-26 12:53:03 -04:00
Quincy Morgan 6bd075d04f Account for keys and fields with null key in "add field" search terms (re: #5763) 2019-08-23 10:05:59 -05:00
Quincy Morgan af4df042a7 Account for OSM using sr instead of sr-Cyrl for Cyrillic Serbian in the multilingual name field (re: #6712) 2019-08-23 09:49:22 -05:00
Quincy Morgan 36757682d2 Fix issue where a new relation could not be added from the raw membership editor dropdown (close #6796) 2019-08-23 09:12:06 -05:00
Quincy Morgan 16bc43b00e Clear hover-highlighting when exiting modeSelect 2019-08-22 15:49:28 -05:00
Matias Volpe 8e616d7384 feat: add Mapillary Map Features layer 2019-08-22 15:16:31 -03:00
Quincy Morgan 1a1cae06d4 Merge pull request #6701 from Kartkod/keyboard-access
Minor keyboard accessibility improvements
2019-08-22 12:27:15 -05:00
Quincy Morgan 47918f38df Allow clicking to focus the background offset text field (close #6698) 2019-08-22 11:53:22 -05:00
Quincy Morgan 7d9f732753 Fix issue where Mapillary and Streetside viewers would not receive resize events (close #6286) 2019-08-22 10:19:46 -05:00
Quincy Morgan c97ea095f5 Select standalone points after dragging them (close #5747) 2019-08-21 13:46:04 -05:00
Quincy Morgan ed79ba1289 Highlight relations when hovering over them in the raw membership dropdown list (close #2946) 2019-08-21 09:37:45 -05:00
Quincy Morgan 0cfdd9af8d Make the raw tags of custom map data selectable/copyable (close #6710) 2019-08-19 17:12:25 -05:00
Quincy Morgan 16747cf888 Cherry pick generic brand name fix 2019-08-15 13:49:02 -05:00
Quincy Morgan dd7b2603af Fix issue where a deleted feature might not disappear from the map (close #6480) 2019-08-13 15:25:07 -05:00
Quincy Morgan 53e7a2626e Accept IDs of loaded relations in the raw membership editor (close #3487) 2019-08-09 13:54:23 -05:00
Quincy Morgan dbbaca56b2 Allow filtering relations by entity ID in the raw membership editor (re: #3487) 2019-08-09 13:15:03 -05:00
Quincy Morgan 67afa20dc0 Let comboboxes filter against terms, not just values
Add terms property to fields
Make terms translatable for searchable fields
Account for fields' terms and keys when filtering with the Add field menu (close #5763)
2019-08-09 11:12:40 -05:00
Quincy Morgan 070cfec7c7 Specify that connecting waterways and highways with the fix will add a ford (close #6734) 2019-08-09 09:34:35 -05:00
Quincy Morgan 5742e58ff6 Prioritize the user's language and territory languages in the multilingual name suggestion list (close #6712) 2019-08-08 16:21:06 -05:00
Quincy Morgan c28f0437e5 Make the successfully uploaded changeset number clickable (close #6644) 2019-08-08 15:03:28 -05:00
Quincy Morgan 39454c1b80 Lock the Name field if a feature as a name:etymology:wikidata tag (close #6683) 2019-08-08 14:55:23 -05:00
Quincy Morgan b065de0550 Generalize the address field type
Add `amenity=letter_box` preset with `post:*` field (close #6718)
2019-08-07 09:48:19 -05:00
Quincy Morgan d44d70847d Flexbox the background and map data layer lists 2019-08-03 12:24:56 -04:00
Quincy Morgan 20e33a70b0 Merge pull request #6702 from openstreetmap/cldr-languages
CLDR Languages
2019-08-02 12:59:48 -04:00
Quincy Morgan 8cc9ca6aa6 Add script translations to labels 2019-08-02 11:17:39 -04:00
Quincy Morgan e705c0f77e Fix issue where cycleway field wouldn't populate with existing values (close #6141) 2019-08-01 16:41:11 -04:00
Quincy Morgan 3ca01d3690 Generalize wikidata field type
Add Species Wikidata field to tree, orchard, and animal enclosure presets (close #6652)
2019-07-31 16:59:44 -04:00