[OpenLayers-Users] measure control & google layer

2010-05-06 Thread marco
I zoom out, features lost their original position. There's many posts regarding the precision of measures, but I can't find nothing about this issues there's a way to solve this problem?? Thanks in advance Marco ___

[OpenLayers-Users] measure layer

2010-05-04 Thread marco
s, drawing multiple lines each one with a progressive number as label. What is the best way to get this result? Is it possible to make this layer a real layer (turning it on/of)? Thanks Marco ___ Users mailing list Users@openlayers.org http://open

Re: [OpenLayers-Users] Zoom to feature after mapload

2010-01-27 Thread Marco Scheuble
ation look at: http://trac.openlayers.org/wiki/Addins/ZoomToFeatures hope this helped. cheers, Marco Am 27.01.2010 09:21, schrieb Herman Badenhorst: Hi group. I need to implement the functionality where the map automatically zoom's to a feature after the map is loaded. Thus, my url

Re: [OpenLayers-Users] zoom to feature

2010-01-26 Thread Marco Scheuble
Hi Bart, thank you, it works great! cheers, marco Am 26.01.2010 11:07, schrieb bart...@osgis.nl: > Hi, > > see: > > http://trac.openlayers.org/wiki/Addins/ZoomToFeatures > > Best regards, > Bart > > >> Hi list, >> I wanted to know if there is

[OpenLayers-Users] zoom to feature

2010-01-26 Thread Marco Scheuble
Hi list, I wanted to know if there is the posibility of zooming to a feature or multiple features? if not, maybe someone can tell me, how to get a BoundingBox including selected features? cheers Marco ___ Users mailing list Users@openlayers.org http

Re: [OpenLayers-Users] How to have multiple wms layers into one Openlayers.WMS layer

2010-01-18 Thread Marco Scheuble
Hi David, For me it works when I do it like this: map.addLayer( new OpenLayers.Layer.WMS( "Niedersachsen WMS", "http://www.geobasisdaten.niedersachsen.de/bestand";, {layers: 'ueb5000_nf,ueb1000_nf,ukn500_nf,dtk100_v_nf'}, {singleTile:true}

Re: [OpenLayers-Users] changing the state of a selected feature

2010-01-05 Thread Marco Scheuble
Hi Eric and Jorge, thank you both, it works fine this way! cheers Marco Am 05.01.2010 12:45, schrieb Jorge Gustavo Rocha: > Hi Marco, > > I don't use the toState method, but changing the property directly does > work. > > For example: > /* > * allow

[OpenLayers-Users] changing the state of a selected feature

2010-01-05 Thread Marco Scheuble
tes.label; } function hideAttributes(feature){ feature.attributes.label = document.getElementById("label").value; feature.toState("Update"); alert(feature.state); } alert(feature.state) -> null anyone can help me? cheers, marco

[OpenLayers-Users] OpenLayers and zoom level with Bing maps

2010-01-03 Thread Marco Usai
I'm using Bing Maps through OpenLayers on a web application, but the zoom level obtainable is way inferior to the one you get using directly Bing Maps from Bing.com. Just to make an example: http://openlayers.org/dev/examples/bing.html is bing maps through OpenLayers. You can notice the differ

Re: [OpenLayers-Users] saving multiple layers

2009-12-17 Thread Marco Scheuble
so I don't need a variable to hold the strategy and I can just create the > layer with a new save strategy > > Cheers Kris > > -Original Message- > From: users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] On > Behalf Of Marco Scheuble >

[OpenLayers-Users] saving multiple layers

2009-12-17 Thread Marco Scheuble
with three different Strategies, but it didn't work too. So what do I have to do? Cheers, Marco - savepoint = new OpenLayers.Strategy.Save(); saveline = new OpenLayers.Strategy.Save(); savepoly = new OpenLayers.Strategy.Save(); var p

Re: [OpenLayers-Users] WFS, what EPSG use???

2009-10-29 Thread Marco Scheuble
Hi Arturo, -> But when I use my shapes in format wms in my maps, I haven't any problem, The wms-layer "sde:SPF_CATASTRO.LMA" is shown in the preview map of your geoserver, but this feature "sde:DTYT.SSC_RUTAS_2009" not! And so there has to be s.th. wrong with your

Re: [OpenLayers-Users] WFS, what EPSG use???

2009-10-29 Thread Marco Scheuble
Hi Arturo, I just had a look at your geoserver, -> http://www.aplicanet.gob.mx:8080/geoserver/mapPreview.do and think, that you have a problem with your layer(Feature)-settings, because even in the geoserver map-preview, there is nothing shown cheers Marco Arturo Juárez Lima schrieb: >

Re: [OpenLayers-Users] draw feature in a vector layer

2009-10-27 Thread Marco Scheuble
Hi Iratxe, For WFS-T you have to use geoserver. UMN Mapserver does only support WFS! So, if you see your Features in OL everything is fine with your wfs. Marco Iratxe Lejarreta wrote: > > Hi, > > I'm using OpenLayers with MapServer and Postgis. > I want to draw saved

Re: [OpenLayers-Users] objekts created with vectorLayer.addFeature() aren't part of the insertRequest

2009-10-26 Thread Marco Scheuble
ink this should be done automatically, when adding a feature to a layer !? Where can I post this, so that someone can fix it? -Marco Marco Scheuble wrote: > > Hi all, > > the following code adds a new feature to the layer "editableLayer". > The feature is added to the map and

[OpenLayers-Users] objekts created with vectorLayer.addFeature() aren't part of the insertRequest

2009-10-22 Thread Marco Scheuble
s.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>http://www.openplans.org/topp";>the_geomhttp://www.opengis.net/gml"; srsName="EPSG:31467">3591881.3107142434 5724345.692857157 3602105.89285714

Re: [OpenLayers-Users] triggering the save-event is not working

2009-10-22 Thread Marco Scheuble
Hi Eric, thanks for your answer. I don't use the trunk version of OL! Why? Will there be savestrategy-events in upcoming versions? cheers, Marco Eric Lemoine-2-2 wrote: > > On Mon, Oct 5, 2009 at 1:24 PM, Marco Scheuble > wrote: >> >> Hi List, >> >>

[OpenLayers-Users] triggering the save-event is not working

2009-10-05 Thread Marco Scheuble
enLayers/Strategy/Save-js.html#OpenLayers.Strategy.Save.EVENT_TYPES API says that the event can be registered like this: protocol.events.register(type, obj, listener); shall I call the function register() with a protocol-object and not with the Strategy.Save-object? And when I'm right about that

Re: [OpenLayers-Users] No WFS is showing

2009-10-05 Thread Marco Scheuble
Hi Mario, it is recommended in ol2.8 to use OpenLayers.Layer.Vector- instead of OpenLayers.Layer.WFS-Objects. for me http://openlayers.org/dev/examples/wfs-protocol-transactions.html this example helped a lot! cheers, marco -- View this message in context: http://n2.nabble.com/No-WFS-is

[OpenLayers-Users] catch the safe.success event

2009-09-16 Thread Marco Scheuble
ssage}) function message(event){...} but i don't know what exactly to write Hope someone can help me, thanks Marco -- View this message in context: http://n2.nabble.com/catch-the-safe-success-event-tp3654926p3654926.html Sent from the OpenLayers Users mailing list archive at Nabble.co

