Re: [Geoserver-users] mobile WMS clients?

2012-11-09 Thread Till Adams
Dear Akos, for the OpenLayers/GeoExt side you will find the library GXM (GeoExt Mobile) on Github. GXM consists of OpenLayers and Sencha Touch. Please ensure to get the GXM 0.2 Code, which just moved to Sencha Touch 2.0 Regards, Till Am 09.11.2012 00:07, schrieb Ákos Maróy: Hi, I wonder

Re: [Geoserver-users] mobile WMS clients?

2012-11-09 Thread Ákos Maróy
Till, for the OpenLayers/GeoExt side you will find the library GXM (GeoExt Mobile) on Github. GXM consists of OpenLayers and Sencha Touch. Please ensure to get the GXM 0.2 Code, which just moved to Sencha Touch 2.0 I understand this is a web browser (javascript) based solution? I'd need

Re: [Geoserver-users] mobile WMS clients?

2012-11-09 Thread Schmidt.Sebastian2
Hi Akos, Is Javascript/browser ok when it accesses pre-rendered map image files on a local file system? This is an approach where you could copy the cached tiles folder of GeoWebCache into your target device and use a special OpenLayers config to surf over these:

Re: [Geoserver-users] FTL can't access features?size in Geoserver 2.2

2012-11-09 Thread Andrea Aime
On Mon, Sep 24, 2012 at 12:35 PM, Rubén Illana rig@gmail.com wrote: Is there any change about features object in Geoserver 2.2? We have tried to change freemarker-2.3.18.jar to other versions (2.3.19 and 2.3.13) but we've got the same result. Hmm... the change that broke size support is

[Geoserver-users] GWC tilesize

2012-11-09 Thread Paul Meems
I have successfully pre-fetched my tiles using the integrated GWS in GeoServer v2.2.1 I have 3 layers I want to show using OpenLayers. That is also working. 2 layers come from a PostGIS datastore and the 3rd one from a GeoTiff. I've added overviews to this GeoTiff in 512 blocks using GDAL.

[Geoserver-users] Schema ... does not exist error

2012-11-09 Thread Dorin
Hi all, I need help with Geoserver 2.1.1 The short story of the issue is as follows: I have a Geoserver instance on one server with several vector layers defined there. I decided to do a replica with the same data on other server by copying geoserver_data_dir directory to the new server. When i'm

Re: [Geoserver-users] GWC tilesize

2012-11-09 Thread Andrea Aime
On Fri, Nov 9, 2012 at 10:45 AM, Paul Meems bontepaar...@gmail.com wrote: I have successfully pre-fetched my tiles using the integrated GWS in GeoServer v2.2.1 I have 3 layers I want to show using OpenLayers. That is also working. 2 layers come from a PostGIS datastore and the 3rd one from a

Re: [Geoserver-users] GWC tilesize

2012-11-09 Thread Paul Meems
Thanks Adrea for your response. When I create a new layer from the GeoTiff store GeoServer prefills the value 'SUGGESTED_TILE_SIZE' with 512,512 But I understand I can mix so I will retile my geotiff again, this time with a size of 512. -- Paul 2012/11/9 Andrea Aime

Re: [Geoserver-users] GWC tilesize

2012-11-09 Thread Andrea Aime
On Fri, Nov 9, 2012 at 12:24 PM, Paul Meems bontepaar...@gmail.com wrote: Thanks Adrea for your response. When I create a new layer from the GeoTiff store GeoServer prefills the value 'SUGGESTED_TILE_SIZE' with 512,512 That's just the tile size used for in memory processing of the raster

[Geoserver-users] How to remove a layer and a store by using rest

2012-11-09 Thread 杨华杰
How to remove a layer and a store by using rest. The curl will do. Regards, Hua Jie -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today:

[Geoserver-users] Geoserver and WMTS

2012-11-09 Thread Budschedl Harald
Hi folks I am trying to use the WMTS creation and service of Geoserver (Version is 2.2). I have got all my layers set up and styled. Then I grouped them into a layergroup. The Caching Defaults are set (I enabled all tile services, so WMS-C, TMS and WMTS are checked there) In Tile Layers, I

Re: [Geoserver-users] Schema ... does not exist error

2012-11-09 Thread Dorin
2012/11/9 Andrea Aime andrea.a...@geo-solutions.it On Fri, Nov 9, 2012 at 11:09 AM, Dorin dtc...@gmail.com wrote: Hi all, I need help with Geoserver 2.1.1 The short story of the issue is as follows: I have a Geoserver instance on one server with several vector layers defined there. I

Re: [Geoserver-users] [App-schema] How to map Oracle Geometry into GML ?

2012-11-09 Thread RudyWI
Ben Caradoc-Davies wrote Sorry, user-defined geometry types are not supported. GeoServer (and GeoTools) relies on compiled Java bindings for all geometry types, and as far as I know, cannot encode user-defined geometry types. I would like to implement Java bindings for my user-defined

Re: [Geoserver-users] Schema ... does not exist error

2012-11-09 Thread Dorin
You where right Andrea, my layers datasource pointed to a wrong database. Thank you! 2012/11/9 Dorin dtc...@gmail.com 2012/11/9 Andrea Aime andrea.a...@geo-solutions.it On Fri, Nov 9, 2012 at 11:09 AM, Dorin dtc...@gmail.com wrote: Hi all, I need help with Geoserver 2.1.1 The short

Re: [Geoserver-users] Encoding Problem

