rwrx

Results 60 comments of rwrx

Thank you for response and for trying it. Yes, I have there a call to `LocationServices.FusedLocationApi.removeLocationUpdates()`. But now I have realized that `LocationServices.FusedLocationApi.requestLocationUpdates` may be called more than once for...

It is also possible to see this problem on https://trackbook.online

@liodali I have tried to find some compiler flags to disable this error, but with no luck. Then I simply commented out declaration of variable `status_and` and also commented out...

I do have the same issue: ``` Invalid ID 0x00000000. Invalid ID 0x00000000. ERROR: Failed to destroy temp directory java.nio.file.DirectoryNotEmptyException: /tmp/robolectric-nativeruntime6870907116209885458/fonts at java.base/sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:246) at java.base/sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:105) at java.base/java.nio.file.Files.delete(Files.java:1152) at org.robolectric.util.TempDirectory$1.postVisitDirectory(TempDirectory.java:174) at...

Hi @nvkelso! Thank you a lot for your really fast answer. Yes, it is possibly related to this PR. I have pulled it from this git repo and prepared Slovakia...

That is great. But will tangram styles work in MapLibre? Or will MapLibre styles use also Vector-datasource scheme? I also need earth layer. I am not sure if it is...

Thank you a lot. I will write you an e-mail. Also thank you a lot that you will debug it.

I have also noticed that for v1.9 I am gettng empty tiles. For example 0/0/0 (zoom/x/y) tile has no data when I imported slovakia.osm.pbf. I am still using import script...

Basically we fixed this with @nvkelso by commenting out this line: https://github.com/tilezen/vector-datasource/blob/0a09b57fb231c19703037245b1243a703d30e484/data/perform-sql-updates.sh#L65

@nvkelso Yes, the error was: ``` Fixing funky road classification in Seattle, Washington, USA in OSM psql:apply-highway_99_fixes.sql:6: ERROR: Geometry SRID (0) does not match column SRID (3857) ```