Re: [OpenLayers-Users] OL and mobile devices

2010-02-04 Thread Zac Spitzer
OL does work (load) on anroid and nokia's out of the box, ppk has been testing touch stuff out which I'm not aware of OL supporting just yet.. http://www.quirksmode.org/blog/archives/2010/02/persistent_touc.html#more On 5 February 2010 18:21, Vidal, Antoni wrote: > Hi list, > > > > In order to

[OpenLayers-Users] OL and mobile devices

2010-02-04 Thread Vidal, Antoni
Hi list, In order to offer our products to mobile phones and other devices, is possible to use OL ? Is there any version oriented to these devices?. Thanks in advance Antoni Vidal Unitat d'Aplicacions SIG-WEB Institut Cartogràfic de Catalunya

Re: [OpenLayers-Users] zoombox displacement

2010-02-04 Thread runningcodez
Thanks Eric...fixed as u said -- View this message in context: http://n2.nabble.com/zoombox-displacement-tp4499258p4518262.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users mailing list Users@openlayers.org http://op

[OpenLayers-Users] getFeaturebyId clarification

2010-02-04 Thread runningcodez
Hello list, Let me showcase my issue straightaway. I have a GML layer served from a json file containing lots of features one of which looks like {"type":"FeatureCollection","features":[{"type":"Feature","id":"property_final.1","geometry":{"type":"MultiPolygon","coordinates":[.]},"geometry_n

Re: [OpenLayers-Users] Magnifier window

2010-02-04 Thread Steve . Toutant
Thanks Alexandre, More detailed... Per example, a user could watch the whole world and the ov-map will be zoomed on Chicoutimi. Whatever the user do on the main map (panning, zooming), I want the ov-map to stick on Chicoutimi, because it is so beautiful ;-) But if a layer is selected on the tre

[OpenLayers-Users] Drag pan while drawing a polygon?

2010-02-04 Thread Jennifer Strahan
Hello, Has anyone has figured out a way to enable drag pan while drawing a polygon? I've found that I can click on the pan buttons to move the map while drawing, but I think for my application, a drag pan will be a better choice. Any suggestions on how I can set this up? Thanks, Jennifer --

Re: [OpenLayers-Users] Magnifier window

2010-02-04 Thread Alexandre Dube
Hi Steve, I think you could do something like that (pseudo-code) : Create your original map Create all your layers and add them to the map Create your ov-map Register a mapmove event to the map to make ov-map follow it For each layer Clone it and add it to ov-map Register a v

[OpenLayers-Users] Magnifier window

2010-02-04 Thread Steve . Toutant
Hi, I'm using openlayers with geoext. I would like to create a magnifier window. So it is like an overview map with a fix map center and a fix zoom level, but the main map and this overview map share the same geoext tree, so the layers are shown/hidden on both maps. I think I can do it if I sta

[OpenLayers-Users] help(wps.js in other proyects)

2010-02-04 Thread Ricardo Rodríguez
hello all, I wonder if it is possible to use "libraries pure" openlayers on other projects derived from, for example, using a library wps.js with mapfish. I recommend doing this is feasible Ricardo Rodríguez Ing. Topográfico Univalle ___ Users mailing li

[OpenLayers-Users] DragPan

2010-02-04 Thread elvin ibbotson
I want to allow dragging to pan an OSM map but not to allow double-click zooming (instead using external controls for zoom). I instantiated the map with... map=new OpenLayers.Map($("map"),{units:'degrees', controls:[]}); then added the DragPan control with... map.addControl(new OpenLayers.Control.

Re: [OpenLayers-Users] Saving vector features in various formats

2010-02-04 Thread Maxime Phaneuf
John, You need to set up a cartographic server that can handle WFS-T manipulation, such as INSERT, UPDATE, DELETE. You can use Geoserver or TinyOWS. Both of them work. Also, you can look at this example: http://dev.openlayers.org/releases/OpenLayers-2.8/examples/wfs-t.html to understand the inte

Re: [OpenLayers-Users] WFS-T Update problem, wrong SRID for changed geometry

2010-02-04 Thread Maxime Phaneuf
What is the projection for your map? Is it spherical mercator or 4326? Maybe there is a conflict there. I suppose you're drawing in spherical mercator, but you're saving in a PostGIS table that has 4326 as projection. Can you show your map declaration please? Maxime -- View this message in conte

[OpenLayers-Users] Overviewmap

2010-02-04 Thread JuKiM
Hi, How I can attach an overviewmap to a map whose base layer is a google maps layer (with spherical mercator)? Thanks! ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Saving vector features in various formats

2010-02-04 Thread paweluz
Hi Yes it is possible. I am actually writing an application that has that functionality. You draw f.g. line on map, then you click save button and geometry is save in the Postgis database. I am using WFS to display data on map and to imput a new data to database. Hope it helps you... I ddd not ge

[OpenLayers-Users] WFS-T Update problem, wrong SRID for changed geometry

2010-02-04 Thread paweluz
Hi I have problem with WFS-T when I update geometry on map. I am using OL 2.8, Geoserver 1.6.4 and PostgreSQL8.3 with Postgis 1.3.6. I am using google layer as a base layer. When I update the geometry on map and do commit() the geometry disappears! I did not know what was happening until I check