Re: [Geoserver-users] Links from WMS

2015-11-17 Thread Julian Hollingbery
Hi Jair, While I would generally discourage the use of iframes (see e.g. http://stackoverflow.com/questions/362730/are-iframes-considered-bad-practice), shouldn't you simply use Javascript to manipulate the info_reservoir into a link? Regards, Julian Fr

[Geoserver-users] Unable to upload 450MB shapefile onto geoserver

2015-11-17 Thread Viola Anne
I am unable to upload large shapefiles onto geoserver, it takes extremely long and I eventually have to cancel the process, more than an hour. Initially I was using geonode interface to upload and when this did not work, I saved the file on disk and and tried to use the geoserver import layer but t

Re: [Geoserver-users] Unable to upload 450MB shapefile onto geoserver

2015-11-17 Thread Andrea Aime
On Tue, Nov 17, 2015 at 9:22 AM, Viola Anne wrote: > I am unable to upload large shapefiles onto geoserver, it takes extremely > long and I eventually have to cancel the process, more than an hour. > Initially I was using geonode interface to upload and when this did not > work, I saved the file

Re: [Geoserver-users] Links from WMS

2015-11-17 Thread Rahkonen Jukka (MML)
Hi, We have saved links as well as some other formatting like line breaks into a text field of a database table as html-formatted strings. At least that works with Mapserver but why not with Geoserver as well. You will see a link if you click a red fishing restriction area in http://www.paikka

Re: [Geoserver-users] Unable to upload 450MB shapefile onto geoserver

2015-11-17 Thread Dré Vromans
Hi Viola, Could you provide more information (for example, the specific Error you receive, what you initially used to upload the file, Linux or Windows, Database Shapefile or Directly in a folder)? Also, are you sure the settings allow you to upload files of such a size? If you use a Linux Server

Re: [Geoserver-users] Unable to upload 450MB shapefile onto geoserver

2015-11-17 Thread Viola Anne
Hi Andrea and Dré Vromans, Yes, I am trying to import a shapefile into an already existing postgis store. I am using Ubuntu 14.04, I have been able to successfully upload files greater than 50MB previously. A little background on the issue: What happened is I have a raster file showing land degrad

[Geoserver-users] Layer Preview

2015-11-17 Thread Pedro
Hi, I add a postgis view to Geoserver. When I go to Layer Preview (Openlayers), instead of having a map it ask me if I want to safe a file... In QGIS, when I add a WFS connection to that same Geoserver Layer I get a correct answer (it show me the layer) In the postgis table/view my geom column i

Re: [Geoserver-users] Layer Preview

2015-11-17 Thread Rahkonen Jukka (MML)
Hi, Save the file and open it with a text editor. It may be an error message that can help you further. -Jukka Rahkonen- Pedro wrote: Hi, I add a postgis view to Geoserver. When I go to Layer Preview (Openlayers), instead of having a map it ask me if I want to safe a file... In QGIS, when I

Re: [Geoserver-users] Layer Preview

2015-11-17 Thread Pedro
Rahkonen Jukka (MML) wrote > Hi, > > Save the file and open it with a text editor. It may be an error message > that can help you further. Thanks Jukka! I had this in the file : "No such resource: generic.sld" Changed the Style to 'polygon' and open the LAyer Preview works (I don't see the geom

[Geoserver-users] gs:Unique performance over HTTP GET

2015-11-17 Thread César Augusto Ribeiro
I'm calling the following URL through a javascript application to obtain the unique neighborhood's names of my neighborhood layer. http:// .../geoserver/wps?service=WPS&version=1.0.0&request=Execute&identifier=gs:Unique&DataInputs=attribute%3dnome;features%3d%40xlink%3ahref%3dhttp://.../geoserver/

Re: [Geoserver-users] *****SPAM***** gs:Unique performance over HTTP GET

2015-11-17 Thread Andrea Aime
On Tue, Nov 17, 2015 at 4:07 PM, César Augusto Ribeiro wrote: > I'm calling the following URL through a javascript application to obtain > the unique neighborhood's names of my neighborhood layer. > > http:// > .../geoserver/wps?service=WPS&version=1.0.0&request=Execute&identifier=gs:Unique&DataI

Re: [Geoserver-users] Layer Preview

2015-11-17 Thread Pedro
Well it seems that my problem in Layer Preview is now different Layer Preview any of the preloaded data in OpenLayers and I just get a blank map. Any thoughts? Thanks Pedro -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Layer-Preview-tp5236856p5236903.html Sent from t

Re: [Geoserver-users] *****SPAM***** gs:Unique performance over HTTP GET

2015-11-17 Thread César Augusto Ribeiro
(Why spam?) Hey Andrea, I need to do these requests in an javascript application. I suppose I can't rely on request builder to do it, I'm I wrong? I understand that OGC dropped support, so the recommended way is to build the "xml" in my application and then POST it somehow? Do you believe it wou

Re: [Geoserver-users] Links from WMS

2015-11-17 Thread Jair Santos
Thanks for the link and comments Julian. I read completely the post, and realized that in my case it is ok to use the iframes. Some of the comments say that it is not good practice to use them as site navigation, which is not the case. I am using iframes only to popup information on demand. "If y

[Geoserver-users] Coordinate Reference Systems Not Reproject using Postgres WMS

2015-11-17 Thread RohitGarg DevLead
Hi Team, I am displaying same vector data from 2 sources as under: 1 - Postgres Database published as wms services using geoserver 2.8.0 2- Shapefile published as wms services using geoserver 2.8.0. I published shapefile appearing in the right location but the one from postgres is shifted. Dec

Re: [Geoserver-users] Coordinate Reference Systems Not Reproject using Postgres WMS

2015-11-17 Thread Ian Turton
I would change the Postgis layer from "reproject native to forced" to "force declared" Ian On 17 November 2015 at 15:33, RohitGarg DevLead wrote: > Hi Team, > > I am displaying same vector data from 2 sources as under: > 1 - Postgres Database published as wms services using geoserver >

[Geoserver-users] Error setting up GeoFence 2.2 with GeoServer 2.7.3-1

2015-11-17 Thread Paul Smith
I'm trying to get GeoFence 2.2 working with GeoServer 2.7 and I've followed the instructions referenced on this page: https://github.com/geoserver/geofence/wiki/First-steps When I try to test the connection from GeoFence to GeoServer, it connects with no problems. However, when I try to perfor

Re: [Geoserver-users] no objects in layer preview (even with default data)

2015-11-17 Thread Simone Giannecchini
Ciao, probably beating a dead horse but stil worth answering. Use this parameter in the startup script of the server: -Djava.awt.headless=true that should fix the issue. Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more informat

Re: [Geoserver-users] app-schema mapping.properties file location

2015-11-17 Thread Ben Caradoc-Davies
Bruce, in a nutshell: ugly and not as documented, but it should work if you use an absolute path. The documentation claims that the properties file can be an absolute path or relative to the mapping file, but I had a look in the implementation and I see no evidence of handling of paths relativ

Re: [Geoserver-users] GeoServer clustering issues

2015-11-17 Thread Simone Giannecchini
This should the issues: https://osgeo-org.atlassian.net/browse/GEOS-7259 Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Vit

Re: [Geoserver-users] app-schema mapping.properties file location

2015-11-17 Thread Bruce.Simons
Thanks Ben, Putting the absolute path worked without the chmod: om:observedProperty xlink:href Vocab(METHOD, 'C:\Program Files\Apache Software Foundation\Tomcat 8.0\webapps\geoserver\data\workspaces\om\OM_Observation\mapping.properties')

Re: [Geoserver-users] app-schema mapping.properties file location

2015-11-17 Thread Ben Caradoc-Davies
Bruce, thanks for the confirmation. I have reported this bug in Jira: [GEOT-5308] app-schema Vocab function does not honour relative vocabulary properties file path https://osgeo-org.atlassian.net/browse/GEOT-5308 Kind regards, Ben. On 18/11/15 10:59, bruce.sim...@csiro.au wrote: > Thanks Ben,

[Geoserver-users] Geoserver create coverage via rest api

2015-11-17 Thread David Haynes II
Hello list, I must be overlooking something simple. I am using the REST API to create a Geoserver coveragestore and coverage. I followed the example and successfully created the store. However, when I go to the web interface I find that I didn't publish/create the image mosaic jdbc store. This is

Re: [Geoserver-users] Geoserver create coverage via rest api

2015-11-17 Thread Brad Hards
On Tue, 17 Nov 2015 04:34:05 PM David Haynes II wrote: > I tried posting to an xml to this url > "/workspaces//coveragestores//coverages/" and received a 401 > error. Can you say what you are really posting? What are , and here? Also, can you confirm that that isn't the full URL (i.e. you really

Re: [Geoserver-users] Coordinate Reference Systems Not Reproject using Postgres WMS

2015-11-17 Thread RohitGarg DevLead
Hi Ian, I am doing the same with postgres but nothing happen. Regards, Rohit Garg rohitgar...@gmail.com On 11/17/15 10:09 PM, Ian Turton wrote: > > > I would change the Postgis layer from "reproject native to forced" to "force > declared"  > > Ian > > > > On 17 November 2015 at 15:33,