[Geoserver-users] great work on geoserver 2.2, some comments

2012-04-16 Thread Paul van Genuchten
Just downloaded 2.2 beta. Great work everybody! I really like the differentiation settings for service endpoints. Just some minor comments: - In layer preview, when changing from wms 1.1 to wms 1.3, the feature-info doesn't work: 225, 510 not in dimensions of image: 714, 330 (axes are mixed). -

Re: [Geoserver-users] Error on resolution settings

2012-04-16 Thread John Brisbin
Gabriel, Thanks for the thoughtful reply. As I understand, we have two possibilities: 1: An external user is trying to hit this layer with the wrong agent, and the resulting hiccup is being logged as a server error instead of just being noted in the logs. 2: There really is something wrong with

[Geoserver-users] WMS response: ows:ExceptionTextNo workspace specified/ows:ExceptionText

2012-04-16 Thread John Brisbin
G'Day List, We're having some troubles with our GeoServer 2.1.2 WMS. Just wandering around looking for clues, I clicked on the Service Capabilities link to [WMS 1.1.1] from the right sidebar oof the GeoServer Welcome page, and got the XML response: ows:ExceptionTextNo workspace

[Geoserver-users] unable to get JNDI connection in weblogic

2012-04-16 Thread Imran Rajjad
Hi list, I am trying to add a Weblogic Oracle DataSource as a data store in Geoserver. After adding the required resource block in web.xml as below !-- JNDI -- resource-ref descriptionJDBC Data Source-2/description res-ref-namejdbc/testoracle/res-ref-name

[Geoserver-users] Multi Geowebcache.xml

2012-04-16 Thread Veovis
Hi, I have three server. One create tile (Creator-Server). Two servers provide the tiles (Provider-Server). All three server running GeoServer 2.1.4 incl. GWC under Windows Server 2008. All share the same directory (for tiles und the geowebcache.xml) on a network drive. Is it possible, that the

Re: [Geoserver-users] Adding free textlabels to the values of the attribute

2012-04-16 Thread David Winslow
Hi Olex, Please keep messages on the users list - that way anyone can answer, not just me. And the result will be available through Google to the next user with your question :) There are two approaches you can use*: 1) Use a font which defines an arrow character and use that in labels 2) Use

Re: [Geoserver-users] WMS response: ows:ExceptionTextNo workspace specified/ows:ExceptionText

2012-04-16 Thread Andrea Aime
On Mon, Apr 16, 2012 at 3:21 AM, John Brisbin j...@boab.info wrote: G'Day List, We're having some troubles with our GeoServer 2.1.2 WMS. Just wandering around looking for clues, I clicked on the Service Capabilities link to [WMS 1.1.1] from the right sidebar oof the GeoServer Welcome page,

Re: [Geoserver-users] WMS response: ows:ExceptionTextNo workspace specified/ows:ExceptionText

2012-04-16 Thread Tim Lomas
My site, www.autismmaps.org was not working properly when i first saw Andrea's email (data was not being returned to a popup box on a mouse click), but is now. I assume the problem is fixed??? For future reference, is there anything that can be done to circumvent the problem if it occurs again?

Re: [Geoserver-users] REST API layer thumbnails?

2012-04-16 Thread Chris Holmes
Well if it's useful to both of you in the context of the REST API it's probably worth at least putting a link to the docs from somewhere in the REST docs. Patches welcome, especially for docs (and indeed if there's other REST stuff you've discovered and have some time to document it'd be super

Re: [Geoserver-users] REST API layer thumbnails?

2012-04-16 Thread Jay L.
We also could potentially consider a shortcut in the REST API to the reflector, so you could use the same layer endpoint to get a visualization. Though that probably warrants a larger conversation, as it takes us from a REST API just for configuration to more functionality. If I am

Re: [Geoserver-users] WMS response: ows:ExceptionTextNo workspace specified/ows:ExceptionText

2012-04-16 Thread John Brisbin
Andrea, Thanks for your reply...it was indeed the fact that Global Services had been (inadvertently) turned off. Now, turning them back, we get an xml response from WMS1.3.0, which is good. But WMS1.1.1 tries to return a xx_wms mimetype, which usually means something is broken in the WMS.

[Geoserver-users] REST API Authentication

2012-04-16 Thread Jay L.
List, I am using the rest api and reflect to generate a layer picker programmatically. In my javascript file I access geoserver via: '/geoserver/rest/workspaces/lunar/datastores/Non-Edittable_WMS/featuretypes.json' using jquery.getJSON(). This is requiring that I log in to geoserver. I believe

[Geoserver-users] Troubleshooting toolkit: advice on log file connecting/parsing?

2012-04-16 Thread John Brisbin
G'Day List, We're in the midst of trying to revive our WMS and I'm really starting to appreciate how extensive Verbose logging really is. I'm not a software developer, so have very limited experience with SDK tools and typical tools. Can anyone recommend a useful approach to parsing the

Re: [Geoserver-users] REST API Authentication

2012-04-16 Thread Andrea Aime
On Mon, Apr 16, 2012 at 6:27 PM, Jay L. jzl5...@psu.edu wrote: List, I am using the rest api and reflect to generate a layer picker programmatically. In my javascript file I access geoserver via: '/geoserver/rest/workspaces/lunar/datastores/Non-Edittable_WMS/featuretypes.json' using