[OpenLayers-Users] How to change WMS layer on the fly?

2010-09-01 Thread Mulone
) and trigger an event changeLayers? Are there any examples of this setup? Thanks in advance for any hints! Mulone - Mulone PhD student -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/How-to-change-WMS-layer-on-the-fly-tp5486278p5486278.html Sent from the OpenLayers Users

[OpenLayers-Users] How many registered users on this forum?

2010-05-16 Thread Mulone
Hi guys, I need 2 pieces of information for a survey: - how many active users are registered to this forum? - and on the dev forum? I couldn't find it on Nabble. Thanks for any hint! Mulone - Mulone PhD student -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/How

[OpenLayers-Users] Survey on Web Geo-Spatial Open-Source Technologies: Questionnaire on OpenLayers

2010-04-16 Thread Mulone
questions, comments and recommendation about this survey. Thank you for your attention, Spatial Information Systems Group, School of Computer Science and Informatics, University College Dublin - Mulone PhD student -- View this message in context: http://n2.nabble.com/Survey-on-Web-Geo

Re: [OpenLayers-Users] MapServer, OpenStreetMap, OpenLayers + Reprojection from Latlong to Mercator: a real nightmare

2010-03-19 Thread Mulone
udpate: we managed to reproject in google mercator the map on OpenLayers with this code: http://www.copypastecode.com/24724 It looks ok but when I added a transparent Google Maps layer, our geometries are shifted south by about 30km. Any idea of what might cause this issue? Cheers, Mulone

[OpenLayers-Users] Issue in example sundials-spherical-mercator.html

2010-03-19 Thread Mulone
Hi all, if I go to http://openlayers.org/dev/examples/sundials-spherical-mercator.html with Google Chrome and I zoom in with control + mouse wheel, the topology of the sunflowers get broken. It doesn't happen on Firefox. Is this a bug? - Mulone PhD student -- View this message in context

[OpenLayers-Users] MapServer, OpenStreetMap, OpenLayers + Reprojection from Latlong to Mercator: a real nightmare

2010-03-17 Thread Mulone
, so others might come across this issue. Cheers, Mulone - Mulone PhD student -- View this message in context: http://n2.nabble.com/MapServer-OpenStreetMap-OpenLayers-Reprojection-from-Latlong-to-Mercator-a-real-nightmare-tp4753235p4753235.html Sent from the OpenLayers Users mailing list

Re: [OpenLayers-Users] OSM2pgsql, latlong, OpenStreetMap data, uDig = weird projection

2010-03-16 Thread Mulone
it in several ways but I couldn't find anything wrong. Cheers, Mulone - Mulone PhD student -- View this message in context: http://n2.nabble.com/OSM2pgsql-latlong-OpenStreetMap-data-uDig-weird-projection-tp4736663p4744093.html Sent from the OpenLayers Users mailing list archive at Nabble.com

[OpenLayers-Users] OSM2pgsql, latlong, OpenStreetMap data, uDig = weird projection

2010-03-15 Thread Mulone
and then project it properly? Cheers, Mulone - Mulone PhD student -- View this message in context: http://n2.nabble.com/OSM2pgsql-latlong-OpenStreetMap-data-uDig-weird-projection-tp4736663p4736663.html Sent from the OpenLayers Users mailing list archive at Nabble.com

[OpenLayers-Users] Issue with Mouse Events

2010-02-16 Thread Mulone
are handled perfectly, but no chance to get a mousedown. So I have 2 questions for you: 1) Why is the mousedown not working? Do I need to set some options? 2) How can I get the current boundaries of the map (e.g. the latlon of top-left and bottom-right corners)? Thanks for any hints! Mulone

Re: [OpenLayers-Users] Openlayers on android

2010-02-10 Thread Mulone
Hi guys, I m trying to run OL on Android too! With my setup (OL with 5 WMS layers) it's just not loading the map. If I put just a slim layer (e.g. cloudmade) it opens it, but the controls are screwed. I'll try IOL soon! - Mulone PhD student -- View this message in context: http://n2

[OpenLayers-Users] Cloudmade transform

2009-09-29 Thread Mulone
point = map.getLonLatFromPixel(e.xy); var lonlat = point.transform(epsg4326, map.getProjectionObject()); alert(You clicked near + lonlat.lat + N, + lonlat.lon + E); } Thanks for any hint! Mulone -- View this message in context: http://n2.nabble.com