[Geoserver-users] 1.6RC2 FeatureType

I added a new postgres featuretype the same way I did in the old version of
Geoserver 1.5.2 and I cant view it in the map preview demo page because the
link for the Layer isn't showing up. is there something new i have to do in
order to enable the featuretype?

Also when i try to do a WFS_transactionInsert request i get a
ArrayOutofbounds error

<?xml version="1.0" ?>
- <ServiceExceptionReport version="1.2.0" xmlns="http://www.opengis.net/ogc&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xsi:schemaLocation="http://www.opengis.net/ogc
http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd&quot;&gt;
  <ServiceException>java.lang.ArrayIndexOutOfBoundsException: 5
java.lang.ArrayIndexOutOfBoundsException: 5</ServiceException>
  </ServiceExceptionReport>

for this xml doc (i deleted the info)

<wfs:Transaction service="WFS" version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/wfs
  http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd
  http://www.opengeospatial.net/cite

http://[host]:[port]/geoserver/wfs/DescribeFeatureType?typename=cite:tracks

http://[host]:[port]/geoserver/wfs/DescribeFeatureType?typename=cite:alias"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xmlns:cite="http://www.opengeospatial.net/cite&quot;
xmlns:ogc="http://www.opengis.net/ogc&quot;
xmlns:wfs="http://www.opengis.net/wfs&quot;
xmlns:gml="http://www.opengis.net/gml&quot;&gt;

<wfs:Delete
typeName="cite:tracks"><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>...</ogc:PropertyName><ogc:Literal>...</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter></wfs:Delete>

<wfs:Insert><cite:tracks><cite:guid>...</cite:guid><cite:classification/><cite:creationtimestamp>...</cite:creationtimestamp><cite:lastupdatetime>...</cite:lastupdatetime><cite:effectivetime>...</cite:effectivetime><cite:reportedtime>...</cite:reportedtime><cite:staletime>...</cite:staletime><cite:confidencevalue>...</cite:confidencevalue><cite:behavioridentity>...</cite:behavioridentity><cite:nationality/><cite:classificationcategory>...</cite:classificationcategory><cite:classconfidencevalue>...</cite:classconfidencevalue><cite:axislabels>...</cite:axislabels><cite:uomlabels>...</cite:uomlabels><cite:aoumajaxis>...</cite:aoumajaxis><cite:aouminaxis>...</cite:aouminaxis><cite:aouvalid>...</cite:aouvalid><cite:the_geom><gml:Point
srsName="..."><gml:coordinates decimal="." cs="," ts="
">-...</gml:coordinates></gml:Point></cite:the_geom></cite:tracks></wfs:Insert><wfs:Insert><cite:alias><cite:guid>...</cite:guid><cite:source>name</cite:source><cite:name>...
</cite:name><cite:the_geom><gml:Point><gml:coordinates decimal="." cs=","
ts="
">-...</gml:coordinates></gml:Point></cite:the_geom></cite:alias></wfs:Insert></wfs:Transaction>

Thanks
--
View this message in context: http://www.nabble.com/1.6RC2-FeatureType-tp14697258p14697258.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

dbhalsema ha scritto:

I added a new postgres featuretype the same way I did in the old version of
Geoserver 1.5.2 and I cant view it in the map preview demo page because the
link for the Layer isn't showing up. is there something new i have to do in
order to enable the featuretype?

