[Geoserver-users] Geoserver store from WFS 2.0

2012-12-20 Thread Antti Samuli
Hi all

In process of INSPIRE our organization has created service to deliver data 
in WFS 2.0 format. We also need to visualize some of that data, and in that 
we are planning to use Geoserver (2.2.2 at a moment) to make visualization 
to WMS.

I've created WFS data store to test this input, but it seems that only 
WFS 1.0 and 1.1 is supported.

Is there a way to import data in to geoserver from WFS 2.0 data source?

I've studied some documents for app-schema and it too seems to act as 
server side only.

Thanks in advance,
 /Antti


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How can I configure user name/password in geowebcache.xml for wmslayers?

2012-12-20 Thread mano3688
Thanks lot.
layers
  wmsLayer
namekd:sverigekartan/name   
httpUsernameU1/httpUsername
httpPasswordP1/httpPassword
   
wmsUrlstringhttp://maps.lantmateriet.se/allmannakartor/wms/v1/string/wmsUrl
  /wmsLayer
  wmsLayer
namekd:topowebbkartan/name   
  httpUsernameU2/httpUsername
 httpPasswordP2/httpPassword
   
wmsUrlstringhttp://maps-eval.lantmateriet.se/topowebbfast/wms/v1/string/wmsUrl
  /wmsLayer 
 
/layers

This above approach is working in my application.Now I can set unique
username and password for each and every layer.



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/How-can-I-configure-user-name-password-in-geowebcache-xml-for-wmslayers-tp5023835p5024053.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Rasters, Tiles, and FME

2012-12-20 Thread Jonathan Moules
Hi Jukka,
Thanks for the information.

Relating to the TIFF's, I'd still prefer to use one single tool
(specifically FME) for tile/image creation. FME can create pyramids, but
not as part of a GeoTIFF. So I can create separate TIFF files and tile them
if necessary too (either internal tiling or regular tiling), but how do I
get these into GeoServer?

Is there a resource out there which describes the different Raster serving
extensions and the advantages/disadvantages of each?

Cheers,
Jonathan


On 19 December 2012 11:15, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote:

  Hi,

 ** **

 The idea is that the GetCapabilities message includes all the necessary
 information about the configured gridsets which are supported by the
 server. After that It is up to the client software or programmer to know
 what to do next. For example uDig knows automatically how to deal with
 WMS-C service once it has read the GetCapabilities.  I am remembering that
 QGIS can do the same. With OpenLayers the developer needs to know how to
 make the application to use exactly the same grid system than the server.
 Information delivered by WMS-C, TMS and WMTS GetCapabilities is enough for
 that. For the Web Mercator system configuring OpenLayers is easier

 http://docs.openlayers.org/library/spherical_mercator.html

 ** **

 Once you have created the gridset and layers are available from the
 service you have finished your work on the Geoserver/GWS side.  Next you
 will need to start reading the client software documents and learning how
 to utilize those services.  

 ** **

 FME seems to be able to use inner tiling
 http://docs.safe.com/fme/reader_writerPDF/geotiff.pdf

 ** **

 If you want definitely to use FME you can create the tiled tiffs with that
 and handle just the overviews/pyramid layers with GDAL by running gdaladdo
 for the images.  Better alternative for Geoserver could be to use
 gdal_retile
 http://docs.geoserver.org/stable/en/user/tutorials/imagepyramid/imagepyramid.html
 

 ** **

 -Jukka Rahkonen-

 ** **

 Jonathan Moules wrote:

 ** **

 Hi Arne,

 Thanks for the reply. I get what gridsets do (further clarified by your
 reply), I don't understand how to use them. What other parts of GeoServer
 do they interact with? Or what parts of the client software? And how do you
 get the client software to use the same gridsets? The documentation only
 tells me how to create them, it doesn't say what I should do after that.**
 **

 ** **

 ** **

 -

 ** **

 Unfortunately FME can't create GeoTIFFs with overviews and possibly not
 inner tiling too. I'm aware GDAL does but we'd prefer to use FME.

 Does anyone else have any suggestions how to process the rasters?

 Cheers,

 Jonathan



 

 On 16 December 2012 23:23, Arne Kepp a...@tiledmarble.org wrote:

 If you want to have efficient caching it is crucial that clients ask for
 the tiles that you have already generated. Basically they need to know the
 grid that you are basing your tiles on (origin of the grid, size of each
 tile in terms geographical extent and in terms of pixel size). And you need
 to define this for every zoom level (because for a given resolution the
 tiles may not cover the full extent exactly).

 The result is a set of grids, aka gridset, which all your clients need to
 know about and use. The most commonly used, but rarely the best, is the one
 Google- and Bing Maps use for Spherical Mercator.

 Not the right person to ask what raster approach is the most efficient,
 but converting the JPEGs to GeoTIFFs with overviews and inner tiling will
 probably be quiet fast, even though they take up more space. Performance on
 that end is less important if you can use tile caching. You can have them
 act as one layer using imagemosaic.

 -Arne






 On 12/14/12 14:21 , Jonathan Moules wrote:

  Hi List,

 A few generic questions.

 ** **

 First: What are gridsets actually for? I know how to create them (the
 documentation is very good for that), but I can't figure out what they're
 for.

 ** **

 Second: I have a number of large rasters in JPEG2000 format (up to several
 GB in size). GeoServer can't access these (we're not going to use the
 extension). I have FME so can do lots of processing on them if needed:
 What's the best way to serve these up? I was thinking of tiling them (WMS
 can serve tiled data right?). But then the question becomes, which tiling
 system do I use? There seem to be several:

 ** **

 imagePyramid -
 http://docs.geoserver.org/stable/en/user/tutorials/imagepyramid/imagepyramid.html?highlight=tiling
 

 JDBC -
 http://docs.geoserver.org/stable/en/user/tutorials/imagemosaic-jdbc/imagemosaic-jdbc_tutorial.html?highlight=tiling
 

 imageMosaic -
 http://docs.geoserver.org/stable/en/user/tutorials/image_mosaic_plugin/imagemosaic.html
 

 ** **

 What are the advantages/disadvantages of each? I'm guessing some are
 easier to 

