-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1 geometry MultiLineString, LineString #21
Comments
Hello @l3eware, multiline string is working for me, I just added an example branch in the are you using the latest 1.1 version ? |
Hi zak905, thanks you for reply I am going to try it and find whats wrong in my code. |
are you getting any messages in the browser console ? It's possible to debug GWT java code in the browser using source maps (checkout http://www.g-widgets.com/2017/06/29/quick-tip-debugging-a-gwt-application-using-chrome-dev-tools/) . They are enabled by default in dev mode. However, if the error happens in Leaflet.js side, I think it would be better to work out a small example in javascript first and then convert the code to Java when the issue is resolved |
zak905 a lot of thanks for help and your time. I would be grateful if you could add an example how to use (for my GeoJSON object) function .eachLayer(Function function, JsObject jsObject) in java? Anyway thanks a lot... I have to study more to understand this all. |
Hi,
in my geoJson string I have some MultilineString geometry. But when I am generating JsObject:
(JsObject) Global.JSON.parse(jsonString);
Something is wrong. Am I missing something? When I have Multipolygon It is ok...
Thanks
The text was updated successfully, but these errors were encountered: