[Geomoose-users] Geoserver WFS in GeoMOOSE

Dan Little theduckylittle at gmail.com
Mon Mar 31 07:23:13 PDT 2014


Are you testing on Firefox or Chrome? Can you use Firebug or Developer
Tools to check that the URL GeoMOOSE is calling is returning valid
WFS/GML?

On Thu, Mar 20, 2014 at 1:56 PM,  <favila at iclam.gov.ve> wrote:
> I published a WFS in GEOSERVER which I have used several times in QGIS. Now
> I have been trying to publish it in GeoMOOSE 2.6.  I dont want to use WMS
> because I need to query the NAME among others features of the polygon
> served.
>
> I used this syntaxis in GeoMOOSE mapbook but it did not show any image,
> polygon or error:
>
>
> <map-source name="lago" type="wfs">
>                 <style type="stylemap"><![CDATA[
>         {
>                 "strokeColor" : "#00ff00",
>                 "label" : "${NOMBRE}"
>         }
>         ]]></style>
>                 <url>http://localhost:8080/geoserver/ows?</url>
>                 <attribute name="NOMBRE" type="text" label="Nombre:"/>
>                 <feature-namespace>lago</feature-namespace>
>                 <feature-type>lago</feature-type>
>                 <geometry-name>polygon</geometry-name>
>                 <schema>
> <![CDATA[http://localhost:8080/geoserver/lago/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=lago:lago]]></schema>
>         </map-source>
>
> In the catalog section, the layer is described as:
> <layer title="Lago de Maracaibo" src="lago" activate="true" fade="false"
> unfade="false" legend="false"/>
>
> Any help is welcome!
> Fermin
>
>
>
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geomoose-users


More information about the Geomoose-users mailing list