Thomas Krajacic
Thomas Krajacic
~The correct~ A better fix for this would be to change the extension to: `extension Sequence where Element: AnyObject` While the iterator also uses the `Element` associated type and that...
~The correct~ A better fix for this would be to change the extension to: `extension Sequence where Element: AnyObject` While the iterator also uses the `Element` associated type and that...
I am seeing the same problem when using a local repository as dependency. Commits are hardly ever picked up by `carthage update` and I have to delete the cache every...
The ability to use vector-mbtiles would be awesome, though I am not sure how easy this would be to implement within this confined project. As far as I understand, there...
I'll have a shot at it!
Just to see if I am going in a direction you like: I think there should be a wrapper for the _mbtiles_ file (just as there is for the _MBXOfflineDatabase_)...
Absolutely! I was already implementing it that way. (Which now poses the problem: Do I now rebase from your branch to mine, or merge?)
Mhm, do you want to keep the `(NSData *)dataForURL:(NSURL *)url withError:(NSError **)error` signature? Wouldn't it make more sense, if the _MBXMBTileOverlay_ would call something like `(NSData *)dataForPath:(MKTileOverlayPath)path` on its _MBXMBTileDatabase_...
Should the Project contain a demo file (.mbtiles)? I have added a small (~1.5MB) file to my Project for testing (quick export from Tilemill). MBTiles support is working fine so...
Excellent points, I will refactor to your suggestions.