[Geoserver-users] Changing polygon label's font in the SDL

2013-11-06 Thread beldar15
Hi, I have a polygon layer that works perfectly. But I'm trying to change the font-family as it's here http://docs.geoserver.org/latest/en/user/styling/sld-reference/textsymbolizer.html#font http://docs.geoserver.org/latest/en/user/styling/sld-reference/textsymbolizer.html#font but it doesn't

[Geoserver-users] Retrieving custom params from a Geoserver request

2013-10-23 Thread beldar15
Hi, I published a WFS and created a WFS Data Store on Geoserver. Everything working well until this point. The problem is that I feed the WFS with data contained in a session. To retrieve the data of this session I need to send, at least the 'session id'. Is there a way, (please feel free to

[Geoserver-users] Problem selecting features on Openlayers preview

2013-10-14 Thread beldar15
Hi, I succesfully created a Data Store from a Hand-Made PHP generated WFS. It works fine but, when I select the layer Preview in OpenLayers, I click on a feature/icon, but it returns me the whole information of all the features in the layer, not only the info of the one which I clicked. Any

[Geoserver-users] Harvesting data from a php Webservice.

2013-09-10 Thread beldar15
Hi, I'm trying to feed Geoserver with the date contained in a Postgresql data base. I've been reading about how to do this, and I find about the Harvesting, so now I know is possible to do what I wanted to do. But I haven't seen any example or method to do this. Anyone can give me some direction

Re: [Geoserver-users] Creating Geoserver Layer from custom WFS

2013-09-06 Thread beldar15
I don't know what else to do, I verified the entire code, also every path that's on it. And everything is fine, but I don't know how to use this, to create a layer. This is the GetCapabilities documente that I created, if someone please, could check it out and tell me if there is something wrong,

Re: [Geoserver-users] Creating Geoserver Layer from custom WFS

2013-09-05 Thread beldar15
I created a Workspace, the a POSTGIS store and I created a layer. Everything worked well and fine, until that point. Then, I've used that GetCapabilities document, but I changed the GetFeature Path on it (the online resource). But it don't worked. So, it is possible? It can be done? or I'm wasting

Re: [Geoserver-users] Creating Geoserver Layer from custom WFS

2013-09-05 Thread beldar15
Ok, I created the three archives, GetCapabilities, DescribeFeatureType and GetFeatures. I pointed in the GetCapabilities to their respective class. But no, it doesn't work. I keeps thowing me the same error. I don't know if this could be possible, I edited every single path that may be wrong or

Re: [Geoserver-users] Creating Geoserver Layer from custom WFS

2013-09-05 Thread beldar15
Many thanks for keep on this with me! Well I've validated the documents and they are properly formed. I am creating the Vector Data Store. I select the workspace, I put as GetCapabilities document the path to the respective script and I save it. That works. Then I am in the Create Layer window,