Re: [OpenLayers-Users] First try with html5 canvas for layers

2010-01-31 Thread Eric Lemoine
On Monday, November 23, 2009, Kris Geusebroek kgeusebr...@xebia.com wrote: Hi Eric, I haven't measured the memory use yet. But I'm implementing the tilecache layer with a single canvas, all images are loaded through a javascript Image object and when all are loaded they are 'drawn' in the

Re: [OpenLayers-Users] First try with html5 canvas for layers

2010-01-31 Thread Kris Geusebroek
-Original Message- From: Eric Lemoine [mailto:eric.lemo...@camptocamp.com] Sent: Sunday, January 31, 2010 9:51 AM To: Kris Geusebroek Cc: OpenLayers Users Subject: Re: [OpenLayers-Users] First try with html5 canvas for layers On Monday, November 23, 2009, Kris Geusebroek kgeusebr...@xebia.com

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-23 Thread Kris Geusebroek
: OpenLayers Users Subject: Re: [OpenLayers-Users] First try with html5 canvas for layers On Thursday, November 19, 2009, Kris Geusebroek kgeusebr...@xebia.com wrote: Hi Eric, Hi Kris. Thanks for response. Indeed it's cool, thanks. My goal was to write an application with open source technologies

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-23 Thread Adam Ratcliffe
Ratcliffe Sent: Saturday, November 21, 2009 1:54 AM To: Kris Geusebroek Cc: users@openlayers.org Subject: Re: [OpenLayers-Users] First try with html5 canvas for layers Hi Kris, I'm fairly new to OpenLayers and assumed that when creating a vector layer for use with wfs-t that the layer

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-23 Thread Kris Geusebroek
[mailto:adam.ratcli...@gmail.com] On Behalf Of Adam Ratcliffe Sent: Monday, November 23, 2009 9:14 AM To: Kris Geusebroek Cc: users@openlayers.org Subject: Re: [OpenLayers-Users] First try with html5 canvas for layers OK, that makes sense. Will be interesting to hear more of how this works out with a browser

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-22 Thread Kris Geusebroek
-Original Message- From: adam.ratcli...@gmail.com [mailto:adam.ratcli...@gmail.com] On Behalf Of Adam Ratcliffe Sent: Saturday, November 21, 2009 1:54 AM To: Kris Geusebroek Cc: users@openlayers.org Subject: Re: [OpenLayers-Users] First try with html5 canvas for layers Hi Kris, I'm fairly

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-22 Thread Eric Lemoine
On Thursday, November 19, 2009, Kris Geusebroek kgeusebr...@xebia.com wrote: Hi Eric, Hi Kris. Thanks for response. Indeed it's cool, thanks. My goal was to write an application with open source technologies to track cars driving around. I wrote a prototype with geoserver and openlayers

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-20 Thread Adam Ratcliffe
: [OpenLayers-Users] First try with html5 canvas for layers On Wednesday, November 18, 2009, Kris Geusebroek kgeusebr...@xebia.com wrote: Hi All, I'm currently investigating the possibilities of integrating html5 functionality into openlayers. My first try is using canvas

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-20 Thread Kris Geusebroek
...@openlayers.org] On Behalf Of Adam Ratcliffe Sent: Saturday, November 21, 2009 12:45 AM To: users@openlayers.org Subject: Re: [OpenLayers-Users] First try with html5 canvas for layers Hi Kris, Am I correct in thinking this technique would be useful for displaying read-only vector data only

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-20 Thread Adam Ratcliffe
Subject: Re: [OpenLayers-Users] First try with html5 canvas for layers Hi Kris, Am I correct in thinking this technique would be useful for displaying read-only vector data only?  Or are you considering an approach such as overlaying a transparent image map to allow interactivity? Cheers Adam

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-20 Thread Christopher Schmidt
Sent: Saturday, November 21, 2009 12:45 AM To: users@openlayers.org Subject: Re: [OpenLayers-Users] First try with html5 canvas for layers Hi Kris, Am I correct in thinking this technique would be useful for displaying read-only vector data only?  Or are you considering an approach

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-19 Thread Kris Geusebroek
with html5 so I might be able to spent some time on other's feature requests ;-) Cheers Kris -Original Message- From: Eric Lemoine [mailto:eric.lemo...@camptocamp.com] Sent: Thursday, November 19, 2009 6:53 AM To: Kris Geusebroek Cc: OpenLayers Users Subject: Re: [OpenLayers-Users] First try

[OpenLayers-Users] First try with html5 canvas for layers

2009-11-18 Thread Kris Geusebroek
Hi All, I'm currently investigating the possibilities of integrating html5 functionality into openlayers. My first try is using canvas for a layer instead of div's I've setup a sandbox which you can use to have a look:

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-18 Thread Eric Lemoine
On Wednesday, November 18, 2009, Kris Geusebroek kgeusebr...@xebia.com wrote: Hi All, I’m currently investigating the possibilities of integrating html5 functionality into openlayers. My first try is using canvas for a layer instead of div’s I’ve setup a sandbox which