Hello fellas,
our SmartGWT app is using quite a lot of maps. Since there's no built-in support for maps in SmartGWT, we're using a third-party library (branflake maps) which is a wrapper on top of the Google maps v3 javascript library, and we've written components to make it play nice.
This works fine, however:
1. it's an unmaintained library and haven't been updated in like 100 years.
2. It's using an outdated version of google maps.
3. I'm afraid it will stop working...
I am pretty bad at the whole jsni-wrapper thing (one of the reasons i went with smartgwt in the first place!). I am sure i could do my own wrapper library, but i imagine it would take me a lot of time.
My question is basically, since i've seen some other maps-related questions on this forum - have you guys considered having some rudimentary maps support in SmartGWT, Google, Bing, OpenStreetMap or similar?
our SmartGWT app is using quite a lot of maps. Since there's no built-in support for maps in SmartGWT, we're using a third-party library (branflake maps) which is a wrapper on top of the Google maps v3 javascript library, and we've written components to make it play nice.
This works fine, however:
1. it's an unmaintained library and haven't been updated in like 100 years.
2. It's using an outdated version of google maps.
3. I'm afraid it will stop working...
I am pretty bad at the whole jsni-wrapper thing (one of the reasons i went with smartgwt in the first place!). I am sure i could do my own wrapper library, but i imagine it would take me a lot of time.
My question is basically, since i've seen some other maps-related questions on this forum - have you guys considered having some rudimentary maps support in SmartGWT, Google, Bing, OpenStreetMap or similar?
Comment