Re: [OpenLayers-Users] WFS layer visible in IE6 and IE7, but not in Firefox. Tried to set up proxy. No succes yet.

2009-06-22 Thread sendeman
Hi, Thanks for your responses (to this thread and also to thread http://n2.nabble.com/Scalebar-not-visible-td3086564.html). I did understand that sending more information might be required, that's why I asked. :-) I tried your suggestions. What struck me as odd is that when I changed meters to

Re: [OpenLayers-Users] Overlay on Google

2009-06-22 Thread moony
Hi all, I want to use Google Maps as baselayer and overlay wms, which are delivered by ArcGIS Server. OpenLayers is always using epsg:900913, but ArcGIS Servers uses epsg: 102113 for the google projection. How can I force OpenLayers to use epsg: 102113 instead of epsg: 900913? Defining the

Re: [OpenLayers-Users] How to convert a coordinate like 5383153.349692758 to 43.468243 ?

2009-06-22 Thread Paul Spencer
Note that transform does not return a new instance of LonLat, it modifies the instance that the method was invoked on. lonLat.transform(source, destination); if you want to preserve the original, you must clone it first ... clonedLonLat = lonLat.clone(); clonedLonLat.transform(source,

Re: [OpenLayers-Users] Overlay on Google

2009-06-22 Thread Andreas Hocevar
2009/6/22 toni hernández tonidelaca...@gmail.com: You should configure ArcGIS to serve 900913. I do not even know if that is possible. I guess it is. If you cannot configure it to server 900913, look for EPSG:3785. That is the official EPSG code for Spherical Mercator, but at the time that

Re: [OpenLayers-Users] OpenLayers+FeatureServer, full edit

2009-06-22 Thread Alexandre Dube
Hi, Still trying to make OpenLayers+FeatureServer work in full transactional mode. I looked at the manual json edit example at featureserver.org (2) and tried to do the same with my demo (1). It works well for Insert/Modify now, but it doesn't with Delete. The FS example (2) has the

[OpenLayers-Users] OpenLayers 2.8 Final Release

2009-06-22 Thread Christopher Schmidt
The OpenLayers Development Team is proud to announce the release of OpenLayers 2.8, the latest stable release of OpenLayers. The 2.8 release adds a number of important features, the full list of which can be found in the Release Notes, at http://trac.openlayers.org/wiki/Release/2.8/Notes. Some of

Re: [OpenLayers-Users] Map Aspect Ratio Seems Off (Makes layers wide)

2009-06-22 Thread soatley
Andreas, Thank you for that information! You've solved my problem and even fixed one of my todo items of getting the MousePosition into UTM! Thanks Shawn Andreas Hocevar-2 wrote: Hi, On Fri, Jun 19, 2009 at 10:38 PM, soatleysh...@niagarafalls.ca wrote: Your co-workers are right.

[OpenLayers-Users] Custom toolbar ...

2009-06-22 Thread Paul james
Hello... I´d like to make a custom toolbar (with my images...) with : -zoom in -zoom out -pan - full extent - measure - query map - history .. How can I do such thing? Paul ___ Users mailing list Users@openlayers.org

Re: [OpenLayers-Users] Custom toolbar ...

2009-06-22 Thread Christopher Schmidt
On Mon, Jun 22, 2009 at 04:55:59PM -0300, Paul james wrote: Hello... I´d like to make a custom toolbar (with my images...) with : -zoom in -zoom out -pan - full extent - measure - query map - history .. How can I do such thing? Start here:

Re: [OpenLayers-Users] Custom toolbar ...

2009-06-22 Thread Paul james
Thanks... Just one last question... How can I make a control to select a map coordinate (get values in JS, to call a mapserver function On Mon, Jun 22, 2009 at 4:57 PM, Christopher Schmidt crschm...@metacarta.com wrote: On Mon, Jun 22, 2009 at 04:55:59PM -0300, Paul james wrote: Hello...

Re: [OpenLayers-Users] Schaub Buffer external library

2009-06-22 Thread Tim Schaub
Hey- Joseph Miller wrote: In February of 2008 Tim Schaub sent an email about a patch in his sandbox that used a minkowski sum (I think) to create a client-side buffer. The end results typically had self-intersections. He mentioned that an upgraded version(as an external library) might