Not that I know of? Can you go and check if the datastore is enabled?
(go into the datastore panel, see if enabled is checked).
GeoServer disables automatically datastores it cannot connect to, and
this results in seeing the feature types in the config but not in the
preview (and in any other service.

Also when i try to do a WFS_transactionInsert request i get a
ArrayOutofbounds error

Hum, can you go to the config/server section and enable verbose
exceptions, run again, and report the (hopefully fuller)
service exception you get?

Cheers
Andrea

Hi,

Are there any errors that occur in the starup log, or in the log when
you access the map preview. Any errors that show up woudl be useful.

Also is there any chance you can share the schema of your postgis table
with us? If you could we could set it up here and attempt to reproduce
the problem.

-Justin

dbhalsema wrote:

I added a new postgres featuretype the same way I did in the old version of
Geoserver 1.5.2 and I cant view it in the map preview demo page because the
link for the Layer isn't showing up. is there something new i have to do in
order to enable the featuretype?

Also when i try to do a WFS_transactionInsert request i get a
ArrayOutofbounds error

<?xml version="1.0" ?>
- <ServiceExceptionReport version="1.2.0" xmlns="http://www.opengis.net/ogc&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xsi:schemaLocation="http://www.opengis.net/ogc
http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd&quot;&gt;
  <ServiceException>java.lang.ArrayIndexOutOfBoundsException: 5
java.lang.ArrayIndexOutOfBoundsException: 5</ServiceException>
  </ServiceExceptionReport>

for this xml doc (i deleted the info)

<wfs:Transaction service="WFS" version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/wfs
  http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd
  http://www.opengeospatial.net/cite

http://[host]:[port]/geoserver/wfs/DescribeFeatureType?typename=cite:tracks

http://[host]:[port]/geoserver/wfs/DescribeFeatureType?typename=cite:alias"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xmlns:cite="http://www.opengeospatial.net/cite&quot;
xmlns:ogc="http://www.opengis.net/ogc&quot;
xmlns:wfs="http://www.opengis.net/wfs&quot;
xmlns:gml="http://www.opengis.net/gml&quot;&gt;

<wfs:Delete
typeName="cite:tracks"><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>...</ogc:PropertyName><ogc:Literal>...</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter></wfs:Delete>

<wfs:Insert><cite:tracks><cite:guid>...</cite:guid><cite:classification/><cite:creationtimestamp>...</cite:creationtimestamp><cite:lastupdatetime>...</cite:lastupdatetime><cite:effectivetime>...</cite:effectivetime><cite:reportedtime>...</cite:reportedtime><cite:staletime>...</cite:staletime><cite:confidencevalue>...</cite:confidencevalue><cite:behavioridentity>...</cite:behavioridentity><cite:nationality/><cite:classificationcategory>...</cite:classificationcategory><cite:classconfidencevalue>...</cite:classconfidencevalue><cite:axislabels>...</cite:axislabels><cite:uomlabels>...</cite:uomlabels><cite:aoumajaxis>...</cite:aoumajaxis><cite:aouminaxis>...</cite:aouminaxis><cite:aouvalid>...</cite:aouvalid><cite:the_geom><gml:Point
srsName="..."><gml:coordinates decimal="." cs="," ts="
">-...</gml:coordinates></gml:Point></cite:the_geom></cite:tracks></wfs:Insert><wfs:Insert><cite:alias><cite:guid>...</cite:guid><cite:source>name</cite:source><cite:name>...
</cite:name><cite:the_geom><gml:Point><gml:coordinates decimal="." cs=","
ts="
">-...</gml:coordinates></gml:Point></cite:the_geom></cite:alias></wfs:Insert></wfs:Transaction>

Thanks

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

Hi andrea i enabled the datastore and now that works, i can see the featuretype in the demo page and here’s the stacktrace for the other error, it looks like it cant find gml.xsd

08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called on alias
08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called on tracks
08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
08 Jan 07:46:49 TRACE [geotools.xml] - startElement(http://www.opengis.net/wfs,Transaction,wfs:Transaction
08 Jan 07:46:49 DEBUG [geotools.xml] - returning cached schema for http://www.opengis.net/wfs
08 Jan 07:46:49 INFO [geoserver.wfs] -
Request: describeFeatureType
handle = null
service = WFS
version = 1.1.0
baseUrl = http://…/geoserver/
typeName = [{http://www.opengeospatial.net/cite}tracks ]
outputFormat = text/xml; subtype=gml/3.1.1

Result:
08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called on tracks
08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
08 Jan 07:46:49 WARN [geotools.xml] - Using the provided absolute URI as the location for namespace ’ http://www.opengis.net/gml’, as it couldn’t be resolved for the provided location path ‘http://…/geoserver/wfs/schemas/gml/3.1.1/base/gml.xsd’
08 Jan 07:46:49 DEBUG [ geotools.xml] - returning cached schema for http://www.opengis.net/gml
08 Jan 07:46:49 WARN [geoserver.ows] -
java.lang.ArrayIndexOutOfBoundsException: 5
at org.apache.xerces.framework.XMLParser.parse (XMLParser.java:1111)
at org.geotools.xml.Parser.parse(Parser.java:185) …

On 1/8/08, Andrea Aime <aaime@anonymised.com> wrote:

dbhalsema ha scritto:

I added a new postgres featuretype the same way I did in the old version of
Geoserver 1.5.2 and I cant view it in the map preview demo page because the
link for the Layer isn’t showing up. is there something new i have to do in
order to enable the featuretype?

Not that I know of? Can you go and check if the datastore is enabled?
(go into the datastore panel, see if enabled is checked).
GeoServer disables automatically datastores it cannot connect to, and
this results in seeing the feature types in the config but not in the
preview (and in any other service.

Also when i try to do a WFS_transactionInsert request i get a
ArrayOutofbounds error

Hum, can you go to the config/server section and enable verbose
exceptions, run again, and report the (hopefully fuller)
service exception you get?

Cheers
Andrea

Hi Dominique,

I think the remaining problem is with the schemaLocation attribute of
your request. It is supposed to be a set of namespace location pairs
separated by spaces. It is hard to tell from your original email because
it got reformatted but i beleive hte problem is how you specify the
location of the http://www.opengeospatial.net/cite namespace. You may
want to change it to:

"http://www.opengeospatial.net/cite&lt;space&gt;http://\[host\]:\[port\]/geoserver/wfs/DescribeFeatureType?typename=cite:tracks,cite:alias&quot;

If this is indeed the problem we can schedule a jira for this as it is a
regression.

Thanks.

-Justin

Dominique Bessette - Halsema wrote:

Hi andrea i enabled the datastore and now that works, i can see the
featuretype in the demo page and here's the stacktrace for the other
error, it looks like it cant find gml.xsd

08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called on alias
08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called on tracks
08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
08 Jan 07:46:49 TRACE [geotools.xml] -
startElement(http://www.opengis.net/wfs,Transaction,wfs:Transaction
<http://www.opengis.net/wfs,Transaction,wfs:Transaction&gt;
08 Jan 07:46:49 DEBUG [geotools.xml] - returning cached schema for
http://www.opengis.net/wfs
08 Jan 07:46:49 INFO [geoserver.wfs] -
Request: describeFeatureType
        handle = null
        service = WFS
        version = 1.1.0
        baseUrl = http://…/geoserver/
        typeName = [{http://www.opengeospatial.net/cite\}tracks
<http://www.opengeospatial.net/cite\}tracks>]
        outputFormat = text/xml; subtype=gml/3.1.1

Result:
08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called on tracks
08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
08 Jan 07:46:49 WARN [geotools.xml] - *Using the provided absolute URI
as the location for namespace ' http://www.opengis.net/gml’, as it
couldn't be resolved for the provided location path
'http://…/geoserver/wfs/schemas/gml/3.1.1/base/gml.xsd’
*08 Jan 07:46:49 DEBUG [ geotools.xml] - returning cached schema for
http://www.opengis.net/gml
08 Jan 07:46:49 WARN [geoserver.ows] -
java.lang.ArrayIndexOutOfBoundsException: 5
        at org.apache.xerces.framework.XMLParser.parse (XMLParser.java:1111)
        at org.geotools.xml.Parser.parse(Parser.java:185) ...............

On 1/8/08, *Andrea Aime* <aaime@anonymised.com
<mailto:aaime@anonymised.com>> wrote:

    dbhalsema ha scritto:
    > I added a new postgres featuretype the same way I did in the old
    version of
    > Geoserver 1.5.2 and I cant view it in the map preview demo page
    because the
    > link for the Layer isn't showing up. is there something new i
    have to do in
    > order to enable the featuretype?

    Not that I know of? Can you go and check if the datastore is enabled?
    (go into the datastore panel, see if enabled is checked).
    GeoServer disables automatically datastores it cannot connect to, and
    this results in seeing the feature types in the config but not in the
    preview (and in any other service.

    > Also when i try to do a WFS_transactionInsert request i get a
    > ArrayOutofbounds error

    Hum, can you go to the config/server section and enable verbose
    exceptions, run again, and report the (hopefully fuller)
    service exception you get?

    Cheers
    Andrea

!DSPAM:4007,4783e297274321030819293!

------------------------------------------------------------------------

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

!DSPAM:4007,4783e297274321030819293!

------------------------------------------------------------------------

_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

!DSPAM:4007,4783e297274321030819293!

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

yes that was the problem thank you

On 1/8/08, Justin Deoliveira <jdeolive@anonymised.com> wrote:

Hi Dominique,

I think the remaining problem is with the schemaLocation attribute of
your request. It is supposed to be a set of namespace location pairs
separated by spaces. It is hard to tell from your original email because
it got reformatted but i beleive hte problem is how you specify the
location of the http://www.opengeospatial.net/cite namespace. You may
want to change it to:

http://www.opengeospatial.net/citehttp://[host]:[port]/geoserver/wfs/DescribeFeatureType?typename=cite:tracks,cite:alias”

If this is indeed the problem we can schedule a jira for this as it is a
regression.

Thanks.

-Justin

Dominique Bessette - Halsema wrote:

Hi andrea i enabled the datastore and now that works, i can see the
featuretype in the demo page and here’s the stacktrace for the other
error, it looks like it cant find gml.xsd

08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called on alias
08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called on tracks
08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
08 Jan 07:46:49 TRACE [geotools.xml] -
startElement(http://www.opengis.net/wfs,Transaction,wfs:Transaction
< http://www.opengis.net/wfs,Transaction,wfs:Transaction>
08 Jan 07:46:49 DEBUG [geotools.xml] - returning cached schema for
http://www.opengis.net/wfs
08 Jan 07:46:49 INFO [ geoserver.wfs] -
Request: describeFeatureType
handle = null
service = WFS
version = 1.1.0
baseUrl = http://…/geoserver/
typeName = [{ http://www.opengeospatial.net/cite}tracks
<http://www.opengeospatial.net/cite}tracks>]
outputFormat = text/xml; subtype=gml/3.1.1

Result:
08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called on tracks
08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
08 Jan 07:46:49 WARN [geotools.xml ] - *Using the provided absolute URI
as the location for namespace ’ http://www.opengis.net/gml’, as it
couldn’t be resolved for the provided location path
‘http://…/geoserver/wfs/schemas/gml/3.1.1/base/gml.xsd’
*08 Jan 07:46:49 DEBUG [ geotools.xml] - returning cached schema for
http://www.opengis.net/gml
08 Jan 07:46:49 WARN [geoserver.ows] -
java.lang.ArrayIndexOutOfBoundsException: 5
at org.apache.xerces.framework.XMLParser.parse (XMLParser.java:1111)
at org.geotools.xml.Parser.parse (Parser.java:185) …

On 1/8/08, Andrea Aime <aaime@anonymised.com
<mailto:aaime@anonymised.com >> wrote:

dbhalsema ha scritto:

I added a new postgres featuretype the same way I did in the old
version of
Geoserver 1.5.2 and I cant view it in the map preview demo page
because the
link for the Layer isn’t showing up. is there something new i
have to do in
order to enable the featuretype?

Not that I know of? Can you go and check if the datastore is enabled?
(go into the datastore panel, see if enabled is checked).
GeoServer disables automatically datastores it cannot connect to, and
this results in seeing the feature types in the config but not in the
preview (and in any other service.

Also when i try to do a WFS_transactionInsert request i get a
ArrayOutofbounds error

Hum, can you go to the config/server section and enable verbose
exceptions, run again, and report the (hopefully fuller)
service exception you get?

Cheers
Andrea

!DSPAM:4007,4783e297274321030819293!



Check out the new SourceForge.net Marketplace.
It’s the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

!DSPAM:4007,4783e297274321030819293!



Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

!DSPAM:4007,4783e297274321030819293!


Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

Cool. I have created the following jira to be a bit more forgiving for
this case.

http://jira.codehaus.org/browse/GEOS-1658

-Justin

Dominique Bessette - Halsema wrote:

yes that was the problem thank you

On 1/8/08, *Justin Deoliveira* <jdeolive@anonymised.com
<mailto:jdeolive@anonymised.com>> wrote:

    Hi Dominique,

    I think the remaining problem is with the schemaLocation attribute of
    your request. It is supposed to be a set of namespace location pairs
    separated by spaces. It is hard to tell from your original email because
    it got reformatted but i beleive hte problem is how you specify the
    location of the http://www.opengeospatial.net/cite
    <http://www.opengeospatial.net/cite&gt; namespace. You may
    want to change it to:

    "http://www.opengeospatial.net/cite&lt;space&gt;http://\[host\]:\[port\]/geoserver/wfs/DescribeFeatureType?typename=cite:tracks,cite:alias&quot;

    If this is indeed the problem we can schedule a jira for this as it is a
    regression.

    Thanks.

    -Justin

    Dominique Bessette - Halsema wrote:
    > Hi andrea i enabled the datastore and now that works, i can see the
    > featuretype in the demo page and here's the stacktrace for the other
    > error, it looks like it cant find gml.xsd
    >
    >
    > 08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called
    on alias
    > 08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
    > 08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called
    on tracks
    > 08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
    > 08 Jan 07:46:49 TRACE [geotools.xml] -
    > startElement(http://www.opengis.net/wfs,Transaction,wfs:Transaction
    > < http://www.opengis.net/wfs,Transaction,wfs:Transaction&gt;
    > 08 Jan 07:46:49 DEBUG [geotools.xml] - returning cached schema for
    > http://www.opengis.net/wfs
    > 08 Jan 07:46:49 INFO [ geoserver.wfs] -
    > Request: describeFeatureType
    > handle = null
    > service = WFS
    > version = 1.1.0
    > baseUrl = http://…/geoserver/
    > typeName = [{ http://www.opengeospatial.net/cite\}tracks
    > <http://www.opengeospatial.net/cite\}tracks>]
    > outputFormat = text/xml; subtype=gml/3.1.1
    >
    > Result:
    > 08 Jan 07:46:49 DEBUG [data.postgis] - get Feature source called
    on tracks
    > 08 Jan 07:46:49 DEBUG [data.postgis] - returning pg feature locking
    > 08 Jan 07:46:49 WARN [geotools.xml ] - *Using the provided
    absolute URI
    > as the location for namespace ' http://www.opengis.net/gml’, as it
    > couldn't be resolved for the provided location path
    > 'http://…/geoserver/wfs/schemas/gml/3.1.1/base/gml.xsd’
    > *08 Jan 07:46:49 DEBUG [ geotools.xml] - returning cached schema for
    > http://www.opengis.net/gml
    > 08 Jan 07:46:49 WARN [geoserver.ows] -
    > java.lang.ArrayIndexOutOfBoundsException: 5
    > at org.apache.xerces.framework.XMLParser.parse
    (XMLParser.java:1111)
    > at org.geotools.xml.Parser.parse (Parser.java:185)
    ...............
    >
    >
    >
    >
    > On 1/8/08, *Andrea Aime* <aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>> wrote:
    >
    > dbhalsema ha scritto:
    > > I added a new postgres featuretype the same way I did in the old
    > version of
    > > Geoserver 1.5.2 and I cant view it in the map preview demo page
    > because the
    > > link for the Layer isn't showing up. is there something new i
    > have to do in
    > > order to enable the featuretype?
    >
    > Not that I know of? Can you go and check if the datastore is
    enabled?
    > (go into the datastore panel, see if enabled is checked).
    > GeoServer disables automatically datastores it cannot connect
    to, and
    > this results in seeing the feature types in the config but not
    in the
    > preview (and in any other service.
    >
    > > Also when i try to do a WFS_transactionInsert request i get a
    > > ArrayOutofbounds error
    >
    > Hum, can you go to the config/server section and enable verbose
    > exceptions, run again, and report the (hopefully fuller)
    > service exception you get?
    >
    > Cheers
    > Andrea
    >
    >
    >
    >
    >
    >
    ------------------------------------------------------------------------
    >
    >
    -------------------------------------------------------------------------
    > Check out the new SourceForge.net Marketplace.
    > It's the best place to buy or sell services for
    > just about anything Open Source.
    >
    http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
    <http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace&gt;
    >
    > !DSPAM:4007,4783e297274321030819293!
    >
    >
    >
    ------------------------------------------------------------------------
    >
    > _______________________________________________
    > Geoserver-users mailing list
    > Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > https://lists.sourceforge.net/lists/listinfo/geoserver-users
    <https://lists.sourceforge.net/lists/listinfo/geoserver-users&gt;
    >
    >
    > !DSPAM:4007,4783e297274321030819293!

    --
    Justin Deoliveira
    The Open Planning Project
    http://topp.openplans.org

!DSPAM:4007,4783e81d286678362916074!

------------------------------------------------------------------------

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

!DSPAM:4007,4783e81d286678362916074!

------------------------------------------------------------------------

_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

!DSPAM:4007,4783e81d286678362916074!

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org