2012-11-09 Thread Hugo
Hello all, For the future reference, if someone faces the same, it was a typo when defining encoding in JAVA_OPTS. Adding -Dfile.encoding=UTF-8 to JAVA_OPTS in catalina.sh solved the problem. Cheers, Hugo On Thu, Nov 8, 2012 at 12:10 PM, Hugo hfpmart...@gmail.com wrote: Hello all, I'm

Re: [Geoserver-users] Encoding Problem

2012-11-09 Thread Andrea Aime
On Fri, Nov 9, 2012 at 4:36 PM, Hugo hfpmart...@gmail.com wrote: Hello all, For the future reference, if someone faces the same, it was a typo when defining encoding in JAVA_OPTS. Adding -Dfile.encoding=UTF-8 to JAVA_OPTS in catalina.sh solved the problem. Thanks for sharing :-) Cheers

Re: [Geoserver-users] [App-schema] How to map Oracle Geometry into GML ?

2012-11-09 Thread RudyWI
I'm confused. If I define the following schema : element name=MyPoint type=myNs:myType / complexType name=myNs:myType complexContent extension base=gml:GeometryPropertyType sequence element name=myElem type=string/element /sequence

[Geoserver-users] built-in GeoWebCache does not honor proxy URL setting?

2012-11-09 Thread Ákos Maróy
Hi, I have a GeoServer instance configured via a proxy, where the original geoserver is running at localhost:8088, and it's being proxed via an apache mod_proxy to the outside world at http://openaviationmap.tyrell.hu/geoserver/ . I'm using the built-in GeoWebCache service to serve map tiles. it

[Geoserver-users] Working with the REST

2012-11-09 Thread Smaran Harihar
Hi Guys, I am trying to understand how the REST interface works. When we create a datastore in Geoserver and add a shapefile, does Geoserver create a copy of the shapefile in xml, as featuretype.xml and layer.xml, in the /usr/share/opengeo-suite-data/geoserver_data/workspaces/opengeo/Pima/

Re: [Geoserver-users] curl not creating the desired datastore

2012-11-09 Thread Smaran Harihar
Thanks for the reply cheesy. I executed the following code, curl -u admin:geoserver -XPUT -H 'Content-type: text/plain' \ -d 'file:///var/www/geo/shapefile/csvQshp/' \ http://localhost:8080/geoserver/rest/workspaces/acme/datastores/csvQshp/externa l.shp?configure=all I am getting this error,

Re: [Geoserver-users] Total capacity of Geoserver

2012-11-09 Thread Smaran Harihar
Thanks Phil. We are working on the Postgres database and then will add it to the Geoserver as a Datastore. Our earlier database was MySql and we are migrating to the Postgres with PostGIS extension. Till then i need to work the shapefiles as such. Thanks, Smaran On Thu, Nov 8, 2012 at 1:57 PM,

Re: [Geoserver-users] Fwd: creating geotiff in ArcGIS to publish in geoserver

2012-11-09 Thread Smaran Harihar
Hi sac, sorry about the delay. The data the you exported having the tiff, tfw and aux is all that is needed to add it to Geoserver. When you login to Geoserver, Add Store and select Add Geotiff. Give the file path location and publish it by giving the SRS as EPSG:4326. That should work fine.

Re: [Geoserver-users] built-in GeoWebCache does not honor proxy URL setting?

2012-11-09 Thread Andrea Aime
On Fri, Nov 9, 2012 at 6:14 PM, Ákos Maróy a...@maroy.hu wrote: but, when I'm looking at the capabilities reported by the GeoWebCache service, it lists all layers with the internal http://localhost:8088/ prefix, see here:

Re: [Geoserver-users] built-in GeoWebCache does not honor proxy URL setting?

2012-11-09 Thread Ákos Maróy
On 09/11/12 19:15, Andrea Aime wrote: It is a known limitation, there is a pull request waiting here to solve it, we're waiting for Gabriel to have a look at it: https://github.com/geoserver/geoserver/pull/53 thanks for the info. is there a timeframe to fix this issue? can I help somehow?

Re: [Geoserver-users] built-in GeoWebCache does not honor proxy URL setting?

2012-11-09 Thread Ákos Maróy
On 09/11/12 19:15, Andrea Aime wrote: On Fri, Nov 9, 2012 at 6:14 PM, Ákos Maróy a...@maroy.hu mailto:a...@maroy.hu wrote: but, when I'm looking at the capabilities reported by the GeoWebCache service, it lists all layers with the internal http://localhost:8088/ prefix, see here:

Re: [Geoserver-users] built-in GeoWebCache does not honor proxy URL setting?

2012-11-09 Thread Andrea Aime
On Fri, Nov 9, 2012 at 7:39 PM, Ákos Maróy a...@maroy.hu wrote: On 09/11/12 19:15, Andrea Aime wrote: It is a known limitation, there is a pull request waiting here to solve it, we're waiting for Gabriel to have a look at it: https://github.com/geoserver/geoserver/pull/53 thanks

[Geoserver-users] Web Mercator Demo

2012-11-09 Thread Mark Volz
Hi, I was looking at the web Mercator demo and I was wondering what is different between the regular demo and the web Mercator? Is there any differences beyond the configuration file, and the included data? Also, I happen to notice that the MS4W Web Mercator Nightly Build has an old date.

[Geoserver-users] Web Mercator Demo

2012-11-09 Thread Mark Volz
Please disregard my last message, I sent it to the wrong user list. Thanks Mark Volz GIS Specialist -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite

Re: [Geoserver-users] curl not creating the desired datastore

2012-11-09 Thread cheesybiscuits
Yes I would expect your new command to work fine but there are a few possible explanations for why it might fail. 1) the target of your new path is different to your original relative path - I assume /var/www/geo/shapefile/csvQshp/ does actually contain shapefiles 2) you might be seeing