Re: [OpenLayers-Users] Questions on using Protocol.HTTP and custom XML to load/edit features

2010-03-14 Thread Eric Lemoine
On Wed, Mar 10, 2010 at 6:21 PM, Stephen Woodbridge wood...@swoodbridge.com wrote: I'm running OL 2.8, I have not tried trunk. http://imaptools.com:8080/tilecache/test.html?zoom=17lat=33.89595lon=35.49935layers=BT This is a work in progress, that is getting edits, but demonstrates the issue.

Re: [OpenLayers-Users] Questions on using Protocol.HTTP and custom XML to load/edit features

2010-03-14 Thread Stephen Woodbridge
Eric Lemoine wrote: On Wed, Mar 10, 2010 at 6:21 PM, Stephen Woodbridge wood...@swoodbridge.com wrote: I'm running OL 2.8, I have not tried trunk. http://imaptools.com:8080/tilecache/test.html?zoom=17lat=33.89595lon=35.49935layers=BT This is a work in progress, that is getting edits, but

Re: [OpenLayers-Users] Questions on using Protocol.HTTP and custom XML to load/edit features

2010-03-11 Thread Stephen Woodbridge
Eric Lemoine wrote: On Monday, March 8, 2010, Stephen Woodbridge wood...@swoodbridge.com wrote: OK, to partially answer some of my own questions ... inline below. Stephen Woodbridge wrote: Hi all, I am trying to implement a vector layer that will allow editing point data. The data is

Re: [OpenLayers-Users] Questions on using Protocol.HTTP and custom XML to load/edit features

2010-03-11 Thread Stephen Woodbridge
Stephen Woodbridge wrote: Eric Lemoine wrote: On Monday, March 8, 2010, Stephen Woodbridge wood...@swoodbridge.com wrote: OK, to partially answer some of my own questions ... inline below. Stephen Woodbridge wrote: Hi all, I am trying to implement a vector layer that will allow editing

Re: [OpenLayers-Users] Questions on using Protocol.HTTP and custom XML to load/edit features

2010-03-10 Thread Stephen Woodbridge
Eric Lemoine wrote: On Monday, March 8, 2010, Stephen Woodbridge wood...@swoodbridge.com wrote: OK, to partially answer some of my own questions ... inline below. Stephen Woodbridge wrote: Hi all, I am trying to implement a vector layer that will allow editing point data. The data is

Re: [OpenLayers-Users] Questions on using Protocol.HTTP and custom XML to load/edit features

2010-03-09 Thread Eric Lemoine
On Monday, March 8, 2010, Stephen Woodbridge wood...@swoodbridge.com wrote: OK, to partially answer some of my own questions ... inline below. Stephen Woodbridge wrote: Hi all, I am trying to implement a vector layer that will allow editing point data. The data is accessed via a PHP script

Re: [OpenLayers-Users] Questions on using Protocol.HTTP and custom XML to load/edit features

2010-03-08 Thread Stephen Woodbridge
OK, to partially answer some of my own questions ... inline below. Stephen Woodbridge wrote: Hi all, I am trying to implement a vector layer that will allow editing point data. The data is accessed via a PHP script that serves some arbitrary XML. The layer looks like this so far:

[OpenLayers-Users] Questions on using Protocol.HTTP and custom XML to load/edit features

2010-03-07 Thread Stephen Woodbridge
Hi all, I am trying to implement a vector layer that will allow editing point data. The data is accessed via a PHP script that serves some arbitrary XML. The layer looks like this so far: vector = new OpenLayers.Layer.Vector(POI, { maxResolution: 360.0/16777216/2,