Nic Hubbard
Nic Hubbard
@louwers can this be looked into at some point?
@roblabs Have you ever had this issue?
I guess my question should have been. How are other UTM converters doing it?
I wrote this up and seems to be what I am needing: ``` + (NSString *)UTMlatZoneForCoordinates:(CLLocationCoordinate2D)coordinate { NSString *DigraphLetrsE = @"ABCDEFGHJKLMNPQRSTUVWXYZ"; int latz = 0;//Latitude zone: A-B S of -80,...
Norway is `32V` and that seems to be working correctly. What should I be doing different?
> Could you add a test? I would be happy to, but is there documentation somewhere on how to do this?
> You would need to add it here: https://github.com/maplibre/maplibre-native/blob/main/test/storage/mbtiles_file_source.test.cpp > > What platform are you on? For CMake there is the `mbgl-test-runner` target (Linux, Windows), for iOS you need to...
> We should really add a test for this. It should be relatively straightforward. If we don't, it might break again tomorrow. > > @nnhubbard Do you still want to...
I have this same issue as seen in my app testing: https://github.com/maplibre/maplibre-native/assets/30858/b194055d-e998-42b2-a83a-e59b66d4d124 It happens in the same way as described by @Max-Leopold where you sort of flick the map and...
@alexcristici Do we have an ETA for when this might be worked on?