File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Log of changes since the 2.0 version
4
4
5
+ ### 1.2.0
6
+
7
+ - Switch from using s3://real-changesets JSONs to using adiffs.osmcha.org
8
+ augmented diffs (XML) for visualizing changesets on the map
9
+ - Remove dependency on changeset-map; add dependencies on
10
+ @osmcha/maplibre-adiff-viewer and @osmcha/osm-adiff-parser
11
+ - Map rendering now uses MapLibre GL JS v5.1.0 (we were previously using
12
+ Mapbox GL JS v1.13, via changeset-map)
13
+ - Clicking on a map element reveals a new details panel (the old one was part
14
+ of changeset-map)
15
+ - New bounding box input for filtering, implemented using Terra Draw
16
+
17
+ More detailed description of the above changes available here:
18
+ https://github.com/OSMCha/osmcha-frontend/pull/772
19
+
5
20
### 1.1.1
6
21
7
22
- Fix display order of RTL tag values in Tag Changes view (#766 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " osmcha-frontend" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"license" : " ISC" ,
5
5
"engines" : {
6
6
"node" : " >=7.0"
You can’t perform that action at this time.
0 commit comments