Re: [Geoserver-users] Conceptual help with building geospatial web applications

2010-12-07 Thread Toni Pignataro
hello robert. first of all i would recomend you the osgeo.org website. here you find on overwiev of projects and other topics related to open source gis. a good start and general literatur about webmapping for me was following book: http://www.webmappingillustrated.com/ i hope could help you.

Re: [Geoserver-users] nativeCRS definition when dynamically creating GeoServer featureType

2010-12-07 Thread Anne Brookes
Thanks for the reply on this. Yes, I have managed to create the feature types using the REST API and ajax - see code extract below - so, as you say, the nativeCRS is all done for me. GeoServer reads the EPSG code from the the_geom field in my postGIS view. //Do Ajax POST to make new featuretype

[Geoserver-users] app-schema mapping geometry column in PostGIS

2010-12-07 Thread will.rogers
Hello all, I'm having problems trying to map a geometry column from a PostGIS database to GML using app-schema. Background: In the same set up, I can map a geometry column with type gml:Point. I am trying to map to an xsd file. The element I'm trying to map to is of type WatercourseType,

Re: [Geoserver-users] Minimum Hardware requirement for Geoserver production environment.

2010-12-07 Thread Swamy Talam
Geo server 2.0 with 64 GM RAM and 200 GB Disk space is used for the deployment. Tile Cache server is good for load balacing and also for Tile caching. All the WMS layers would be loaded though Load Balancer. Load balancer would get data from Tile Cache servers for sattis data. Dynamic WMS

[Geoserver-users] Newbie Questions

2010-12-07 Thread Paul Wittle
Hello, I've been using GeoExplorer to create and publish maps but I have three questions that I can't find the answer for online. Firstly, in the community version, is it possible to edit a map you have already published (i.e. I create a map and it has a link '/#2' when I next open

Re: [Geoserver-users] app-schema mapping geometry column in PostGIS

2010-12-07 Thread Just van den Broecke
Hello Will, I see you are doing INSPIRE Annex I Hydrography (HY) schema mapping. All latest (v3) INSPIRE XSDs are using GML 3.2.1 which is to my knowledge not supported (yet) in GS. My first suspicion is a mismatch between GML 3.1.1 and 3.2.1 . Another cause may be that hy-p:geometry is

Re: [Geoserver-users] ImageMosaic-JDBC setup for Oracle GeoRaster - How?

2010-12-07 Thread bryanhall
mcr wrote: Hi, I am the developer. To clarify the situation. You have a sql table called RASTER. This table has 2 Attributes NAME and IMAGE. The table has exactly one row. The value of NAME is CIP_ORTHOS The value of IMAGE is the georaster object. Thank you for your quick response!

Re: [Geoserver-users] How to publish thousands of aerial photos? [SEC=Unclassified]

2010-12-07 Thread ajs6f
That's a very good point that I elided. We have been thinking to use a more traditional caching method (e.g. mod_cache) for some of these service operations, but the structure of OGC service calls makes that difficult. --- A. Soroka Digital Research and Scholarship R D and Online Library

Re: [Geoserver-users] ImageMosaic-JDBC setup for Oracle GeoRaster - How?

2010-12-07 Thread bryanhall
mcr wrote: The data source name is completely independent but it must be configured in the servlet container you use. Which one do you use ? The content of the coverageName element from the xml file must be the same as in your sql table, attribute NAME. In your case CIP_ORTHOS.

Re: [Geoserver-users] app-schema mapping geometry column in PostGIS

2010-12-07 Thread Andrea Aime
On Tue, Dec 7, 2010 at 2:05 PM, Just van den Broecke j...@justobjects.nl wrote: Hello Will, I see you are doing INSPIRE Annex I Hydrography (HY) schema mapping. All latest (v3) INSPIRE XSDs are using GML 3.2.1 which is to my knowledge not supported (yet) in GS. My first suspicion is a

Re: [Geoserver-users] ImageMosaic-JDBC setup for Oracle GeoRaster - How?

2010-12-07 Thread christian . mueller
The benefits of using Oracle Georaster is to delegate the mosacing job to the Georaster code. Additionally Oracle Georaster gives you the possibility to create pyramids. At the end of the day, you should have ONE Georaster object holding all your georeferenced 500 images and all the

Re: [Geoserver-users] app-schema mapping geometry column in PostGIS

2010-12-07 Thread will.rogers
Thanks both of you for the quick replies. I am using a set of INSPIRE schemas generated to conform to 3.1.1 (well spotted!), so this shouldn't be the problem. The other two points are more relevant. I also believe that the source is null, but I don't know why. However, if hy-p:geometry

[Geoserver-users] Geoserver 2.X and ArcSDE 8.3

2010-12-07 Thread Gianni . Barrotta
Hi, I'm struggling over how to configure a datastore for arcsde 8.3 in geoserver 2.0.2.I have a geoserver 1.7.6 installation that works fine with arcsde 8.3.In geoserver2 I'm able to configure the datastore, but when I click on the publish button over a layer, I get this

Re: [Geoserver-users] Geoserver 2.0.2 REST with PHP

2010-12-07 Thread Ryan Williams
Hello all, I'm running Geoserver 2.0.2 and experimenting with the REST config examples and have been trying out the php rest config examples at: http://docs.geoserver.org/stable/en/user/extensions/rest/rest-config-examples-php.html I submit: POST /geoserver/rest/workspaces HTTP/1.1 The

Re: [Geoserver-users] Geoserver 2.0.2 REST with PHP

2010-12-07 Thread Ryan Williams
I'll answer my own question here. I guess i hadn't -really- restarted the Geoserver service. I restarted the whole Tomcat service and the REST examples for PHP appear to work now. On 12/7/2010 12:35 PM, Ryan Williams wrote: Hello all, I'm running Geoserver 2.0.2 and experimenting with the

Re: [Geoserver-users] Conceptual help with building geospatial web applications

2010-12-07 Thread Adam Ratcliffe
Hi Robert, I would recommend taking a look at the GeoExt project (http://www.geoext.org). It's built on top of the popular ExtJS framework (http://www.sencha.com/products/js/) and provides a set of high-level components for building desktop-like GIS apps for the web. You're probably already

[Geoserver-users] no 0 folder when producing tiles with the imagepyramid ext

2010-12-07 Thread Robert Buckley
hi, after trying out the imagepyramid extention I have realised that i´m not getting a 0 Folder for my tiles. I have tried using various levels but i never get the last folder. can someone explain whats going on?...The last folder seems to get cut and then hundreds of imagetiles are still

[Geoserver-users] VectorToRasterFactory and VectorToRasterProcess sample code

2010-12-07 Thread Patel, Ronak Avinash (US SSA)
Hi All, I've been trying to figure out how to use the VectorToRasterFactory and VectorToRasterProcess code and I'm stumped on what the API is looking for me to pass in for the attribute parameter. I've looked through the javadoc:

Re: [Geoserver-users] app-schema mapping geometry column in PostGIS

2010-12-07 Thread Ben Caradoc-Davies
On 07/12/10 20:18, will.rog...@stfc.ac.uk wrote: The exception I get is: ows:ExceptionText org.geotools.feature.IllegalAttributeException:http://www.opengis.net/gml:GeometricPrimitivePropertyType not nillable:null value:null http://www.opengis.net/gml:GeometricPrimitivePropertyType not