[OpenLayers-Users] OpenLayers.Layer.MapServer.Untiled

2010-03-05 Thread ibrahimsaricicek
Hi all; This is my Layer definition; var mapserv = new OpenLayers.Layer.MapServer.Untiled(MapServer,http://192.168.2.15/cgi-bin/world_900913?;, {layers:'World_Sea',transparent:true, format:image/png,srs:epsg:900913},{buffer: 0, gutter: 0,isBaseLayer: false, opacity:0.5}); This is the message

Re: [OpenLayers-Users] OpenLayers.Layer.MapServer.Untiled

2010-03-05 Thread ibrahimsaricicek
Hi; Thanks so much.. Regards; Ibrahim SARICICEK -- View this message in context: http://n2.nabble.com/OpenLayers-Layer-MapServer-Untiled-tp4681036p4681109.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users mailing list

[OpenLayers-Users] Adobe Flex

2010-02-09 Thread ibrahimsaricicek
Hi all; is there someone, developed applications with Adobe Flex and Openlayers. Is there an examle page? Regards.. -- View this message in context: http://n2.nabble.com/Adobe-Flex-tp4541204p4541204.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

Re: [OpenLayers-Users] problem with map.setCenter and zoom

2010-01-06 Thread ibrahimsaricicek
setCenter: function(lonlat, zoom, dragging, forceZoomChange ) forceZoomChange=false solved my problem. Thanks all.. -- View this message in context: http://n2.nabble.com/problem-with-map-setCenter-and-zoom-tp3264159p4265272.html Sent from the OpenLayers Users

Re: [OpenLayers-Users] problem with map.setCenter and zoom

2009-12-25 Thread ibrahimsaricicek
Hi all,, I have a similar problem; map.setCenter(userExtentCenterLonLat,userExtentZoom, false, true); On Google It shows the whole world, but it should be a placemark in Turkey. A zoom in and out solves the problem. But if the basemap is wms (Mapserver) there is no problem, sets the center

Re: [OpenLayers-Users] Wfs character set

2009-12-16 Thread ibrahimsaricicek
Hi; I have two different databases. and some of my wfs objects come from a utf8 and and others latin5 databases. is it possible to show true type characters in this situation??? ibrahimsaricicek wrote: Hi all; I'm using Postgis tables in Latin5 character encoding. Does Openlayers need

[OpenLayers-Users] Wfs character set

2009-12-15 Thread ibrahimsaricicek
Hi all; I'm using Postgis tables in Latin5 character encoding. Does Openlayers need Utf-8 characterset? Some of the characters on my pop-ups can't be seen originally. How can i prevent this situation? Thanks all.. -- View this message in context: