tobias-r
tobias-r
If I have a video in 16:9, but DISPLAY_ASPECT_RATIO is set to 4:3 in meta data, after compressing the video, the DAR value is lost and the video is played...
Hi, I am experiencing the following bug: If my navbar is scrolled away and I am slowling sliding to the previous page in stack, the view of the navigationbar behaves...
Hi there, I haven't studied the Douglas-Peucker algorithm in details, but if I execute the simplification algorithm multiple times, the polyline reduces/smoothes more and more, although the algorithm tolerance is...
**Describe the bug** After selecting an image via FishBun ImagePicker I try to read the GPS data via ExifInterface. However, in some case the GPS Exif data is not found,...
- X I have tried with the newest version of editly: `npm i -g editly` or `npm i editly@latest` - X I have tried ffmpeg newest stable version - X...
Hi there, encode a video isn't working anymore since Android 14. ``` final MediaTransformer mediaTransformer = new MediaTransformer(getApplicationContext()); TransformationListener transformationListener = new TransformationListener() { ... } mediaTransformer.transform( ... ); ```...
**mapbox-gl-js version**: 3.1.2 and 3.2.0 beta **browser**: Chrome on Mac ### Steps to Trigger Behavior 1. Place a marker on a Mapbox globe (not Mercator) new mapboxgl.Marker({}). 2. Ideally do...
## Environment Android SDK 11.3.1 ## Observed behavior and steps to reproduce ``` iconTranslate( Expression.switchCase( Expression.eq(Expression.get("has-icon"), Expression.literal(true)), Expression.literal(listOf(7.0,7.0)), Expression.literal(listOf(7.0,7.0)) )) ``` ## Notes / preliminary analysis This code gives me...
## Environment - Android OS version: 34 - Devices affected: all - Maps SDK Version: 11.4.0 ## Observed behavior and steps to reproduce I am adding multiple symbol and line...
**mapbox-gl-js version**: 3.6.0 **browser**: Chrome newest version on Mac ### Steps to Trigger Behavior I am using your script: https://github.com/mapbox/impact-tools/blob/master/journey-animation-sequence/js/fly-in-and-rotate.js ``` await flyInAndRotate({ map: map, targetLngLat: {lng: 11.007019, lat: 46.967396},...