On the Codename One side, that would have to be embedded as a peer component, and it would be a fair bit of work. I simpler approach for client-side rendering, might be to port this library ( http://wiki.openstreetmap.org/wiki/Kothic_JS) into Codename One. That library looks quite small, and CN1 should support most of the necessary 2D drawing primitives to do the rendering in a cross-platform way.
It all depends on what you're trying to achieve. The native maps libs are quite good, so, in my mind, you'd have to have a good reason for trying avoid them. Any other approach is likely to give "poorer" results than the native maps. On Thu, Sep 29, 2016 at 1:46 AM, Bryan Buchanan <[email protected]> wrote: > OK - having done a bit of research, it appears I can run my own vector > tile server:https://github.com/tilezen/vector-datasource/ > wiki/Mapzen-Vector-Tile-Service, and there is an OpenGL rendering > library: https://github.com/tangrams/tangram-es > > Is it feasible for me to think about using this in CN1 ? > > On Thursday, September 29, 2016 at 4:58:16 PM UTC+10, Shai Almog wrote: >> >> No the native maps work differently (vectors). >> > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/ > group/codenameone-discussions. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/codenameone-discussions/c96919c8-37a0-4ad5-b46f- > eae9a8a08b1a%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/c96919c8-37a0-4ad5-b46f-eae9a8a08b1a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKXDTd4hQw9ASsBKuO6PpvjbWwHtQQN0yEfAmAMrrfPK4Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
