File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
"url" : " https://github.com/osmcha/osmcha-frontend/issues"
14
14
},
15
15
"dependencies" : {
16
- "@osmcha/maplibre-adiff-viewer" : " ^1.2.1 " ,
16
+ "@osmcha/maplibre-adiff-viewer" : " ^1.3.0 " ,
17
17
"@osmcha/osm-adiff-parser" : " ^3.0.0" ,
18
18
"@turf/area" : " ^7.1.0" ,
19
19
"@turf/bbox" : " ^7.1.0" ,
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ class CMap extends React.PureComponent {
158
158
if ( adiff . actions . length > 0 ) {
159
159
map . jumpTo (
160
160
map . cameraForBounds ( adiffViewer . bounds ( ) , {
161
- padding : 50 ,
161
+ padding : 200 ,
162
162
maxZoom : 18
163
163
} )
164
164
) ;
Original file line number Diff line number Diff line change 2098
2098
"@nodelib/fs.scandir" "2.1.5"
2099
2099
fastq "^1.6.0"
2100
2100
2101
- "@osmcha/maplibre-adiff-viewer@^1.2.1 ":
2102
- version "1.2.1 "
2103
- resolved "https://registry.yarnpkg.com/@osmcha/maplibre-adiff-viewer/-/maplibre-adiff-viewer-1.2.1 .tgz#a7eabb5f28e138ce6efe547e88e283649624fba2 "
2104
- integrity sha512-DR6zRcUHbyvfSI+/C+HTtqxWv8ginzZ2/A0WVsG/rMd9cED9CdZ3jHTKj1agfHDQcDBdQq+Muy846TznNwPbXA ==
2101
+ "@osmcha/maplibre-adiff-viewer@^1.3.0 ":
2102
+ version "1.3.0 "
2103
+ resolved "https://registry.yarnpkg.com/@osmcha/maplibre-adiff-viewer/-/maplibre-adiff-viewer-1.3.0 .tgz#cb0bb7b5ef4d8794ffd1441e278cb352a6f0bc34 "
2104
+ integrity sha512-lC+P9WpZdK/IbvspYMpKzY+TKLny3HC+EC86TXKLshYeXg9e6ivXXasjdZEop1gEydWxtVFqWATaGgaHam9rUQ ==
2105
2105
dependencies:
2106
2106
"@turf/bbox" "^7.2.0"
2107
2107
"@turf/bbox-polygon" "^7.2.0"
You can’t perform that action at this time.
0 commit comments