Hide "WFSDataStoreFactory" string when creating a new datastore from an external WFS
Description
Environment
Activity
codehaus April 10, 2015 at 4:12 PM
CodeHaus Comment From: aaime - Time: Sun, 28 Nov 2010 02:58:44 -0600
---------------------
<p>Mass closing all issues that have been in "resolved" state for 2 months or more without any feedback or update </p>
codehaus April 10, 2015 at 4:12 PM
CodeHaus Comment From: groldan - Time: Sun, 6 Dec 2009 16:41:13 -0600
---------------------
<p>I think we can close this one as the WFS datastore connection parameters have already being i18n'ized. For example: <tt>WFSDataStoreFactory\:BUFFER_SIZE = Feature buffer size</tt></p>
<p>Check out the <a href="http://svn.codehaus.org/geoserver/branches/2.0.x/src/web/core/src/main/java/GeoServerApplication.properties" class="external-link" rel="nofollow">GeoServerApplication.properties</a> file</p>
codehaus April 10, 2015 at 4:12 PM
CodeHaus Comment From: aaime - Time: Fri, 24 Jul 2009 01:32:10 -0500
---------------------
<p>The names are a direct reflection of the datastore factory parameter names (code wise). Other factories made them human readable, this one sems to have them more code oriented.
I think the general direction was to make a custom designed form for each parameter and leave the current one as the fallback for store that do not have the custom one.
I guess this is the direction that should be taken for this datastore as well.</p>
Every element on the Commection Parameters on the "New Vector Data Source" page looks like:
WFSDataStoreFactory:GET_CAPABILITIES_URL
WFSDataStoreFactory:USERNAME
WFSDataStoreFactory:ETC
The prefix seems unnecessary.