Re: [Geoserver-users] Labeling in SLD - label the right field

2012-12-20 Thread Martin Davis
Are the examples documented anywhere for the OP to look at?

On Thu, Dec 20, 2012 at 4:47 AM, Niels Charlier ni...@scitus.be wrote:

  That is true. With the app-schema module included (in the future,
 complex module) you are able to evaluate x-paths against complex features
 (returns properties) or against feature types (returns descriptors). This
 has also been applied in SLD files for using WMS with app-schema. There are
 examples that demonstrate that this works.

 Kind Regards
 Niels


 On 12/19/2012 04:32 PM, Andrea Aime wrote:

 On Wed, Dec 19, 2012 at 4:16 PM, Martin Davis mda...@opengeo.org wrote:

 How is the hierarchical GML being generated?  Are you using AppSchema, or
 is the underlying Datastore creating this?

  AFAIK you can't refer to nested attributes in SLD PropertyName
 elements (but perhaps someone else can confirm if that is correct).  If so,
 you need to find a way to flatten the layer schema to make the desired
 attribute accessible.


  I believe Niels did work in order to make it possible to access a nested
 property via xpath some time ago, with features generated by app-schema

  Cc'ed him

  Cheers
 Andrea


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

  Ing. Andrea Aime
 @geowolf
 Technical Lead

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

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

  ---





-- 
Martin Davis
OpenGeo - http://opengeo.org
Expert service straight from the developers.
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Error persisting CoverageInfoImpl when publishing GeoTIFF in Arctic Polar Sterographic

2012-12-20 Thread Udo Einspanier
Hi,

I have a GeoTIFF in Arctic Polar Stereographic Projection (epsg:3995) that I 
generated with gdalwarp from a Mercator input GeoTIFF. When I configure it with 
the GeoServer admin GUI everything looks well, SRS and extent are recognized 
correctly. But when I try to save, I get this exception:

org.geotools.referencing.wkt.UnformattableObjectException: This AxisDirection 
object is too complex for WKT syntax.
(full stacktrace see below)

My environment is:
GeoServer 2.1.4
Tomcat 6.18
Java 6 on Windows 7

The gdalinfo output for the GeoTIFF:
Size is 6600, 6600
Coordinate System is:
PROJCS[WGS 84 / Arctic Polar Stereographic,
GEOGCS[WGS 84,
DATUM[WGS_1984,
SPHEROID[WGS 84,6378137,298.257223563,
AUTHORITY[EPSG,7030]],
AUTHORITY[EPSG,6326]],
PRIMEM[Greenwich,0],
UNIT[degree,0.0174532925199433],
AUTHORITY[EPSG,4326]],
UNIT[metre,1,
AUTHORITY[EPSG,9001]],
AUTHORITY[EPSG,3995]]
Origin = (-152249850.04490027000,152249143.87945265000)
Pixel Size = (46133.941740085036000,-46133.941740085036000)
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  COMPRESSION=LZW
  INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left  (-152249850.045,152249143.879)
