Commit Graph

4149 Commits

Author SHA1 Message Date
Martin Raifer 4b52e10a03 npm run imagery 2022-09-27 11:33:00 +02:00
Martin Raifer af69bf91a9 override/extend languages data, thanks @bgo-eiu
closes #9241
closes #9242
2022-09-16 14:12:23 +02:00
Martin Raifer c1746dc4c4 upgrade cldr libraries
see https://github.com/openstreetmap/iD/pull/9241#discussion_r945342493
2022-09-16 12:53:04 +02:00
Martin Raifer 1861d28903 fix typo 2022-09-15 17:22:32 +02:00
Martin Raifer 1efdcb60ba update osmose service:
* change API requests to use `.geojson` ending
* drop issue type 8360-1, which doesn't seem top be supported anymore

fixes #9208
2022-07-21 11:47:49 +02:00
Martin Raifer d0b1fb1ebe v2.21.1 info, it also has updated translations/imagery 2022-06-16 01:08:43 +02:00
Martin Raifer 6deb672ad2 npm run imagery 2022-06-03 13:57:36 +02:00
Martin Raifer 609c9f63a8 make string "changelog" in welcome message translatable
closes #8948
2022-02-04 09:44:23 +01:00
Martin Raifer bafa72c9e3 npm run imagery 2022-02-03 15:33:02 +01:00
Martin Raifer e8f2a5892b npm run imagery 2022-01-31 17:06:53 +01:00
Milos Brzakovic (E-Search) e2f2568c83 translate background nudge title 2021-12-07 17:16:26 +01:00
Martin Raifer cc6f16d480 Merge branch 'develop' into accessible_ui 2021-12-07 16:22:01 +01:00
Jason Ghent 8111e5d427 clearer labels for OSM links in history panel (#8834) 2021-12-07 12:45:13 +01:00
Martin Raifer 4658df64e9 include privacy settings in splash modal
see #8831
2021-12-03 18:11:29 +01:00
Martin Raifer d062c1b0da emphasise when split affects multiple ways
* new icon with two "sciscors" indicates that there will be more than one split perfomed
* the tooltip mentions that one can limit to a single line

closes #8818
2021-11-30 16:27:56 +01:00
Milos Brzakovic (E-Search) 02e92d9e38 more descriptive: edit/translate documentation 2021-11-29 18:11:30 +01:00
Milos Brzakovic (E-Search) 094ace65fa road speed unit 2021-11-29 13:26:31 +01:00
Milos Brzakovic (E-Search) 03fed63668 increment - decrement 2021-11-26 16:10:20 +01:00
Milos Brzakovic (E-Search) 7a7e34ed75 imagery offset 2021-11-26 13:24:46 +01:00
Milos Brzakovic (E-Search) 1170f25ebf plus, add 2021-11-26 13:17:19 +01:00
Milos Brzakovic (E-Search) 7f1558624a forward, backward (expand, collapse) 2021-11-26 12:49:58 +01:00
Milos Brzakovic (E-Search) 4db3e720c0 close icon button 2021-11-26 12:25:12 +01:00
Martin Raifer ca07e33a3e Merge branch 'develop' into issue-8813 2021-11-23 18:28:14 +01:00
Minh Nguyễn 105d7b84b4 Clarified validator warning about standalone node 2021-11-20 09:32:39 -08:00
Martin Raifer 68098489af add quotes back to separate tag key from message text 2021-11-19 12:10:05 +01:00
Martin Raifer 8fa1c3aff7 drop unused translation string
which is not used since commit fc497f16d8

see https://github.com/openstreetmap/iD/issues/1167
2021-11-19 11:57:01 +01:00
Martin Raifer 8bbae82caa localizer: escape placeholder replacement values in html output mode 2021-11-18 13:09:16 +01:00
Minh Nguyễn e2a5345c7f Fixed KartaView link
https://github.com/openstreetmap/iD/issues/8807#issuecomment-970743880
2021-11-16 14:39:23 -08:00
Martin Raifer 25d4ff100f rename all openstreetcam references to kartaview
closes #8807
2021-11-16 17:42:53 +01:00
Stéphane Guillou f8210a9a86 clarify "disconnected_way" validation text (fixes #8760) (#8800)
As discussed in issue #8760, clarify that the ways that are considered routable by the validator need to be well represented among major routing software.

Co-authored-by: Martin Raifer <martin@raifer.tech>
2021-11-16 11:12:15 +01:00
Milos Brzakovic (E-Search) 216e77dd0c npm run imagery 2021-10-28 11:01:27 +02:00
Minh Nguyễn 5f58b533ff Added roadheight field with unit dropdowns 2021-10-25 17:38:41 -07:00
Milos Brzakovic 869eebf510 Merge branch 'develop' into local-storage-full 2021-10-21 16:50:50 +02:00
Minh Nguyễn 3e42e6adfa Copyedited error messages for Follow operation 2021-10-14 15:29:47 -07:00
Kyle Hensel c9faf072e6 create 'follow' feature for drawing ways 2021-10-05 13:42:42 +13:00
Milos Brzakovic a018d276eb Merge pull request #8701 from openstreetmap/check_china_source
Add warning for some commercial mapservice in China
2021-09-30 12:06:36 +02:00
Kyle Hensel d08c09f5ee show an error if local storage is full 2021-09-30 19:41:15 +13:00
Milos Brzakovic a00a9162e7 Merge branch 'develop' into tag_as_not 2021-09-27 19:03:46 +02:00
Bryan Housel defc87e455 Add warning for some commercial mapservice in China
(closes #8700)
2021-09-17 11:36:48 -04:00
Milos Brzakovic (E-Search) 45c5d99d35 Removing Maxar standard imagery 2021-09-14 12:00:06 +02:00
John Firebaugh 1457759994 Add support for connectivity relations 2021-09-08 20:30:38 -07:00
John Firebaugh a14cf49710 Disable merge operation when it would damage relations
The operation is disabled when attempting to join ways which don't belong to identical sets of relations. Restriction relations are excluded, because they are already handled with slightly different logic.

Fixes #8674
Fixes #8645
Fixes #3825
Fixes #1512
2021-09-04 15:42:07 -07:00
Kyle Hensel 416c1af372 add link button next to website tag 2021-08-19 15:17:45 +12:00
Milos Brzakovic (E-Search) 63dfd90335 npm run imagery 2021-08-17 11:05:03 +02:00
Bryan Housel 97ddf125d2 Adjust wording of "Tag as not the same thing" 2021-08-06 17:14:32 -04:00
Bryan Housel 52e8555a8f Add a validator fix option to tag as not: a matched item
(re: #6577)
2021-08-06 12:26:19 -04:00
Milos Brzakovic 4c72faeb3d Maxar Premium imagery connectid update 2021-08-04 18:10:42 +02:00
Milos Brzakovic cf611bd5d2 Display name - network but no ref edge case 2021-08-03 14:24:34 +02:00
Milos Brzakovic 06055b6b79 npm run imagery 2021-07-23 10:11:10 +02:00
Milos Brzakovic 12da7fb5a1 'select child nodes' (plural) for selectChild info 2021-07-14 21:04:59 +02:00