Re: [Geoserver-users] GeoServer 2.4.1 + ArcSDE 10.1

2014-02-20 Thread cmaul
Hi Ismo,

I cannot answer the question directly as we have no database yet. However,
you will need the ArcSDE SDK for 10.1, which is not on Esris's web site
anymore. Esri distributes the SDK now via CD. So you need to call support
directly. The reason being - as I have been told by support - that there
will be no Java ArcSDE SDK anymore after the version 10.2. 

The SDK comes as 64-bit version only which is important if you want a direct
connect and need the DLLs.

The SDK and the projection engine (pejar) work with ArcSDE 9.3.1. So
they are at least backwards compatible. Well, to some degree it is because
when trying I had a few crashes. 

However, given that geoserver works with the sdk interface only (I hope I am
not wrong here) and given that this seems to work I think the answer is yes
you can. I don't think that the ArcSDE 10.1 SDK cannot talk to the ArcSDE
10.1 database, it would be very bad if it couldn't. Not the answer you
expect but I hope it helps.

Cheers

Christian



-


Dr Christian Maul
Project Manager

Information Services Branch
Department Environment and Primary Industries
Level13, Marland House, 570 Bourke Street
Melbourne 3000

PO Box 500, East Melbourne Vic 3002


Telephone:+61-3-8636 2325
Telefax:  +61-3-8636 2813
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GeoServer-2-4-1-ArcSDE-10-1-tp5091358p5105017.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] OutOfMemoryError: Map Failed using an Image Pyramid on Windows

2014-02-20 Thread Mark Grantham
Hi,

I am currently trialling GeoServer and have a bunch of Image Pyramids
configured on GeoServer 2.5 beta on Windows. Occasionally, I got the
following error:
  at
org.geotools.gce.imagemosaic.RasterLayerResponse.prepareResponse(RasterLayerResponse.java:1301)
... 119 more
Caused by: java.lang.OutOfMemoryError: Map failed
at sun.nio.ch.FileChannelImpl.map0(Native Method)
... 133 more

I am running on a 32-bit JVM with ImageIO Native installed. I have the
full stack below (it is long!)

After some research, I found this issue:
http://jira.codehaus.org/browse/GEOS-4268
Is it likely that the problem which I am having is because the Image
Pyramid plugin uses Shapefiles, but does not expose the "Use memory
mapped buffers (Disable on Windows)" parameter on the store? Or is there
something else going on?

Thanks

Mark

2014-02-20 15:53:17,619 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: Error rendering coverage on the
fast path
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:331)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:251)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:123)
at org.geoserver.wms.GetMap.executeInternal(GetMap.java:509)
at org.geoserver.wms.GetMap.run(GetMap.java:253)
at org.geoserver.wms.GetMap.run(GetMap.java:124)
at
org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:328)
at sun.reflect.GeneratedMethodAccessor158.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at
org.geoserver.kml.WebMapServiceKmlInterceptor.invoke(WebMapServiceKmlInterceptor.java:34)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:61)
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:35)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:79)
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:54)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:32)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy66.getMap(Unknown Source)
at sun.reflect.GeneratedMethodAccessor157.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:774)
at
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:272)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
at
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:27)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:74)
at
org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:70)
at
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:70)
at
org.geoserver.filters.SpringDelegatingFil

Re: [Geoserver-users] Problem with ArcSDE datastore

2014-02-20 Thread cmaul
Any idea? Yes Gianni,

what if geoserver is right and there is an error in the SDE.layers table,
which provides the connection to the S and F tables of this layer and
contains also the minx, miny, maxx and maxy?

That your other layers work seems to indicate that there is something
particular with this layer.

Cheers

Christian



-


Dr Christian Maul
Project Manager

Information Services Branch
Department Environment and Primary Industries
Level13, Marland House, 570 Bourke Street
Melbourne 3000

PO Box 500, East Melbourne Vic 3002


Telephone:+61-3-8636 2325
Telefax:  +61-3-8636 2813
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problem-with-ArcSDE-datastore-tp5104671p5104999.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Config layer group with two sql layers

2014-02-20 Thread Jairo de Almeida
Hi, is possible config two sql layers in layergroup using geoserver
For example, i have a layer group  named mylayergroup and send to parameters

 parameter1 to sqllayer 1 and parameter2 to sqllayer2

how to send wms request with viewparams to two layers?

http://my_host:8080/geoserver/myworkspace/wms?
service=WMS&
version=1.1.0&
request=GetMap&
layers=cspagro_lg&
styles=&bbox=-50.0150126143555,-24.7983216672558,-49.8200717941113,-24.5081695226998&
width=343&
height=512&
srs=EPSG:4326&
format=application/openlayers&
viewparams=parameter1:3561149961959647279;parameter2=23232323