Lower Left  (-152249850.045,-152234871.605)
Upper Right (152234165.440,152249143.879)
Lower Right (152234165.440,-152234871.605)
Center  (   -7842.303,7136.137)
Band 1 Block=6600x1 Type=Byte, ColorInterp=Red
Band 2 Block=6600x1 Type=Byte, ColorInterp=Green
Band 3 Block=6600x1 Type=Byte, ColorInterp=Blue

Any help appreciated!

Best regards,
Udo


Full stacktrace:

org.geoserver.catalog.CatalogException: Error persisting CoverageInfoImpl[nps_te
st] to C:\projects\sdi\eumetsat\portal\wms\data_dir\workspaces\test\nps_test\nps
_test\coverage.xml
at org.geoserver.config.GeoServerPersister.persist(GeoServerPersister.ja
va:715)
at org.geoserver.config.GeoServerPersister.persist(GeoServerPersister.ja
va:685)
at org.geoserver.config.GeoServerPersister.addCoverage(GeoServerPersiste
r.java:453)
at org.geoserver.config.GeoServerPersister.handleAddEvent(GeoServerPersi
ster.java:76)
at org.geoserver.catalog.impl.CatalogImpl.event(CatalogImpl.java:1186)
at org.geoserver.catalog.impl.CatalogImpl.fireAdded(CatalogImpl.java:115
0)
at org.geoserver.catalog.impl.CatalogImpl.added(CatalogImpl.java:1139)
at org.geoserver.catalog.impl.CatalogImpl.add(CatalogImpl.java:359)
at org.geoserver.security.SecureCatalogImpl.add(SecureCatalogImpl.java:8
98)
at org.geoserver.web.data.resource.ResourceConfigurationPage.doSave(Reso
urceConfigurationPage.java:249)
at org.geoserver.web.data.resource.ResourceConfigurationPage$6.onSubmit(
ResourceConfigurationPage.java:214)
at org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1561
)
at org.apache.wicket.markup.html.form.Form.process(Form.java:958)
at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:920
)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInte
rface.java:182)
at org.apache.wicket.request.target.component.listener.ListenerInterface
RequestTarget.processEvents(ListenerInterfaceRequestTarget.java:73)
at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents
(AbstractRequestCycleProcessor.java:92)
at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.j
ava:1250)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)
at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:
484)
at org.apache.wicket.protocol.http.WicketServlet.doPost(WicketServlet.ja
va:160)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.springframework.web.servlet.mvc.ServletWrappingController.handleR
equestInternal(ServletWrappingController.java:158)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(
AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.ha
ndle(SimpleControllerHandlerAdapter.java:48)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(Dispatch
erServlet.java:875)
at org.springframework.web.servlet.DispatcherServlet.doService(Dispatche
rServlet.java:809)
at 

Re: [Geoserver-users] Geoserver store from WFS 2.0

2012-12-20 Thread Andrea Aime
On Thu, Dec 20, 2012 at 11:20 AM, Antti Samuli antti.sam...@fmi.fi wrote:

 Hi all

 In process of INSPIRE our organization has created service to deliver data
 in WFS 2.0 format. We also need to visualize some of that data, and in that
 we are planning to use Geoserver (2.2.2 at a moment) to make visualization
 to WMS.

 I've created WFS data store to test this input, but it seems that only
 WFS 1.0 and 1.1 is supported.

 Is there a way to import data in to geoserver from WFS 2.0 data source?


Nope



 I've studied some documents for app-schema and it too seems to act as
 server side only.


Correct, we have no support for talking to a WFS 2.0 server.
The WFS client code is back in GeoTools, gt-wfs module, in case you are
interested
in extending it to support WFS 2.0 too

Cheers
Andrea


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

Ing. Andrea Aime
@geowolf
Technical Lead

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

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

---
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] wps gs:IntersectionFeatureCollection