[OpenLayers-Users] snapable measureControl

2009-09-08 Thread Marco Scheuble
Hi list, is there a way to combine the snap- and the measureControl, so that I can snap on objects to measure a distance? thanks, Marco -- View this message in context: http://n2.nabble.com/snapable-measureControl-tp3603768p3603768.html Sent from the OpenLayers Users mailing list archive at

Re: [OpenLayers-Users] OL Zoom Issue - Zoomed in very close, cannot not zoom out

2009-08-18 Thread Marco Scheuble
Hi Paul, for me your coordinates looks strange. If the projection is epsg: 4326, I think you have to take lat lon coords. Instead of using the function map.zoomToExtent(), maybe you can use map.zoomToMaxExtent() Marco Paul Curran-2 wrote: > > Hi, > > > > Been st

Re: [OpenLayers-Users] wms-layer is shifted from the corresponding wfs-layer (EPSG:31467)

2009-08-18 Thread Marco Scheuble
srsName: 'EPSG:31467', url: '/geoserver/wfs', featureNS : 'http://www.openplans.org/topp', featureType: 'pet', geometryName: 'the_geom'})

[OpenLayers-Users] wms-layer is shifted from the corresponding wfs-layer (EPSG:31467)

2009-08-18 Thread Marco Scheuble
ere is the code Maybe anyone can help me?! Thanks, Marco -- View this message in context: http://n2.nabble.com/wms-layer-is-shifted-from-the-corresponding-wfs-layer-%28EPSG%3A31467%29-tp3464981p3464981.html Sent from the OpenLayers Users mailing list archive at Nabb

[OpenLayers-Users] Using OpenLayers in a portlet environment

2009-05-21 Thread Marco Ferretti
hin a portlet environment and/or if they have faced this errror before. TIA Marco ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] FW: Download image(bitmap)

2009-04-18 Thread Marco Ferretti
expect your users to be able to download exactly what their browser show ( this would mean as many images as many tiles * number of layers ) or do you expect to have one single image that contains the layers merged together ? Regards, Marco - Original Message - Da : Kwong Hu Kiu A

Re: [OpenLayers-Users] customizing on error behaviour

2009-04-18 Thread Marco Ferretti
Hi Christopher, thanks for the quick reply and the valuable infos !! Regards, Marco - Original Message - Da : Christopher Schmidt A : Marco Ferretti Cc: users Oggetto : Re: [OpenLayers-Users] customizing on error behaviour Data : Fri, 17 Apr 2009 07:40:43 -0400 > On Fri, Apr

[OpenLayers-Users] customizing on error behaviour

2009-04-17 Thread Marco Ferretti
be "update" safe ( unless you do some major rework on that function ) ; can you please point me somewhere ? TIA Marco ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] Problem (bug?) with OL and IFRAME

2009-03-31 Thread Marco Pragliola
Hi all. I had some problems including OpenLayers in a Joomla-based site. One of the weirdest is due to the use of an IFRAME tag to include the page that displays the map. Here's a description of the situation: - I have a main page which is generated by the Joomla CMS - This page contains a Jo

[OpenLayers-Users] wrong positoning of image in single tile mode

2009-02-12 Thread Marco Ferretti
solved setting ratio=1.0; my question is : is this the correct way to request maps in single tile mode or is it just a workaround i happened to find ? Regards, Marco ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users