-- 
Att...
Jairo de Almeida
email: jairodealme...@gmail.com
nome skype: jairodealmeida
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WMS Dynamic Color Model

2014-02-20 Thread Jeremy Lindsey
OK, I seem to be getting color now.  I was basing my weights on the 50-100,
but I just discovered in the docs that heatmap wants 0-1.  So I made some
changed the color map, though I'm not sure that then maps properly to my
values.  I do however get a heatmap to show up - which illustrated to me
the fact that I probably don't want a heatmap (it radiates outside of my
filter region, among other problems).  Is there another method that would
provide a 1-to-1 mapping of feature geometry to color, without changing
where things are drawn?


On Wed, Feb 19, 2014 at 3:55 PM, Jeremy Lindsey wrote:

> Hello,
>
> I'm working on a project that has gridded weather data, stored in a
> postgis database.  The database isn't really doing anything special with
> it, just entering one record (including a geometry column) for each cell in
> the grid.  For hi-resolution weather information, this means that it can
> produce a large number of records.
>
> Until now, we have been using WFS to filter and retrieve the regions that
> we want and draw the results in our OpenLayers based web interface.  We
> have javascript code that sets the color for each small polygon based on
> the value of another attribute of each feature.  For one example, this
> could be percentage likelihood of precipitation or other weather.  The end
> result basically looks like a heat map with higher percent regions having a
> more intense color than the lower percentage areas.
>
> As I mentioned though the dataset and be quite large.  Unless you are
> filtering down to a pretty small area, then the query and rendering just
> takes too long.  So the last couple days I've been experimenting with
> retrieving the data as a WMS layer instead of a WFS/vector layer.  The
> results are promising.  The data is properly filtered and returns much
> faster.  (I beleive this is because its just returning a fixed 256x256
> image that does not need to grow in size like the raw WFS/GML would).  The
> only problem is I can't figure out how to color it properly.  By default,
> it was using the red point style and it all returned red.  I tried other
> raster based styles, but since my data was not truly returned as raster, it
> failed (at least I assume that is why it failed).
>
> I then came across the vector-to-raster based heatmap style that could be
> applied via WPS.  I installed the extension and tried the gs:heatmap as
> explained here:
>
>
> http://docs.geoserver.org/stable/en/user/styling/sld-extensions/rendering-transform.html
>
> I made a couple adjustments to fit my schema and gridval values (between
> 50 and 100) and assigned some random colors.  It does not throw any
> exceptions, but I also do not see any colors showing up on my map.  I have
> attached the style definition that I'm currently trying to use.
>
> As you have probably guessed, a lot of these concepts are still pretty new
> to me.  I'd appreciate any tips that any of you might have to help me
> figure this out.
>
> Thanks!
>
> Jeremy
>
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Tile Server

2014-02-20 Thread maw269
Sure Santhanam, check out this page,  http://switch2osm.org/serving-tiles/
  . You will not need GeoServer.
Cheers,
Matt



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Tile-Server-tp5104658p5104948.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer - Merge Two Data Directories

2014-02-20 Thread maw269
Many Thanks Mauro, makes sense. That leads me to the question, is there a way
to create objects like Styles, that are localized to the workspace?
--Matt



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GeoServer-Merge-Two-Data-Directories-tp5104936p5104947.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Hiding columns in layers

2014-02-20 Thread maw269
If you are worried about the columns showing up in the GetFeatureInfo call
(popup), you could use  FTL
 
to hide stuff. 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Hiding-columns-in-layers-tp5104684p5104942.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer - Merge Two Data Directories

2014-02-20 Thread Mauro Bartolomeoli
Hi Matt,


2014-02-20 17:21 GMT+01:00 maw269 :

> I have GeoServer 2.3.4 on Machine 1 with Data Directory A and Workspace X.
>
> I have GeoServer 2.3.4 on Machine 2 with Data Directory B and Workspace Y.
>
> How can I create GeoServer 2.3.4 on Machine 1 with Data Directory A with
> Workspace X and Workspace Y?
>
> Can I just copy Workspace Y into Data Directory A and start GeoServer up?
> --Matt
>

In theory, yes, it could work, unless you have id conflicts on some objects.
Also, be sure that no object in X or Y refers to global objects, such as
styles.
If both workspace don't depend to any global object you should have no
problem.


Mauro

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Dott. Mauro Bartolomeoli
@mauro_bart
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver renders OSM data

2014-02-20 Thread maw269
Hello,

What happens if you take the WMS getMap request for the missing tile and
paste it in the browser Address bar? Does the image render? 

Have you used something like Firebug for Firefox to investigate what is
happening?
Matt



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Geoserver-renders-OSM-data-tp5104772p5104940.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Problems with print labels in WFS by GeoServer

