Pavel Kokush

Results 2 issues of Pavel Kokush

Hi, as I see map caching does not supported at the moment, correct? I tried to use https://github.com/MazeMap/Leaflet.TileLayer.PouchDBCached, but it does not work for some reason. Have you tried any...

question
LeafletMap

Given new class ``` @Path("/") public interface SomeResource { @GET Integer get(); } ``` and client registration method in **TestModule** ``` @Provides @Singleton public SomeResource someClient() { Client c =...