You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use your library in my project where I use GWT and SmartGWT. But when I add map creation in my code I get compile errors as below. Could you tell what the problem is?
[INFO] [ERROR] Errors in 'com/gwidgets/api/leaflet/L.java'
[INFO] [ERROR] Line 76: Native methods require a JavaScript implementation enclosed with /*-{ and }-*/
[INFO] [ERROR] Line 85: Native methods require a JavaScript implementation enclosed with /*-{ and }-*/
[.........]
[INFO] [ERROR] Errors in 'com/gwidgets/api/leaflet/LatLng.java'
[INFO] [ERROR] Line 65: Native methods require a JavaScript implementation enclosed with /*-{ and }-*/
[........]
etc.
The text was updated successfully, but these errors were encountered:
I am guessing Smart GWT is not compatible with the latest versions of GWT 2.8.x and thus JsInterop. I have not tried though, maybe their support can confirm this to you.
I wanted to use your library in my project where I use GWT and SmartGWT. But when I add map creation in my code I get compile errors as below. Could you tell what the problem is?
The text was updated successfully, but these errors were encountered: