Joe Lust
Joe Lust
Reported last year #57 and fixed. See the source ``` java public final void setDrawingMode(OverlayType drawingMode) { String value = (drawingMode != null) ? drawingMode.value() : null; setDrawingModeImpl(value); } ```...
@mgmmmm I know it has been a while, but if this is still a problem, can you provide a simple example that reproduces it? Thanks.
@mgmmmm building with `GWT 2.5.1` and `GWT 2.6.0` work correctly for me. Can you please assert whether this remains a problem for you. Otherwise I'll close this issue.
Are we feature complete yet? v3.16 will release soon and I don't want to slip too far behind the mainline.
@ghost91pl thanks for the report. When you have the unusual behavior, do you see any output in the JS console? Just hit `F12` in `Chrome` and then load the page....
@skyl Thanks for the details. I'll dig into this soon when I've got a free evening. Since your gist is identical to the Showcase, I'd certainly expect it to work....
Custom map tiles are already available. See the [Showcase](http://gonevertical-apis.appspot.com/).
You are correct @evmx, my error. GMaps added the Projection property to the [ImageMapType](https://github.com/branflake2267/GWT-Maps-V3-Api/blob/master/gwt-maps-api/src/main/java/com/google/gwt/maps/client/maptypes/ImageMapType.java) in the current 3.15 API release. We'll put it on our radar for the next release....
Good point. From a low ever GWT perspective, I'm sometimes weary of large bolt on libraries. For example the Garmin Communicator API downloads nearly 2 dozen js libs and jquery...
Correct. What I really love about GWT is the minimalism of the final compiled product while many a framework these days bolts dependencies on top of dependencies. I recall a...