2012-12-20 Thread Samanta . Biasiolli
Hi,I have a problem with wps intersectionFeatureCollection, this wps included geometry not doing intersection.This is my codeows:Identifiergs:IntersectionFeatureCollection/ows:Identifier wps:DataInputs  wps:Input   ows:Identifierfirst feature collection/ows:Identifier   wps:Reference mimeType=text/xml; subtype=wfs-collection/1.0 xlink:href="" method=POSTwps:Body wfs:GetFeature service=WFS version=1.0.0 outputFormat=GML2 xmlns:topp=  wfs:Query typeName=/ /wfs:GetFeature/wps:Body   /wps:Reference  /wps:Input  wps:Input   ows:Identifiersecond feature collection/ows:Identifier   wps:Datawps:ComplexData mimeType=application/json![CDATA[{ type:FeatureCollection, features:[  {   type:Feature,   geometry:{type:Polygon,coordinates:[ [1796371.64801,4874831.93823],[1796480.42621,4874829.70306],[1796472.23059,4874749.98206],[1796353.02161,4874749.98206],[1796371.64801,4874831.93823]]   }  } ]}]]/wps:ComplexData   /wps:Data  /wps:Input  wps:Input   ows:IdentifierintersectionMode/ows:Identifier   wps:Datawps:LiteralDataFIRST/wps:LiteralData   /wps:Data  /wps:Input /wps:DataInputs wps:ResponseForm  wps:RawDataOutput mimeType=text/xml; subtype=wfs-collection/1.0   ows:Identifierresult/ows:Identifier  /wps:RawDataOutput /wps:ResponseForm/wps:ExecuteDo you have any idea?Thank you, I appreciate your effort.




Le informazioni contenute in questo messaggio di posta elettronica sono riservate e confidenziali e ne e' vietata la diffusione in qualsiasi modo o forma. Qualora Lei non fosse la persona destinataria del presente messaggio, La invitiamo a non diffonderlo e ad eliminarlo, dandone gentilmente comunicazione al mittente. 
The information included in this e-mail and any attachments are confidential and may also be privileged. If you are not the correct recipient, you are kindly requested to notify the sender immediately, to cancel it and not to disclose the contents to any other person. 
Die Informationen in dieser E-Mail-Mitteilung sind vertraulich und deren Verbreitung in jeglicher Art oder  Form ist untersagt. Sollten Sie diese Nachricht irrtümlich erhalten haben, ersuchen wir Sie, sofort den Absender darüber zu informieren und die Mail zu löschen. 



http://www.dedagroup.it






--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] wps gs:IntersectionFeatureCollection

2012-12-20 Thread Martin Davis
A couple of things that seem wrong are:

- in the GetFeature element the xmlns:topp attribute is empty
- in the Query element the typeName attribute is empty

