Commit Graph

14528 Commits

Author SHA1 Message Date
Martin Raifer
a30856eb83 fix clipped tooltips on controls bar (#8791)
* controls: add wrapper div to not clip tooltips

* bind wheel to controlsWrap
minor z-index change

* scrollbar for ie/firefox

Co-authored-by: Milos Brzakovic (E-Search) <mbrzakovic@microsoft.com>
2021-11-05 11:41:23 +01:00
Milos Brzakovic (E-Search)
3e7fd6e033 Set development version number 2021-10-28 12:38:51 +02:00
Milos Brzakovic (E-Search)
c61f1534db v2.20.2 2021-10-28 11:46:08 +02:00
Milos Brzakovic (E-Search)
34759ae3f2 npm run translations 2021-10-28 11:26:51 +02:00
Milos Brzakovic (E-Search)
216e77dd0c npm run imagery 2021-10-28 11:01:27 +02:00
Milos Brzakovic
54425e8fbe Merge pull request #8773 from openstreetmap/1ec5-follow-unsaved-vertex-8749
Consider unsaved vertices when following a way
2021-10-28 10:46:56 +02:00
Minh Nguyễn
3ea58a3620 Consider unsaved vertices when following a way 2021-10-27 19:12:18 -07:00
Minh Nguyễn
810ce60c18 Fixed roadheight placeholders
The standard field’s placeholder is no longer relevant because it is formatted as a list of raw tag values rather than of localized numbers.
2021-10-25 21:52:54 -07:00
Minh Nguyễn
5f58b533ff Added roadheight field with unit dropdowns 2021-10-25 17:38:41 -07:00
Bryan Housel
d3058983c3 Merge pull request #8768 from openstreetmap/matchTags_improveIndex
matchTags - improve indexing data structure
2021-10-25 10:42:44 -04:00
Bryan Housel
fc6f460fc8 Merge pull request #8766 from openstreetmap/jfirebaugh/node-10-16
Replace node 10 with node 16 in test matrix
2021-10-25 10:26:01 -04:00
Milos Brzakovic
f0b82a5058 Merge pull request #8767 from zstadler/patch-1
Update API.md
2021-10-25 15:29:13 +02:00
Milos Brzakovic
b12c08d4e4 Merge pull request #8746 from tordans/issue-templates
Introduce issue templates
2021-10-25 14:47:36 +02:00
Milos Brzakovic (E-Search)
18f7e91b50 matchTags - improve indexing data structure 2021-10-25 12:10:20 +02:00
zstadler
651d358416 Update API.md
The documentation for the `background` URL parameter](https://github.com/openstreetmap/iD/blob/develop/API.md#url-parameters) says:

> * __`background`__ - The value from a `sourcetag` property in iD's  [imagery list](https://github.com/openstreetmap/iD/blob/develop/data/imagery.json),  or a custom tile URL.

However, none of the sources in iD's  [imagery list](https://github.com/openstreetmap/iD/blob/develop/data/imagery.json?raw=true) does not have a `sourcetag` property.

In fact, iD is actually using the value of the `id` property.
For example: [https://www.openstreetmap.org/edit?editor=id&background=Mapbox](https://www.openstreetmap.org/edit?editor=id&background=Mapbox), based on
```
  {
    "id": "Mapbox",
    "name": "Mapbox Satellite",
    "type": "tms",
    "template": "https://{switch:a,b,c,d}.tiles.mapbox.com/v4/mapbox.satellite/{zoom}/{x}/{y}@2x.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJja2w5YWt5bnYwNjZmMnFwZjhtbHk1MnA1In0.eq2aumBK6JuRoIuBMm6Gew",
    "tileSize": 512,
    "zoomExtent": [0, 22],
    "terms_url": "https://www.mapbox.com/about/maps",
    "terms_text": "Terms & Feedback",
    "default": true,
    "description": "Satellite and aerial imagery.",
    "icon": "https://osmlab.github.io/editor-layer-index/sources/world/MapBoxSatellite.png"
  },
```
2021-10-25 11:26:55 +03:00
John Firebaugh
cc9bea044a Replace node 10 with node 16 in test matrix
Node 10 is no longer in LTS maintenance. v16 will move to maintenance LTS on Tuesday.

https://nodejs.org/en/about/releases/
2021-10-24 19:53:21 -07:00
John Firebaugh
053b652548 More typos 2021-10-24 11:06:26 -07:00
John Firebaugh
5eb0242caf Add CSS selector to .codespellignorelines 2021-10-24 11:05:06 -07:00
John Firebaugh
e8e2af82e4 Merge pull request #8244 from peternewman/patch-10
Switch to a codespell ignore lines file
2021-10-24 11:03:14 -07:00
John Firebaugh
3e082bb20e Fix typos 2021-10-24 11:01:44 -07:00
Bryan Housel
61215456fc Merge pull request #8762 from openstreetmap/testingImprovement
Testing improvement
2021-10-22 09:13:45 -04:00
Tobias
b378f6a17f Issue template: Fix typo 2021-10-22 12:08:26 +02:00
Tobias Jordans
279297e47c Introduce issue templates
- one for bugs
- one for features/ideas
- and most importantly one link to the id-tagging-schema repo and NSI repo, so there is a better chance that issues get created in the correct repository

Co-Authored-By: Milos Brzakovic <78906108+mbrzakovic@users.noreply.github.com>
2021-10-22 12:05:56 +02:00
Milos Brzakovic
7ab60bf078 Merge pull request #8727 from k-yle/local-storage-full
show an error if local storage is full
2021-10-21 16:50:58 +02:00
Milos Brzakovic
869eebf510 Merge branch 'develop' into local-storage-full 2021-10-21 16:50:50 +02:00
Milos Brzakovic (E-Search)
b577d9dcde disabled addNote test 2021-10-21 15:00:18 +02:00
Milos Brzakovic (E-Search)
68b5445689 testing infra improvement - disable silent errors
actions/join test fixed
2021-10-21 14:44:04 +02:00
Milos Brzakovic (E-Search)
b78a8d5d2a fix addNote test 2021-10-21 14:43:05 +02:00
Milos Brzakovic
04e6733cb8 Merge pull request #8761 from openstreetmap/perf_improvement
Perf improvement - matchTags - locationsAt
2021-10-21 11:16:42 +02:00
Milos Brzakovic (E-Search)
dee8cdfe07 matchTags- don't do locationsAt if locID is +Q2 2021-10-21 11:03:44 +02:00
Milos Brzakovic (E-Search)
599d2df19b matchTags - don't calculcate valid locations unless needed
mismatched_geometry - small optimization
2021-10-20 09:49:00 +02:00
John Firebaugh
49f5d03e55 Merge pull request #8711 from openstreetmap/dependabot/npm_and_yarn/rollup/plugin-node-resolve-13.0.5
Bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.5
2021-10-17 14:58:43 -07:00
John Firebaugh
123ef940ef Merge pull request #8737 from openstreetmap/dependabot/npm_and_yarn/rollup/plugin-commonjs-21.0.0
Bump @rollup/plugin-commonjs from 17.1.0 to 21.0.0
2021-10-17 14:58:01 -07:00
John Firebaugh
d5edd6f6c1 Merge pull request #8753 from openstreetmap/1ec5-follow-errors-8671
Copyedit error messages for Follow operation
2021-10-17 14:56:04 -07:00
John Firebaugh
19c9524870 Merge pull request #8741 from Georeactor/rtl-unfix
Turn off RTL text patch on Chromium >=96
2021-10-17 14:53:51 -07:00
Minh Nguyễn
3e42e6adfa Copyedited error messages for Follow operation 2021-10-14 15:29:47 -07:00
Milos Brzakovic
76990349bd Merge pull request #8708 from k-yle/keep-oldest-feature-in-merge
keep the oldest Way when merging
2021-10-13 12:10:29 +02:00
Milos Brzakovic
418dd661cc Merge pull request #8671 from k-yle/race-along-way
create a quick method of drawing ways
2021-10-13 12:07:33 +02:00
Nick Doiron
2d97f8414d turn off svg text path patch on Chromium >=96 2021-10-08 00:36:18 -04:00
Kyle Hensel
c9faf072e6 create 'follow' feature for drawing ways 2021-10-05 13:42:42 +13:00
dependabot[bot]
28b3091eb2 Bump @rollup/plugin-commonjs from 17.1.0 to 21.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 17.1.0 to 21.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.0/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 09:15:05 +00:00
Kyle Hensel
3f12dd5107 keep the oldest Way when merging 2021-10-01 10:31:21 +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
021107cb81 Merge pull request #8642 from openstreetmap/testing_data
Test improvements
2021-09-28 11:08:31 +02:00
Milos Brzakovic
9bce3b3aac Merge pull request #8628 from openstreetmap/tag_as_not
Add a validator fix option to tag as `not:` a matched item
2021-09-27 19:12:10 +02:00
Milos Brzakovic
a00a9162e7 Merge branch 'develop' into tag_as_not 2021-09-27 19:03:46 +02:00
dependabot[bot]
02e1f10c25 Bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.5
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 11.2.1 to 13.0.5.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.0.5/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 09:08:33 +00:00
Bryan Housel
73f8737d17 Adjust the regex for matching Chinese map providers 2021-09-17 12:54:49 -04:00
Bryan Housel
defc87e455 Add warning for some commercial mapservice in China
(closes #8700)
2021-09-17 11:36:48 -04:00