[OpenLayers-Users] modification with polygon style

2009-12-16 Thread Haftish 21
I got a WFS-T that operates on a polygon feature. Without a style rule everything goes right. But, with style defined for it, the nodes to modify the geometry don't show up. Any clue?? ___ Users mailing list Users@openlayers.org http://openlayers.org/mail

Re: [OpenLayers-Users] my road styleMap not working

2009-12-11 Thread Haftish 21
Lately, rType = { 'Functioning': { strokeColor:"#0aa989", strokeWidth: 7 }, 'Schematic road': { strokeColor:"#ff", strokeWidth: 4 }, 'Compiled road connector': { strokeColor:"#f4a427", strokeWidth: 3 } }; Is working even without first declaring the variable rTy

Re: [OpenLayers-Users] my road styleMap not working

2009-12-11 Thread Haftish 21
Thank you Arnd for the reply. But this neither is changing the style of my roads @all. What other suggestions u might have??? ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] my road styleMap not working

2009-12-11 Thread Haftish 21
Trying to define a styleMap of my road layer based on rdlnstattx attribute, I defined a rule based on type as follows: var rStyle = new OpenLayers.StyleMap(); var rType = new Array(); rType = { FUN: { text: 'Functioning', strokeColor:"#ff", strokeWidth: 7 }, SCH: { text: 'Sche

[OpenLayers-Users] comprehensive ol lib???

2009-12-10 Thread Haftish 21
http://dev.openlayers.org/sandbox/adube/openlayers/lib/OpenLayers.js http://dev.openlayers.org/nightly/OpenLayers.js http://openlayers.org/dev/OpenLayers.js I just tried three of these libraries. What works with one library fails to work with the other one. I mean, for example, my vector layer loa

Re: [OpenLayers-Users] my vector layer doesn't display

2009-12-08 Thread Haftish 21
OMG, thanks ivan for you patience...You know what? I should have added a single slash at the end of my NS, like: featureNS: "http://www.opengis.net/ethroads/"; Everything is now working well. Is that a must to add this slash or what??? ___ Users mai

Re: [OpenLayers-Users] my vector layer doesn't display

2009-12-08 Thread Haftish 21
Lately, the server is getting GET http://openlayers.org/dev/lib/Firebug/firebug.html request from openlayers.org instead, which doesn't have any content in it. ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] my vector layer doesn't display

2009-12-08 Thread Haftish 21
Dear Ivan, I'm getting the similar stuff with Trunk/nightly too... Yeha! I've already a working proxy. My OpenLayers.Layer.WFS, OpenLayers.Layer.WMS & OpenLayers.Layer.Mapserver codes are working well, for example. On Tue, Dec 8, 2009 at 12:37 PM, Ivan Grcic wrote: > Try taking trunk http://o

Re: [OpenLayers-Users] my vector layer doesn't display

2009-12-08 Thread Haftish 21
I'm using the latest OL version from http://openlayers.org/api/OpenLayers.js. BTW, the request the server is getting is: POST http://localhost:8000/cgi-bin/mapserv.exe?map=C:/ms4w/apps/Eth/config.map if I edit sth, it changes to: GET http://openlayers.org/dev/lib/Firebug/firebug.html _

[OpenLayers-Users] my vector layer doesn't display

2009-12-07 Thread Haftish 21
I'm trying to add a vector layer into my map. No error message. I can see the layer name listed in my layer switcher, but nothing is displaying on my map. Here is my code... ethRoads = new OpenLayers.Layer.Vector("Roads WFS-T", { strategies: [new OpenLayers.Strategy.Save()],