On Thu, Dec 20, 2012 at 8:33 AM, samanta.biasio...@sinergis.it wrote:

 Hi,
 I have a problem with wps intersectionFeatureCollection, this wps included
 geometry not doing intersection.

 This is my code

  ows:Identifiergs:IntersectionFeatureCollection/ows:Identifier
   wps:DataInputs
 wps:Input
   ows:Identifierfirst feature collection/ows:Identifier
   wps:Reference mimeType=text/*xml*; *subtype*=*wfs*-collection/1.0
 xlink:href=http://geoserver/wfs; method=POST
 wps:Body
   wfs:GetFeature service=WFS version=1.0.0
 outputFormat=GML2 xmlns:topp=
 wfs:Query typeName=/
   /wfs:GetFeature
 /wps:Body
   /wps:Reference
 /wps:Input
 wps:Input
   ows:Identifiersecond feature collection/ows:Identifier
   wps:Data
 wps:ComplexData mimeType=application/*json*![CDATA[{
   type:FeatureCollection,
   features:[
 {
   type:Feature,
   geometry:{
 type:Polygon,
 coordinates:[

 [1796371.64801,4874831.93823],[1796480.42621,4874829.70306],[1796472.23059,4874749.98206],[1796353.02161,4874749.98206],[1796371.64801,4874831.93823]
 ]
   }
 }
   ]
 }]]/wps:ComplexData
   /wps:Data
 /wps:Input
 wps:Input
   ows:IdentifierintersectionMode/ows:Identifier
   wps:Data
 wps:LiteralDataFIRST/wps:LiteralData
   /wps:Data
 /wps:Input
   /wps:DataInputs
   wps:ResponseForm
 wps:RawDataOutput mimeType=text/*xml*; *subtype*=*wfs*
 -collection/1.0
   ows:Identifierresult/ows:Identifier
 /wps:RawDataOutput
   /wps:ResponseForm
 /wps:Execute

 Do you have any idea?

 Thank you, I appreciate your effort.





 Le informazioni contenute in questo messaggio di posta elettronica sono
 riservate e confidenziali e ne e' vietata la diffusione in qualsiasi modo o
 forma. Qualora Lei non fosse la persona destinataria del presente
 messaggio, La invitiamo a non diffonderlo e ad eliminarlo, dandone
 gentilmente comunicazione al mittente.
 The information included in this e-mail and any attachments are
 confidential and may also be privileged. If you are not the correct
 recipient, you are kindly requested to notify the sender immediately, to
 cancel it and not to disclose the contents to any other person.
 Die Informationen in dieser E-Mail-Mitteilung sind vertraulich und deren
 Verbreitung in jeglicher Art oder Form ist untersagt. Sollten Sie diese
 Nachricht irrtümlich erhalten haben, ersuchen wir Sie, sofort den Absender
 darüber zu informieren und die Mail zu löschen.

  *http://www.dedagroup.it* http://www.dedagroup.it



 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users




-- 
Martin Davis
OpenGeo - http://opengeo.org
Expert service straight from the developers.
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] hide features

2012-12-20 Thread Andrea Aime
On Wed, Dec 19, 2012 at 1:15 PM, Rahkonen Jukka
jukka.rahko...@mmmtike.fiwrote:

  Hi,

 ** **

 If you do not need  those attributes you want to hide for SLD styles or
 anything else, don’t select them. Two alternatives

 **-  **create a suitable view in PostGIS and publish that with
 Geoserver

 **-  **do the same one step further with geoserver SQL View
 http://docs.geoserver.org/stable/en/user/data/database/sqlview.html


Additionally, in GeoServer one can use propertyNames=p1,p2,...,pn to limit
the attributes
included in the output (as a vendor option)
Cleary, this is not security, more an optimization/uncluttering option that
the client side can
use to tailor the output of GetFeatureInfo

Cheers
Andrea

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

Ing. Andrea Aime
@geowolf
Technical Lead

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

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

---
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Rasters, Tiles, and FME

2012-12-20 Thread Andrea Aime
On Thu, Dec 20, 2012 at 12:16 PM, Jonathan Moules 
jonathanmou...@warwickshire.gov.uk wrote:

 Hi Jukka,
 Thanks for the information.

 Relating to the TIFF's, I'd still prefer to use one single tool
 (specifically FME) for tile/image creation. FME can create pyramids, but
 not as part of a GeoTIFF. So I can create separate TIFF files and tile them
 if necessary too (either internal tiling or regular tiling), but how do I
 get these into GeoServer?

 Is there a resource out there which describes the different Raster serving
 extensions and the advantages/disadvantages of each?


Here:
http://demo.geo-solutions.it/share/foss4g2011/gs_steroids_sgiannec_foss4g2011.pdf

Cheers
Andrea

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

Ing. Andrea Aime
@geowolf
Technical Lead

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

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

---
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] How to create JSON config of the tree from server

2012-12-20 Thread Shariful Islam
Hi all,


As in Mapserver, How can i generate JSON config of the geoserver layer which 
will be presented by geoext as tree widget.For instance 
http://map.rostmuseum.ru/load-tree-config.php page of http://map.rostmuseum.ru/

Thanks in advance

Happy XMAS
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How can I configure user name/password in geowebcache.xml for wmslayers?

2012-12-20 Thread cmaul

I haven't the time to try it but I think the order is relevant. At least
that is what I foggily recall and more importantly that is what my
XML-editor tells me. So, please see the example below. I think wmsUrl
after httpUsername and httpPassword doesn't work.

wmsLayer
  nameSATELLITE_TEST_Google/name
  metaInformation
titleAerial Landcover Vic/title
descriptionMelbourne April 2008/description
  /metaInformation
  mimeFormats
stringimage/jpeg/string
  /mimeFormats
  gridSubsets
gridSubset
  gridSetNameEPSG:900913/gridSetName
  extent
coords
  double16085588.053641856/double
  double-4608973.99366228/double
  double16202712.472780583/double
  double-4510011.081191/double
/coords
  /extent
  zoomStart0/zoomStart
  zoomStop20/zoomStop
/gridSubset
  /gridSubsets
  
  wmsUrl
stringhttp://imagestest.land.vic.gov.au/ecwp/ecw_wms.dll/string
  /wmsUrl
  wmsLayersALG_MELBOURNE_2011APR08_AIR_VIS_10CM_MGA55/wmsLayers
  httpUsernamecm85/httpUsername
  httpPassword/httpPassword
  expireCache-2/expireCache
  expireClients-1/expireClients
  backendTimeout240/backendTimeout
  cacheBypassAllowedfalse/cacheBypassAllowed
  queryablefalse/queryable
/wmsLayer   



-


Dr Christian Maul
Project Manager

Information Services Branch
Department of Sustainability and Environment
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.n6.nabble.com/How-can-I-configure-user-name-password-in-geowebcache-xml-for-wmslayers-tp5023835p5024193.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users