Re: [Geoserver-users] Using geoserver print for png, gif, jpg etc.

2013-02-24 Thread Oscar Fonts
Hi Mark, The GeoServer printing plugin is using an old version of Mapfish Print, from 2010, that didn't support image output formats. You'd need to update the mapfish print dependency and build the plugin yourself. See the patch on https://jira.codehaus.org/browse/GEOS-5095 Oscar. --

Re: [Geoserver-users] Translations on transifex

2012-12-31 Thread Oscar Fonts
Hi, I prepared a little script that automatically links transifex resources with the corresponding properties files on git repo. Once automatically linked, simply pulling from tx and pushing to git would synchronize the contents. This method is meant to be automatic and exhaustive mapping. It loc

Re: [Geoserver-users] Display EPSG:4326 wms over EPSG:25832 GWCbaselayer seriously wrong!SOLVED

2012-10-26 Thread Oscar Fonts
Robert Buckley: > How do I define the crs transformation > between a 31467 and 25832 crs using BETA2007 and geoserver? Just set a transform in geographic coordinates, and GeoServer will find the path to convert from UTM to geographic and vice versa. Have you tried this, and played with the repro

Re: [Geoserver-users] Display EPSG:4326 wms over EPSG:25832 GWCbaselayer seriously wrong!SOLVED

2012-10-25 Thread Oscar Fonts
wrote: >> 31467,25832=PARAM_MT["NTv2", \PARAMETER["Latitude and longitude difference >> file", "BETA2007.gsb"]] : > All the grids I've seen so far are used to switch between geographic > ones, normally > the file is a latitude/longitude grid shift, in your case maybe > between 4314 and 4258, +1.

Re: [Geoserver-users] UML artefacts to undestand Geoserver's functionality

2012-10-15 Thread Oscar Fonts
Hi, > need the basic and detail functionality of geoserver and geotools, i > need a class diagram of their relations, a sequence diagram of their You can use ObjectAid, an Eclipse Plugin, to generate your own class & sequence diagrams from code. Some examples applied to GeoTools: http://geomat

Re: [Geoserver-users] JAI verwendeter Arbeitsspeicher

2012-09-20 Thread Oscar Fonts
Hi Robert, If you installed tomcat using 'apt-get', the problem is in how /etc/init.d/tomcat6 looks for JDK locations in your system. For Ubuntu 12.04, it searches in this order: /usr/lib/jvm/default-java /usr/lib/jvm/java-7-openjdk-* /usr/lib/jvm/java-6-openjdk-* /usr/lib/jvm/java-6-sun /usr/li

Re: [Geoserver-users] Problem with custom coordinate system!!

2012-05-27 Thread Oscar Fonts
Julian, > PD: Remember, I am using Geoserver 2.2 beta 1. Remenber I told you this was a very recent functionality (it came after beta1)? Try with beta 2, it should work there. I put your definitions in beta2, and the reprojection console is showing it: CONCAT_MT[INVERSE_MT[PARAM_MT["Transverse_

Re: [Geoserver-users] Problem with custom coordinate system!!

2012-05-23 Thread Oscar Fonts
Hi Julian, > I have been trying to follow your recommendations, but I could not resolve > my problem yet. I have followed your suggestions as follows, > but I could not resolve my problem yet BTW, now we have the manual page nicely rendered :) http://docs.geoserver.org/latest/en/user/advanced/crs

Re: [Geoserver-users] Problem with custom coordinate system!!

2012-05-18 Thread Oscar Fonts
ual page for more details: https://github.com/oscarfonts/geoserver/blob/master/doc/en/user/source/advanced/crshandling/coordtransforms.rst The code is very new, use the latest trunk nightly build to test it. And let us know how

[Geoserver-users] Aggregate query functions?

2011-04-26 Thread Oscar Fonts
Hi, Is it possible to perform an equivalent to a SQL "select DISTINCT(field) from layer" using cql_filter param over WFS? If not, are you aware of an alternative way of doing so, say, through REST interface? Thanks in advance, Oscar. -

[Geoserver-users] GetLegendGraphic - text label quality

2011-04-11 Thread Oscar Fonts
Hi, I've moved some data from a GeoServer Windows instance to a CentOS one. And I've found that text label rendering in GetLegendGraphic is very poor in CentOS. Compare: * Windows: http://donosti.geodata.es:9000/geoserver/wms?request=GetLegendGraphic&format=image/png&layer=plan_qualificacions *

Re: [Geoserver-users] config.yaml when do I need to change the default file?

2011-02-22 Thread Oscar Fonts
2011/2/22 Robert Buckley : > I´ll have to post the question on the opengeo-suite forum as to why the > variable substitution isn´t working. Well, the bug seems to be in the geoserver-printing-plugin sample script. Is it OK to file JIRAs for community plugins as well? Robert, if you're using the

Re: [Geoserver-users] config.yaml when do I need to change the default file?

2011-02-22 Thread Oscar Fonts
Robert, > The first 2 lines of my Geoserver log give me this... > org.mapfish.print.JsonMissingException: attribute [spec.mapTitle] missing Somewhere in your config.yaml you are using ${mapTitle} for variable substitution, but the info you are POSTing to create.json has no such { "mapTitle": "Wha

Re: [Geoserver-users] SLD: graphical user interface, import facilities dll

2011-01-19 Thread Oscar Fonts
Hi, If you want to try styler, there's a demo here: http://admin:geoser...@suite.opengeo.org/geoserver/www/styler/ And source: http://svn.opengeo.org/suite/tags/2.3.2/styler/ If you deploy it along with GeoServer, you can graphically edit layer's default SLDs. No importers though. I don't know i

Re: [Geoserver-users] Pointsymbolizers: symbols cut off..why?

2011-01-19 Thread Oscar Fonts
That's because of tiled requests. A workaround would be to add a {singleTile: true} option at OpenLayers.Layer.WMS instantiation. 2011/1/19 Robert Buckley : > Hi, > > in my point SLD there are certain points which never get rendered fully. > Either the circle is not rendered, or the labels are c