[OpenLayers-Users] OpenLayers.Layer.TileCache problem

2008-12-29 Thread Matt Bartolome
Hi, When I try to add a static tilecache layer to my map I'm getting what looks like a 15 mile shift to the South-West, When I serve it through tilecache's WMS server the same cache lines up as expected with all my other layers. static = new OpenLayers.Layer.TileCache( static, /media/tilecache,

Re: [OpenLayers-Users] GML/KML feeds not loading

2008-12-29 Thread Christopher Schmidt
On Mon, Dec 29, 2008 at 12:06:38PM -0500, Michael Angstadt wrote: Good afternoon, I'm having trouble getting certain KML and GML feeds to load in OpenLayers and I wonder if someone can help. The issue appears in versions 2.6 and 2.7 of OpenLayers. Let me start with KML feeds. The feed

Re: [OpenLayers-Users] WFS-V with OL 2.7

2008-12-29 Thread Sebastian Benthall
Hi Jesse, Jesse Cleary wrote: I'm interested in examples of WFS-V clients built with OL 2.7 - any recommendations of sample code or a working example? I have seen the examples in tschaub's sandbox which are really nice. Any other examples that I should review? We are working with

[OpenLayers-Users] Problem with wfs examples

2008-12-29 Thread Diego Ochoa Tocachi
Hi list, I have this problem when I run the examples locally: - (wfs-reprojection.html) uncaught exception: Access to restricted URI denied (NS_ERROR_DOM_BAD_URI) this._object.open(sMethod, sUrl, bAsync, sUser, sPassword); XMLHttpRequest.js (ligne 177) - The same error happens when I

Re: [OpenLayers-Users] Problem with wfs examples

2008-12-29 Thread Bart van den Eijnden (OSGIS)
Hi, see: http://faq.openlayers.org/proxyhost/all/ Best regards, Bart Diego Ochoa Tocachi wrote: Hi list, I have this problem when I run the examples locally: - (wfs-reprojection.html) uncaught exception: Access to restricted URI denied (NS_ERROR_DOM_BAD_URI) [Break on this error]

[OpenLayers-Users] OpenLayers.Layer.TileCache problem

2008-12-29 Thread Matt Bartolome
Hi, When I try to add a static tilecache layer to my map I'm getting what looks like a 15 mile shift to the south-west. When I serve it through tilecache's WMS server the same cache lines up as expected with all my other layers. static = new OpenLayers.Layer.TileCache( static, /media/tilecache,

Re: [OpenLayers-Users] GML/KML feeds not loading

2008-12-29 Thread Brad Spencer
You can call Google's geocoding engine as a web service to geocode addresses on the fly. I think there may be some limits on large batch numbers and of course there is that licensing/copyright issue with Google. maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway,+Mountain+View,+CAoutp

Re: [OpenLayers-Users] Problem with wfs examples

2008-12-29 Thread Christopher Schmidt
On Mon, Dec 29, 2008 at 07:41:45PM +0100, Bart van den Eijnden (OSGIS) wrote: Hi, see: http://faq.openlayers.org/proxyhost/all/ Or even more directly: http://faq.openlayers.org/wfs/why-isnt-wfs-working-on-my-local-checkout-of-openlayers/ Best regards, Bart Diego Ochoa Tocachi wrote: