When I display maps with the option GLConstants.GLGRAPHICS (ex :size(800, 600, GLConstants.GLGRAPHICS);) , everything I draw (ellipse, rect , text ...) is ugly.
Someone has an explanation ?
I have made a big applet which needs 20-30 seconds before displaying something.
I get all the data needed in the setup section. That is the reason why it takes a long time to show something.
I would like to display something that indicates to the users that the application is loading data during the setup.
An idea ?
I noticed that with some applets the java logo appears while the applet is loading. It would be a solution. With my applet the java logo never comes.
Google maps terrain doesn't work fine for me under processing using unfolding. I often have, not always, black map.
Is it the same for others users of this class ?
I noticed that it's not possible anymore to get map from google using unfolding. I have a black screen instead of map. Unfolding works fine with others providers (openstreetmap, microsoft...).
After export, you often must sign the jar files to make your applet work.
It's boring.
If the jars could be automatically signed with your own key during the export, it would be good.
May be one day or never ?
May be an easy way to sign exist ?
Tell me.
With processing no problem to connect and query a database (mySQL, Oracle), but is it possible with processing.js ? I failed !
Thank you for your advices
In the source of an html page I have this : var latlng = new google.maps.LatLng(49.44305, 1.1025);
I would like to modify 49.44305 and 1.1025 from a sketch running in the same page. Is it possible ?
Thanks