Re: [qooxdoo-devel] geolocation maps in qooxdoo

2013-04-23 Thread Werner Thie
On 4/23/13 11:44 AM, Fritz Zaucker wrote: > Raphael had serious memory leaks in the past. Quite possible that this is > fixed now. > None observed so far, Fritz! Werner -- Try New Relic Now & We'll Send You this Cool Sh

Re: [qooxdoo-devel] geolocation maps in qooxdoo

2013-04-23 Thread Fritz Zaucker
Raphael had serious memory leaks in the past. Quite possible that this is fixed now. Cheers, Fritz On Tue, 23 Apr 2013, franck34 wrote: > Need to choose between > http://raphaeljs.com/world/ (simple, enought) and > http://kartograph.org/showcase/projections/#ortho > > Both don't need to make out

Re: [qooxdoo-devel] geolocation maps in qooxdoo

2013-04-23 Thread franck34
Need to choose between http://raphaeljs.com/world/ (simple, enought) and http://kartograph.org/showcase/projections/#ortho Both don't need to make outside request for loading data (my constraint) The last one i found is http://d3js.org/ http://mbostock.github.io/d3/talk/20111018/azimuthal.html T

Re: [qooxdoo-devel] geolocation maps in qooxdoo

2013-04-23 Thread Werner Thie
Hi, just finished some stuff with Raphael in qooxdoo, a world map example is included on raphaeljs.com Werner On 4/23/13 10:58 AM, Ana Rita Sousa wrote: > Hi, > > I have integrated OpenLayers with Qooxdoo and it rocks! The OpenLayers > is a powerful javascript mapping library, but there are an

Re: [qooxdoo-devel] geolocation maps in qooxdoo

2013-04-23 Thread Ana Rita Sousa
Hi, I have integrated OpenLayers with Qooxdoo and it rocks! The OpenLayers is a powerful javascript mapping library, but there are another options that could be more suitable for you. Take a look: http://gis.stackexchange.com/questions/8032/comparison-of-javascript-mapping-libraries Cheers, Ana

Re: [qooxdoo-devel] geolocation maps in qooxdoo

2013-04-22 Thread Burak Arslan
Hi, Heard of polymaps.org ? Seems to be what you're looking for. Best, Burak On 04/22/13 19:24, franck34 wrote: Hi the list, Just by curiosity, i'd like to know if some of you already implement something like that : * earth map using SVG in a container * put marker on the map, marker are

[qooxdoo-devel] geolocation maps in qooxdoo

2013-04-22 Thread franck34
Hi the list, Just by curiosity, i'd like to know if some of you already implement something like that : * earth map using SVG in a container * put marker on the map, marker are just object having longitude/latitude Optionaly, move/zoom the map with the mouse. Constraints : * no use of google ma