2014-02-20 Thread maw269
Carolina,

Maybe you could use WMS. Create two styles (SLD). One SLD has labels, the
other SLD has no labels. You can request the appropriate style depending on
whether you want labels or not.  SEE Get Map Params

  

Matt



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problems-with-print-labels-in-WFS-by-GeoServer-tp5104657p5104938.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoServer - Merge Two Data Directories

2014-02-20 Thread maw269
I have GeoServer 2.3.4 on Machine 1 with Data Directory A and Workspace X. 

I have GeoServer 2.3.4 on Machine 2 with Data Directory B and Workspace Y.

How can I create GeoServer 2.3.4 on Machine 1 with Data Directory A with
Workspace X and Workspace Y?

Can I just copy Workspace Y into Data Directory A and start GeoServer up?
--Matt



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GeoServer-Merge-Two-Data-Directories-tp5104936.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GIF - transparent

2014-02-20 Thread Holb Endre
Hi!

I would like to animate a wms layer from javascript. I use a image/gif output 
format. I animate a viewparam - type datetime. It works but the gif is not 
transparence.
If I add a 'transparent:true' pair to layer params, its wrong.

I use OpenLayers with Geoserver 2.3.1 and Windows7

My script:
it works
wms_l = new OpenLayers.Layer.WMS("Mérések",
wMS_ServiceURL,
{
  layers: wms_layer
, request:"animate"
, featurePrefix: featureprefix
, viewparams: view_Params
, aparam:"time"
, avalues:"2014-02-01,2014-02-05"
, format:"image/gif";subtype=animated"
, format_options: 
"gif_frames_display:200;gif_loop_continuosly:true"
, version:"1.1.1"

},
{
isBaseLayer: false
, yx: { 'EPSG:4326': false }
}
);

it does not work
wms_l = new OpenLayers.Layer.WMS("Mérések",
wMS_ServiceURL,
{
  layers: wms_layer
, request:"animate"
, featurePrefix: featureprefix
, viewparams: view_Params
, aparam:"time"
, avalues:"2014-02-01,2014-02-05"
, format:"image/gif";subtype=animated"
, format_options: 
"gif_frames_display:200;gif_loop_continuosly:true"
, version:"1.1.1"

, transparent: true

},
{
isBaseLayer: false
, yx: { 'EPSG:4326': false }
}
);
Can anybody help me?

Thank's
Endre Holb
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver 2.4.4 LDAP

2014-02-20 Thread Mauro Bartolomeoli
Hi Joern,


2014-02-19 17:18 GMT+01:00 joern ahlers :

> Hallo,
>
> i have problems to configurate geoserver 2.4.4 with OpenLDAP.
>
> The user authentification is no problem, but the role mapping.
>
> This ist the configuration:
>
> auth/LDAP/config.xml:
>
> 
>   -124b92a0:144408f13cf:-7ff6
>   LDAP
>
> org.geoserver.security.ldap.LDAPAuthenticationProvider
>   ldap://*LDAPServerAdress*:389/dc=*test2*,dc=*test*
> ,dc=de
>   ou=GeoServer,ou=group
>   memberUid={0}
>   false
>   uid={0},ou=people
> 
>
>

To activate role mapping from LDAP you need to fill some more options in
the LDAP Authentication Provider page:
 - check the "Use LDAP groups for authorization" checkbox
 - fill the "Group search base" field: ou=GeoServer,ou=group should be good
for your configuration
 - fill the "Group search filter" field: memberUid={0} should be good for
your configuration
 - fill the "Admin Group" field: GEOSERVER_ADMIN should be good for your
configuration
 - fill the "Group Admin Group" field: GEOSERVER_GROUP_ADMIN should be good
for your configuration

Some more documentation here:
http://docs.geoserver.org/stable/en/user/webadmin/security/auth.html#ldap-provider


>
> role/LDAP/config.xml
> 
>   -124b92a0:144408f13cf:-7ff5
>   LDAP
>   org.geoserver.security.ldap.LDAPRoleService
>   ldap://*LDAPServerAdress*:389/dc=*test2*,dc=*test*,dc=de
> 
>   ou=GeoServer,ou=group
>   memberUid={0}
>   false
>   true
>   ROLE_GEOSERVER_ADMIN
>   ROLE_GEOSERVER_GROUP_ADMIN
>   cn=admin,dc=*test2*,dc=*test*,dc=de
>   *secret*
>   cn=*
> 
>

The RoleService seems to be correctly configured, but this is not used for
role mapping (so it wasn't enough to get roles to user assignment), just
for role listing and permission assignments.

Let me know if this solves your issues.

Mauro



-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Dott. Mauro Bartolomeoli
@mauro_bart
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users