ystsoi

Results 7 comments of ystsoi

I found that simply modifying a marker can make it gray in an emulator. And I have prepared a simple program to reproduce this issue: https://github.com/ystsoi/mapbox-gl-native/tree/test-emulator-marker-issue/TestEmulatorMarkerIssue Tapping the "Show/Update Marker"...

Yes, both involve flickering issue. For Android, the Mapbox Demo app is not updated for 9.3.0, so not tested. For iOS, 6.0.0 is definitely much better than 5.9.0. Cannot reproduce...

I have installed the Mapbox Demo app in Google Play, which is of v9.3.1, it seems that the symbols still flicker easily. The marker symbol example for the iOS version...

Tested. This issue does not exist in the latest Mapbox Demo app (v9.5.0) in Google Play. By the way, I found that adding a symbol which allows overlap may flicker...

I found that range slider does not show properly whenever Auto Layout is used, and adding the following method to RangeSlider helps: open override func layoutSubviews() { super.layoutSubviews() updateLayerFramesAndPositions() }

It seems that this issue can be worked around by decompressing 849.osc.gz first. The following is OK: `./osmosis-0.48.3/bin/osmosis --rxc 849.osc --wxc out`

Another file which will cause exception: https://planet.openstreetmap.org/replication/day/000/003/872.osc.gz `./osmosis-0.48.3/bin/osmosis --rxc 872.osc --wxc out` will cause: `org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to unzip gz file 872.osc.` No exception if removed: `osmosis-0.48.3/lib/default/xercesImpl-2.12.0.jar` Maybe, caused by: https://issues.apache.org/jira/browse/XERCESJ-1668