We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac80829 commit 51043ebCopy full SHA for 51043eb
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
Log of changes since the 2.0 version
4
5
+### 1.2.2
6
+
7
+- Fix display of RTL tag and role values in the element info table (#790)
8
+- Add polygon drawing mode to location filter, and change interface so that
9
+ drawing a bounding box does not require holding the Shift key (as this was
10
+ not working on Windows for some reason). (#792)
11
12
### 1.2.1
13
14
- Upgrade to maplibre-adiff-viewer 1.3.0, which contains tweaks to improve
package.json
@@ -1,6 +1,6 @@
1
{
"name": "osmcha-frontend",
- "version": "1.2.1",
+ "version": "1.2.2",
"license": "ISC",
"engines": {
"node": ">=7.0"
0 commit comments