<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The amount of attributes should likely not be the issue here.<div><br></div><div>Do you have a minified example so that we can reproduce?</div><div><br></div><div>Best regards,</div><div>Bart</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>-- <br>Bart van den Eijnden<br>OpenGeo - <a href="http://opengeo.org/">http://opengeo.org</a><br>Expert service straight from the developers.</div><div><br></div></span><br class="Apple-interchange-newline">

</div>
<br><div><div>On Sep 4, 2012, at 9:27 AM, allanlumte <<a href="mailto:lumtegis@gmail.com">lumtegis@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi all,<br>I've created an openlayers wfs layer from a shapefile with 50 attribute<br>fields, the layer is invisible on the<br>base map while the firebug shows - Uncaught RangeError: Invalid array<br>length,<br>Question is, is there a limit of attribute fields that openlayers wfs can<br>handle ?<br>The layer code is as below :<br><br>wfs_layer = new OpenLayers.Layer.Vector("Counties", {<br>        strategies: [new OpenLayers.Strategy.BBOX()],<br>        protocol: new OpenLayers.Protocol.WFS({<br>                     version: "1.1.0",<br>                     url: "<a href="http://localhost/geoserver/wfs">http://localhost/geoserver/wfs</a>",<br>                     featureType: "counties",<br>                     featureNS: "<a href="http://www.opengeospatial.net/cite">http://www.opengeospatial.net/cite</a>",<br>                     srsName: "EPSG:4326"<br>        })<br>});<br><br><br><br><br><br><br><br>--<br>View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/OpenLayers-WFS-limit-tp4999611.html">http://osgeo-org.1560.n6.nabble.com/OpenLayers-WFS-limit-tp4999611.html</a><br>Sent from the OpenLayers Users mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>http://lists.osgeo.org/mailman/listinfo/openlayers-users<br></blockquote></div><br></div></body></html>