2015-05-18 18:58 GMT+02:00 Andrea Aime <[email protected]>:
> Changed how? If the values were missing and they are now set to the built-in
> defaults,
> then I guess it's ok, otherwise, maybe not

After using the rest api maxFeatures gets value 0, but i expect that
keeps the previously value or 1.000.000 (as the demo value [1]) or
Integer.MAX_VALUE (as is set in WFSInfoImpl [2])

I attach the wfs.xml file after use the rest api. BTW i'm using the
geoserver (2.6-SNAPSHOT, git revision 8648905bbf643e) packaged in
opengeosuite 4.5 free edition.

Thanks Andrea


[1] https://github.com/geoserver/geoserver/blob/master/data/release/wfs.xml
[2] 
https://github.com/geoserver/geoserver/blob/master/src/wfs/src/main/java/org/geoserver/wfs/WFSInfoImpl.java
<wfs>
  <id>wfs</id>
  <enabled>true</enabled>
  <name>WFS</name>
  <title>GeoServer Web Feature Service</title>
  <maintainer></maintainer>
  <abstrct>Web Feature Service implementation for vector data supporting WFS 1.0.0, WFS 1.1.0 and WFS 2.0.0. All layers published by this service are available via WMS.</abstrct>
  <accessConstraints>NONE</accessConstraints>
  <fees>NONE</fees>
  <versions>
    <org.geotools.util.Version>
      <version>1.0.0</version>
    </org.geotools.util.Version>
    <org.geotools.util.Version>
      <version>1.1.0</version>
    </org.geotools.util.Version>
    <org.geotools.util.Version>
      <version>2.0.0</version>
    </org.geotools.util.Version>
  </versions>
  <keywords>
    <string>WFS</string>
    <string>WMS</string>
    <string>GEOSERVER</string>
  </keywords>
  <metadataLink/>
  <citeCompliant>false</citeCompliant>
  <onlineResource></onlineResource>
  <schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
  <verbose>false</verbose>
  <metadata>
    <entry key="maxNumberOfFeaturesForPreview">50</entry>
  </metadata>
  <gml>
    <entry>
      <version>V_10</version>
      <gml>
        <srsNameStyle>XML</srsNameStyle>
        <overrideGMLAttributes>true</overrideGMLAttributes>
      </gml>
    </entry>
    <entry>
      <version>V_11</version>
      <gml>
        <srsNameStyle>URN</srsNameStyle>
        <overrideGMLAttributes>false</overrideGMLAttributes>
      </gml>
    </entry>
    <entry>
      <version>V_20</version>
      <gml>
        <srsNameStyle>URN2</srsNameStyle>
        <overrideGMLAttributes>false</overrideGMLAttributes>
      </gml>
    </entry>
  </gml>
  <serviceLevel>BASIC</serviceLevel>
  <maxFeatures>0</maxFeatures>
  <featureBounding>false</featureBounding>
  <canonicalSchemaLocation>false</canonicalSchemaLocation>
  <encodeFeatureMember>false</encodeFeatureMember>
  <hitsIgnoreMaxFeatures>false</hitsIgnoreMaxFeatures>
</wfs>
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to