Re: [Geoserver-users] SLD on Geoserver

2020-03-26 Thread Edward Mac Gillavry
Hiya, The part with the PolygonSymbolizers in the SLD       #FF     1         #00     1     1   seems odd. You can either wrap it in one PolygonSymbolizer to achieve a fill AND a stroke for each and every polygon like this:       #FF     1         #00     1     1

Re: [Geoserver-users] Geoserver 2.14 style hatch error

2018-11-07 Thread Edward Mac Gillavry
Matteo, The SLD itself is all well and validates. It comes straight from the cookbook, so no worries there. I'm not much of a Java-person, but it appears from the logging that Batik, the SVG renderer is not available? HTH, Edward ** On 07-11-18 11:13, matteo.conte wrote: Hi all, I've

Re: [Geoserver-users] 2 million layers in geoserver?

2017-07-21 Thread Edward Mac Gillavry
Hi Bartek, The number of layers you mention sounds like a mapper's dream come true, or not... The ImageMosaic extension may be of use to serve multiple GeoTIFFs that make up one larger aerial image for example. I cannot recommend the GeoServer on Steroids presentations by GeoSolutions

Re: [Geoserver-users] Labels Burst out of their Polygons

2017-06-30 Thread Edward Mac Gillavry
Hi, Did you investigate the goodnessOfFit vendor option (http://docs.geoserver.org/latest/en/user/styling/sld/reference/labeling.html#goodnessoffit). That way you can nudge the label placement algorithm. Best, Edward On 29-06-17 23:23, FunkMonkey33 wrote: I've seen a lot of posts like "I

Re: [Geoserver-users] 2.11 Why does this SLD tag not validate?

2017-06-19 Thread Edward Mac Gillavry
Phil, Regarding your labeling issues, check the results you get with untiled WMS requests. You may want to adjust meta-tile settings so there is enough canvas to actually place the label near its point location before the canvas is sliced into 256 x 256 pixels. HTH Edward On 19-06-17

Re: [Geoserver-users] geoserver and sld rest services

2017-05-03 Thread Edward Mac Gillavry
Hi Anna Lisa, To reference images dynamically, use CQL in combination with an ExternalGraphic. The OnlineResource is then assigned using a value from a column in your table. Further reading at http://blog.geoserver.org/2008/12/08/dynamic-symbolizers-part-1/. Here, they use the STATE_ABBR

Re: [Geoserver-users] Wrong axis order for geoserver TMS

2017-03-03 Thread Edward Mac Gillavry
Use the gmap endpoint instead of the tms endpoint. This gives you an XYZ tile structure. Regards, Edward -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

Re: [Geoserver-users] Vector-tiles: zoom-dependent generalisation

2017-02-03 Thread Edward Mac Gillavry
these, you're probably requesting tiles at the wrong resolution for what you're drawing. Thanks, Dave On Thu, Feb 2, 2017 at 1:17 PM, Edward Mac Gillavry <edw...@webmapper.net <mailto:edw...@webmapper.net>> wrote: Hi all, Although 'Support on the fly geometry simplificati

[Geoserver-users] Vector-tiles: zoom-dependent generalisation

2017-02-02 Thread Edward Mac Gillavry
Hi all, Although 'Support on the fly geometry simplification' has been turned off on the Store, there's still some kind of zoom-dependent generalisation going on for vector tiles. Can the amount of generalisation be adjusted for each zoom level? Is it the overSamplingFactor? Can this be

Re: [Geoserver-users] Vector tiles plugin: xyz grid and WGS84 coords?

2017-01-16 Thread Edward Mac Gillavry
:4326? Many thanks in advance. Cheers, Edward On 11-01-17 12:08, Edward Mac Gillavry wrote: > Hiya, > > As expected, upon requesting the GeoJSON with srs defined as epsg:4326, > I get the feature coordinates in WGS-84 indeed: > > Request: > > http://localhost:8080/geoserver/t

Re: [Geoserver-users] Vector tiles plugin: xyz grid and WGS84 coords?

2017-01-11 Thread Edward Mac Gillavry
; > What happens when you directly request the data from WMS (in geojson format)? > > Thanks, > Dave > > On Tue, Jan 10, 2017 at 1:10 PM, Edward Mac Gillavry > <edw...@webmapper.net> wrote: >> Dear all, >> >> We're currently creating a setup u

[Geoserver-users] Vector tiles plugin: xyz grid and WGS84 coords?

2017-01-10 Thread Edward Mac Gillavry
Dear all, We're currently creating a setup using the Vector tile plugin [1]. Using the Gmaps enpoint of GWC, we're getting GeoJSON tiles that adhere to the XYZ-grid. However, as the gridset explicitly states EPSG:900913 as the SRID, we're also getting the feature geometries in that reference

Re: [Geoserver-users] Large Image Tiff

2016-10-07 Thread Edward Mac Gillavry
Check the deck of slides by Andrea and Simone https://www.slidesearch.net/slide/geoserver-in-production-we-do-it-here-is-how-foss4g-2016. It contains lots of pointers. You may want to use pyramids as well: http://docs.geoserver.org/stable/en/user/tutorials/imagepyramid/imagepyramid.html.

Re: [Geoserver-users] How can I turn off built in GWC?

2016-02-10 Thread Edward Mac Gillavry
The key point when following the step outlined by Just to remove the GWC specific jars is to first stop the container altogether. Then you remove the jars. Otherwise, GeoServer won't start again. Maybe evident to Java-developers, but it wasn't to me a few weeks back when I tried the same...

[Geoserver-users] GeoCSS: isometric

2016-02-09 Thread Edward Mac Gillavry
Hi there, Trying to figure out how to get the geometric filter functions working in GeoCSS with GeoServer 2.8.2... Have come across {geometry: offset[(geom,10,-10)];} and tried {geometry: isometric[geom,10];} The resulting SLD simply shows a straightforward PolygonSymbolizer without any

Re: [Geoserver-users] GeoCSS: isometric

2016-02-09 Thread Edward Mac Gillavry
, Edward Mac Gillavry <emacgilla...@hotmail.com> wrote: Hi there, Trying to figure out how to get the geometric filter functions working in GeoCSS with GeoServer 2.8.2... Have come across {geometry: offset[(geom,10,-10)];} and tried {geometry: isometric[geom,10];} The resulting SLD

Re: [Geoserver-users] GeoCSS: isometric

2016-02-09 Thread Edward Mac Gillavry
, not fully awake, of course, square brackets to use an expression: * {geometry: [isometric(geom, 10)]; } CheersAndrea On Tue, Feb 9, 2016 at 9:40 PM, Edward Mac Gillavry <emacgilla...@hotmail.com> wrote: Andrea, Here's the examples showing square brackets: OpenStreetMap Philippines htt

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread Edward Mac Gillavry
Same "distortion" happens to me sometimes too. If I try to export my SVG from InkScape using Optimized SVG, sometimes the shapes don't come out right and have to save the file as InkScape SVG or Plain SVG instead. Never fully investigated what went on there. Also, I find that setting the actual

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread Edward Mac Gillavry
Glad to hear it works! Cheers, Edward > Date: Wed, 13 Jan 2016 05:01:00 -0800 > From: wilt...@gmail.com > To: geoserver-users@lists.sourceforge.net > Subject: Re: [Geoserver-users] Displaying SVG external graphic issue > > Great! I've just tried to save my SVG file into « SVG: simple » format

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-11 Thread Edward Mac Gillavry
Thomas, Can you access the file http://myserver/img/mySymbol.svg simply from a web browser? If it is indeed on your server, you can put it next to the SLDs in the same directory and make a relative path to the SVG file. The tag is the mime-type. SVG is an XML sibling, so no need for an

Re: [Geoserver-users] bulk shapefile import

2015-12-17 Thread Edward Mac Gillavry
If all Shape files have the same attributes and table structure, you could append the Shapes into one file before uploading to GeoServer using ogr2ogr: ogr2ogr -update -append From: victor.k...@cubic.com To: geoserver-users@lists.sourceforge.net Date: Thu, 17 Dec 2015 09:29:22 + Subject:

Re: [Geoserver-users] VendorOption ruleEvaluation

2015-10-31 Thread Edward Mac Gillavry
tens ofrules deciding different details of one style against an orthogonal set of filters based on 5-6 variables). CheersAndrea On Tue, Oct 27, 2015 at 2:12 PM, Edward Mac Gillavry <emacgilla...@hotmail.com> wrote: Hi there, Trying out the CSS plugin, I come across the VendorOption &q

[Geoserver-users] VendorOption ruleEvaluation

2015-10-27 Thread Edward Mac Gillavry
Hi there, Trying out the CSS plugin, I come across the VendorOption "ruleEvaluation". This would mean, that I could only use the generated SLD using GeoServer, right? Is there a way to configure the CSS plugin in order to generate an SLD document that doesn't have any vendorOptions unless

Re: [Geoserver-users] Layer very slow to display

2015-10-26 Thread Edward Mac Gillavry
ache". And when the layer has already been display, it display immediately ! Cool ! But do you really think that with "Pregeneralized Features" I will can improve the display speed of this layer ? Can I just improve changing my "MaxScaleDenominator" ? Thanks 2015-1

Re: [Geoserver-users] Layer very slow to display

2015-10-23 Thread Edward Mac Gillavry
Georges, >From the link you sent along, the map scale appears to be 1:9M. Spatial >indexes have their benefits when zoomed in to do a quick bounding-box comparison if I understand Geoserver workings correctly. When you are zoomed out to 1:9M, it will simply retrieve all features. Maybe, you

Re: [Geoserver-users] Error in docs - gt_pk_metadata_table should be justgt_pk_metadata

2015-09-29 Thread Edward Mac Gillavry
Created a pull request on Github to correct this. Also, I forgot to add the proper schema, hence creating the table in the public schema. Hopefully, the documentation now reflects the correct approach; https://github.com/geoserver/geoserver/pull/1238 Regards, Edward

Re: [Geoserver-users] Disable client-side SLDs

2015-06-15 Thread Edward Mac Gillavry
Will investigate security filter chains. Thanks for pointing this out. Edward Date: Mon, 15 Jun 2015 11:28:25 +0200 Subject: Re: [Geoserver-users] Disable client-side SLDs From: christian.muel...@os-solutions.at To: andrea.a...@geo-solutions.it CC: emacgilla...@hotmail.com;

Re: [Geoserver-users] Disable client-side SLDs

2015-06-15 Thread Edward Mac Gillavry
@lists.sourceforge.net On Sun, Jun 14, 2015 at 9:11 PM, Edward Mac Gillavry emacgilla...@hotmail.com wrote: Dear all, Can styling a WMS using a client-side SLD be disabled somehow? Been looking all over the interface and GeoServer data directory... We're running GS 2.7.0. Many thanks for any pointers

[Geoserver-users] Disable client-side SLDs

2015-06-14 Thread Edward Mac Gillavry
Dear all, Can styling a WMS using a client-side SLD be disabled somehow? Been looking all over the interface and GeoServer data directory... We're running GS 2.7.0. Many thanks for any pointers. Kind regards, Edward

[Geoserver-users] Config cascading WMS 1.3: Capabilities req params overruled

2014-09-04 Thread Edward Mac Gillavry
Dear all, Configuring a cascading WMS, one has to provide Connection Info, for example the Capabilities URL. Although I provide a full Capbilities URL to a WMS 1.3 service, the actual request sent to remote WMS has the string REQUEST=GetCapabilitiesVERSION=1.1.1SERVICE=WMS tagged onto the end.

Re: [Geoserver-users] Config cascading WMS 1.3: Capabilities req params overruled

2014-09-04 Thread Edward Mac Gillavry
Hi, Thanks for your pointers. The upstream WMS server (SharpMap) ONLY supports WMS 1.3. Sending a proper, full GetCapabilities request version 1.3 to the upstream WMS server using wget or the web browser, I get the proper document in response. The client here is GeoServer, as I am configuring

Re: [Geoserver-users] Config cascading WMS 1.3: Capabilities req params overruled

2014-09-04 Thread Edward Mac Gillavry
overruled Date: Thu, 4 Sep 2014 13:51:16 + And the GetMap url in server GetCapabilities does not contain that version=1.1.1 part? -Jukka Rahkonen- Lähettäjä: Edward Mac Gillavry [mailto:emacgilla...@hotmail.com] Lähetetty: 4. syyskuuta 2014 16:48 Vastaanottaja: Andrea Aime

Re: [Geoserver-users] Config cascading WMS 1.3: Capabilities req params overruled

2014-09-04 Thread Edward Mac Gillavry
...@mmmtike.fi; geoserver-users@lists.sourceforge.net On Thu, Sep 4, 2014 at 3:47 PM, Edward Mac Gillavry emacgilla...@hotmail.com wrote: Hi, Thanks for your pointers. The upstream WMS server (SharpMap) ONLY supports WMS 1.3. Sending a proper, full GetCapabilities request version 1.3 to the upstream

Re: [Geoserver-users] labels separated from lines

2013-11-12 Thread Edward Mac Gillavry
Check PerpendicularOffset http://docs.geoserver.org/latest/en/user/styling/sld-reference/labeling.html#perpendicularoffset Cheers, Edward Date: Tue, 12 Nov 2013 04:11:43 -0800 From: pascal2...@gmail.com To: geoserver-users@lists.sourceforge.net Subject: [Geoserver-users] labels separated

Re: [Geoserver-users] SLD Point Labelling

2013-09-27 Thread Edward Mac Gillavry
Hugo, Instead of a Tiled WMS, can you use a cached layer (e.g. TMS or WMTS) instead? A typical tiling engine such as GeoWebCache allow you to create a larger meta-tile that is cut into 256*256 pixel tiles afterwards. This reduces the number of labels not being placed. They're still cut off at

Re: [Geoserver-users] question placing labels

2013-09-23 Thread Edward Mac Gillavry
Hi Ouke, If I understand your question correctly, you would like to add a label to the start and end of the line that bounds a polygon. There is a geometric filter function to extract the start and end points of a line, e.g.: Geometry ogc:Function name=startPoint

Re: [Geoserver-users] Labels disappear when extended over several tiles

2013-07-18 Thread Edward Mac Gillavry
Hi Kamardine, These labels disappearing are a typical result of tiling. The main approach to overcome this is to request larger images that would provide enough space for the offending labels to be drawn. In a next step, these meta tiles are sliced into smaller image tiles. GeoWebCache that

Re: [Geoserver-users] Layer render order within a layer

2013-07-02 Thread Edward Mac Gillavry
Hi Jonathan, The approach to achieve the effect you are after is to create multiple FeatureTypeStyle elements, each with different ogc:Filter properties. This forces GeoServer to do another pass of the table and select another class of roads to be rendered. Here's a rough structure:

Re: [Geoserver-users] css styling questions

2013-06-19 Thread Edward Mac Gillavry
Hi lottie, For random colours, I suggest to compute this in advance and store as an attribute with the object. This also ensures colours are consistentent across zoom levels. To prevent overlapping symbols, use the 'spaceAround' vendor option together with the 'Priority' vendor option. The

Re: [Geoserver-users] css styling questions

2013-06-19 Thread Edward Mac Gillavry
, Matthias Am 19.06.2013 11:07, schrieb Edward Mac Gillavry: Hi lottie, For random colours, I suggest to compute this in advance and store as an attribute with the object. This also ensures colours are consistentent across zoom levels. To prevent overlapping symbols, use

Re: [Geoserver-users] Using external .svg image from the database in SLD file

2013-06-18 Thread Edward Mac Gillavry
Hi Amiala, Although the actual tag is Externalgraphic, you typically refer in your SLD to the SVG image using the paths on the local file system as you describe in use case 1. Not sure whether the setup in use case 2 using a small script to retrieve an image from a small database table is

Re: [Geoserver-users] Font styling - a few questions

2013-06-14 Thread Edward Mac Gillavry
Hi Jakob, There's the CSS-parameter 'font-style' you should be using for this. Set the value to 'oblique'. Let others correct me if I am wrong, but the font you would like to use has to have that variant. I don't think GeoServer is able to skew the font into a slanted variant. There's no

Re: [Geoserver-users] How to group values in SLD

2013-06-11 Thread Edward Mac Gillavry
Pedro, Check out whether transformation functions may be helpful in your case: http://docs.geoserver.org/latest/en/user/styling/sld-tipstricks/transformation-func.html These functions typically allow you to define your visualisation rules more concisely. Kind regards, Edward Date: Mon, 10 Jun

Re: [Geoserver-users] Error with SLD styles

2013-05-24 Thread Edward Mac Gillavry
Steve, The tag se:Graphic is not an empty element, but should simply wrap the full se:Mark tag. Hence: se:PolygonSymbolizer se:Fill se:GraphicFill se:Graphicse:Mark se:WellKnownNameline/se:WellKnownName se:Stroke se:SvgParameter

Re: [Geoserver-users] Outline on PointSymbolizer graphics

2013-05-17 Thread Edward Mac Gillavry
Hi Jakob, I see two approaches: 1. Create a new airplane raster graphic that includes the white outline as well. 2. Create a new airplane vector graphic and convert into a custom font. Then use the TextSymbolizer together with the Halo to have an outline. Either way, play with the

Re: [Geoserver-users] SLD textsymbolizer problem

2013-02-20 Thread Edward Mac Gillavry
Hi Christoph Here's an example we use to label OSM roads with highway shields: Rule Nameosm_line/Name MinScaleDenominator0/MinScaleDenominator MaxScaleDenominator48000/MaxScaleDenominator

Re: [Geoserver-users] Polygons with outlines using gradients

2013-01-11 Thread Edward Mac Gillavry
Chris, My approach would be to use the geometric transformation buffer several times on the polygon. Using a negative value, you would get polygons smaller than the input area. with every transformation you set a different colour to achieve a fading line effect, though generated using

Re: [Geoserver-users] Polygons with outlines using gradients

2013-01-11 Thread Edward Mac Gillavry
? From: Edward Mac Gillavry [mailto:emacgilla...@hotmail.com] Sent: 11 January 2013 13:24 To: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Polygons with outlines using gradients Chris, My approach would be to use the geometric transformation buffer several times

Re: [Geoserver-users] [bulk]: Decluttering/SLD/CSS

2013-01-04 Thread Edward Mac Gillavry
as that would look rather messy. I want to hide the less important symbols if there isn’t room to render them. From: Edward Mac Gillavry [mailto:emacgilla...@hotmail.com] Sent: 04 January 2013 12:29 To: Chris Haste; stefan.engelha...@hbt.de; geoserver-users@lists.sourceforge.net Subject: RE: [Geoserver

Re: [Geoserver-users] WMS-C missing anti-aliasing?

2012-12-11 Thread Edward Mac Gillavry
Hi, In QGIS 1.8, you find in the View menu the Tile Scale Slider. This adds a scale indicator to the QGIS interface. Upon opening a tiled service in QGIS, the steps at which the tiles are available are indicated in the Tile Scale Slider. Thus, you can view the tiles at the intended scale

Re: [Geoserver-users] group by- style filter in SLD?

2012-11-25 Thread Edward Mac Gillavry
Akos, Check out the transformation functions that you can use in the SLD: http://docs.geoserver.org/stable/en/user/styling/sld-tipstricks/transformation-func.html, particularly 'Categorise'. This way, geometries that have the same property are rendered using the same visualisation. That's at

Re: [Geoserver-users] Add a limit for number of rendering objects in a wms request

2012-11-02 Thread Edward Mac Gillavry
Felipe, In the admin interface, there's a section Services in the left-hand menu. Clicking on WMS you can specify all sorts of settings. One of the sub headings is Resource consumption limits, just want you are looking for, right? It doesn't restrict the number of features, but you can cap

Re: [Geoserver-users] the geometry property when using geometry transformations in SLD?

2012-10-29 Thread Edward Mac Gillavry
Akos, What column in the table contains the point geometry for your objects? The name of that column should be put instead of the_geom. Regards, Edward Date: Mon, 29 Oct 2012 12:24:12 +0100 From: a...@maroy.hu To: geoserver-users@lists.sourceforge.net Subject: [Geoserver-users] the

Re: [Geoserver-users] Polygon label with graphic

2012-10-29 Thread Edward Mac Gillavry
, but labelplacement seems to be NOT working in both cases. Label appears just over the image. Is there any way to fix labelplacement ? On Mon, Oct 29, 2012 at 12:59 AM, Edward Mac Gillavry emacgilla...@hotmail.com wrote: Hiya, Check out the interiorPoint function as discussed in this thread

Re: [Geoserver-users] line strokes with orientation independent of the line angle using SLD?

2012-10-29 Thread Edward Mac Gillavry
Akos, My first thoughts: Create a polygon fill for the area with the slash. Then, have a second polygon fill with a geometry transformation buffer and specify a negative value to have a polygon smaller than the original polygon:

Re: [Geoserver-users] Problem when publish postgis data from geoserver

2012-10-29 Thread Edward Mac Gillavry
You may want to check out http://postgis.refractions.net/docs/ST_Force_2D.html. For example, you could add a new column containing the 2D representation. SELECT ST_AddGeometryColumn('myschema','mytable', '2d_geom',4326,'POLYGON',2); UPDATE you table SET 2d_geom = ST_Force_2D(the_geom); Regards

Re: [Geoserver-users] Polygon label with graphic

2012-10-28 Thread Edward Mac Gillavry
Hiya, Check out the interiorPoint function as discussed in this thread http://permalink.gmane.org/gmane.comp.gis.geoserver.user/33677. Thus, you explicitly define a point geometry to be used to position the graphic and the label. Also, you can reference a graphic inside a TextSymbolizer, an

Re: [Geoserver-users] Rendering problem (distortion) with cascaded WMS

2012-10-09 Thread Edward Mac Gillavry
Hi there, Check out the default gutter size in pixels under the heading Default Caching Options for GeoServer Layers. This is probably set to 10px (hence the slightly larger images requested). Regards, Edward - Date: Tue, 9 Oct 2012 05:39:55 -0700 From: a.wal...@gsi.de

Re: [Geoserver-users] WMS/SLD Pixelated Font

2012-09-19 Thread Edward Mac Gillavry
Chris, Have you checked whether the fonts mentioned in the SLD are actually on the system to GeoServer? This can be checked in the admin interface. Kind regards, Edward Date: Sat, 15 Sep 2012 07:14:03 -0700 From: li...@webgis.de To: geoserver-users@lists.sourceforge.net Subject: Re:

Re: [Geoserver-users] sld: use radians instead of degrees

2012-08-28 Thread Edward Mac Gillavry
Jakob, There's a Filter function to convert an angle expressed in radians into degrees called toDegrees'. For more info about Filter functions, check http://docs.geoserver.org/latest/en/user/filter/function_reference.html. ... Rotation ogc:Function name=toDegrees

Re: [Geoserver-users] polygon label repeated for each tile

2012-08-15 Thread Edward Mac Gillavry
Hiya, Thanks for reminding me about the interiorPoint funtion. I actually used this in a recent project, because I didn't want to add an extra geometry column to the PostGIS table and was okay with GeoServer computing the anchor point on the fly, like so: PointSymbolizer

Re: [Geoserver-users] Validation SLD errors: help

2012-08-15 Thread Edward Mac Gillavry
Hi Apostolis, Sorry about my confusing suggestion. The GraphicFill tag starts at line 20 and closes at line 29. So my reference to after the GraphicFill tag actually meant that you should put the CssParameter tags from line 18 and line 19 after closing tag /GraphicFill that's now at line 29.

Re: [Geoserver-users] Validation SLD errors: help

2012-08-14 Thread Edward Mac Gillavry
Hi Apostolis, It's the order of the tags that cause the SLD files to be invalid. Just checked by moving the CssParameter tags at lines 18 and 19 below the GraphicFill at line 20 and then that first rule in the SLD does validate. HTH Regards, Edward Date: Mon, 13 Aug 2012 16:20:40 -0700

Re: [Geoserver-users] Publishing a shapefile on localhost

2012-08-13 Thread Edward Mac Gillavry
Russ, You may want to add 3 forward slashes to the file path location, see http://en.wikipedia.org/wiki/File_URI_scheme for more details. The path thus becomes: file:///data/EA_Data/DetailedRiverNetwork HTH Regards, Edward From: r...@russ-hore.co.uk Date: Mon, 13 Aug 2012 15:40:06 +0100

Re: [Geoserver-users] Character size difference TextSymbolizer vs PointSymbolizer w/ TTFMarkFactory

2012-08-03 Thread Edward Mac Gillavry
...@hotmail.com CC: geoserver-users@lists.sourceforge.net On Wed, Aug 1, 2012 at 8:44 PM, Edward Mac Gillavry emacgilla...@hotmail.com wrote: Andrea, Many thanks for confirming my observations. Your explanation of the inner workings certainly indicates it is font-specific. If I understand

Re: [Geoserver-users] how to setup OSM Tile server in GeoServer

2012-08-03 Thread Edward Mac Gillavry
Check out some of the docs at openstreetmap.org. Main tables to use for visualisation are 1. planet_osm_line 3. planet_osm_point 4. planet_osm_polygon 6. planet_osm_roads (Per http://wiki.openstreetmap.org/wiki/Osm2pgsql/schema#Processed_Data) i actually want exactly the same map as at

Re: [Geoserver-users] OSM as cascading WMS layer

2012-08-03 Thread Edward Mac Gillavry
Is there any way, so that we can use OSM as cascading WMS layer to GeoServer. If yes, then what is capabilities URL ?, On the OpenStreetMap website the maps are not served as WMS, but as tiles. Hence, don't expect to find a GetCapabilities URL. Maybe try the OSM mailing list instead just in

[Geoserver-users] Character size difference TextSymbolizer vs PointSymbolizer w/ TTFMarkFactory

2012-08-01 Thread Edward Mac Gillavry
Hi y'all, Just noticed there is a size difference of the character o (i.e. Arial#111) rendered either with a TextSymbolizer or with a PointSymbolizer leveraging the TTFMarkFactory. Two snippets to show what I mean are pasted below. Also tried with the character O (i.e. Arial#79) which showed

Re: [Geoserver-users] Character size difference TextSymbolizer vs PointSymbolizer w/ TTFMarkFactory

2012-08-01 Thread Edward Mac Gillavry
:51 +0200 Subject: Re: [Geoserver-users] Character size difference TextSymbolizer vs PointSymbolizer w/ TTFMarkFactory From: andrea.a...@geo-solutions.it To: emacgilla...@hotmail.com CC: geoserver-users@lists.sourceforge.net On Wed, Aug 1, 2012 at 2:49 PM, Edward Mac Gillavry emacgilla

Re: [Geoserver-users] What to do if gdal_merge make too large a file

2012-07-31 Thread Edward Mac Gillavry
-solutions.it http://twitter.com/geosolutions_it --- On Mon, Jul 30, 2012 at 3:43 PM, Edward Mac Gillavry emacgilla...@hotmail.com wrote: Hi there, Check out the ImageMosaic plugin http://docs.geoserver.org/latest/en/user/tutorials

Re: [Geoserver-users] capabilities URL for open street map

2012-07-31 Thread Edward Mac Gillavry
Mustafa, Please check the websites of these 3rd parties. For example, on the website OSM-WMS-EUROPE at http://www.osm-wms.de/, the following GetCapabilities is advertised http://129.206.228.72/cached/osm?Request=GetCapabilities Pretty sure you will find the GetCapabilities of the other

Re: [Geoserver-users] What to do if gdal_merge make too large a file

2012-07-30 Thread Edward Mac Gillavry
Hi there, Check out the ImageMosaic plugin http://docs.geoserver.org/latest/en/user/tutorials/image_mosaic_plugin/imagemosaic.html. No need to create one single GeoTIFF beforehand as GeoServer will compute a sheet index itself (as an ESRI Shape file). HTH Edward From: r...@russ-hore.co.uk

Re: [Geoserver-users] Tiled multi-layer WMS with OS OpenData

2012-07-30 Thread Edward Mac Gillavry
Hi Rob, The approach would be to set up a Layer Group, containing the various layers you would like your WMS to serve with one end point: http://docs.geoserver.org/latest/en/user/webadmin/data/layergroups.html For each layer/rule you set the MinScaleDenominator and MaxScaleDenominator. Thus,

Re: [Geoserver-users] capabilities URL for open street map

2012-07-27 Thread Edward Mac Gillavry
Hi Mustafa, The main OpenStreetMap website only serves tiles, not map images as a WMS would. There are various third parties that offer OSM as a WMS service: http://wiki.openstreetmap.org/wiki/WMS#OSM_WMS_Servers If you expect high usage, you may want to set up your own OSM server. There's

Re: [Geoserver-users] Point markers that straddle tiles

2012-05-16 Thread Edward Mac Gillavry
Tom, Not something related to GeoServer, but your tiling engine. Check out whether you can specify an extra gutter/buffer around the meta-tiles that you request from GeoServer. The exact parameter depends on your tiling engine. Also check out

Re: [Geoserver-users] PointSymbolizer anchor

2012-05-12 Thread Edward Mac Gillavry
Hailey, Though it seems counterintuitive, use the TextSymbolizer instead. It has an AnchorPoint that you can specify. Use 0.5 for X (halfway along the X-axis of your graphic and use 0 for Y (at the bottom of your graphic). Indeed, the TextSymbolizer has a Graphic (typically used to render

Re: [Geoserver-users] PointSymbolizer anchor

2012-05-12 Thread Edward Mac Gillavry
Hailey, Alternatively, check out this earlier thread: http://osgeo-org.1560.n6.nabble.com/SLD-anchor-point-of-a-symbol-td3808239.html This way, you change the graphic itself and maintain the PointSymbolizer. Regards, Edward Date: Fri, 11 May 2012 15:02:19 -0700 From:

Re: [Geoserver-users] WFS-T SQL-View read-only

2012-05-04 Thread Edward Mac Gillavry
Iris, One of the common problems mentioned at http://docs.geoserver.org/latest/en/user/data/postgis.html is, that the table must have a primary key. A table without a primary key is considered read only to GeoServer. This is one thing to check. Kind regards, Edward Date: Fri, 4 May 2012

Re: [Geoserver-users] How do I make a text layer (text instead of markers)?

2012-04-26 Thread Edward Mac Gillavry
Hi Asle, That would be some sort of labelling, right? In that case, there's the TextSymbolizer you can use in your SLD. You use the Label tag. The Propertyname contains the name of the column in your PostGIS database that you want to use to label the locations. TextSymbolizer Label

Re: [Geoserver-users] How do I make a text layer (text instead of markers)?

2012-04-26 Thread Edward Mac Gillavry
of a city to show when I view the whole country but when I have zoomed in to street level I want to show the street names. That must be possible but how? Thanks.~asle 2012/4/26 Edward Mac Gillavry emacgilla...@hotmail.com Hi Asle, That would be some sort of labelling, right? In that case, there's

Re: [Geoserver-users] Styling of polygons gives white border

2012-04-12 Thread Edward Mac Gillavry
Similar issue has been tackled in Mapnik through the gamma parameter. See discussion at https://github.com/mapnik/mapnik/issues/428 Something to consider for GeoServer, or is this a red herring? Kind regards, Edward From: ragnvald.lar...@dirnat.no To: geoserver-users@lists.sourceforge.net

Re: [Geoserver-users] Is the rotation of a WellKnownName square in a linesybolizer possible?

2012-04-06 Thread Edward Mac Gillavry
=WMSversion=1.1.0request=GetMaplayers=zgb:line_symbol_rotationstyles=bbox=3585266.16823884,5779757.00815985,3638562.94689992,5821864.4078755width=512height=404srs=EPSG:25832format=application/openlayers yours, Rob Von: Edward Mac Gillavry emacgilla...@hotmail.com An: fg

Re: [Geoserver-users] SLD Geometry Offset Transform in Pixels ?

2012-03-22 Thread Edward Mac Gillavry
Hi Sam, You can apply different visualisation rules at different scales by setting different MinScaleDenominator en MaxScaleDenominator tags for each rule. This determines at which scales a particular visualisation rule is applied. Check out the Unit Of Measurement attribute

Re: [Geoserver-users] EPSG 28992 native to declared

2012-03-21 Thread Edward Mac Gillavry
As suggested, check http://www.qgis.nl/2011/12/05/epsg28992-of-rijksdriehoekstelsel-verschuiving/. Load the OpenLayers plugin in QGIS and add a WMS layer that has the original data in RD, but request it in EPSG 3857 (official EPSG code for Web Spherical Mercator. Then you shouldn't see too

Re: [Geoserver-users] GeoServer and a directory of TIFF files

2012-02-23 Thread Edward Mac Gillavry
Hiya, Make sure to add overviews and inner tiling to the GeoTIFFs using GDAL as per the presentation by GeoSolutions http://demo.geo-solutions.it/share/foss4g2011/gs_steroids_sgiannec_foss4g2011.pdf Regards, Edward Date: Thu, 23 Feb 2012 03:42:39 -0800 From: r...@russ-hore.co.uk To:

Re: [Geoserver-users] ImageMosaic: missing geotiff reader?

2012-02-07 Thread Edward Mac Gillavry
Just read through this presentation today (http://demo.geo-solutions.it/share/foss4g2011/gs_steroids_sgiannec_foss4g2011.pdf). On page 24 it addresses the JPEG200 Kakadu format. Maybe that gives you some info? Kind regards, Edward Date: Tue, 7 Feb 2012 20:08:53 +0100 From:

Re: [Geoserver-users] missing label???

2011-12-01 Thread Edward Mac Gillavry
Robert, The OpenLayers preview requests the settlement names as one image, while the application is requesting several tiles to compose the map. It appears your tiling scheme coincides with the location of the town of Gifhorn. There's been a previous thread covering the case of London or

Re: [Geoserver-users] missing label???

2011-12-01 Thread Edward Mac Gillavry
;, {layers: 'zgb:ortsnamen_lk', projection: EPSG:900913,format: 'image/png',transparent: true}, {'buffer': 0,'opacity': 1,'isBaseLayer': false,visibility: true,singleTile: true}); Yours, Rob Von: Edward Mac Gillavry

Re: [Geoserver-users] Routing web service-geoserver

2011-11-25 Thread Edward Mac Gillavry
Gordon, Check out the JSON Formatter in OpenLayers as a starting point: http://dev.openlayers.org/docs/files/OpenLayers/Format/JSON-js.html. It takes in your JSON (that contains coordinates for each segment of the journey and coordinates for every turn I presume) and then you can plot it

Re: [Geoserver-users] size of the labels don't change

2011-11-25 Thread Edward Mac Gillavry
I presume you have installed the font Arial on your server? apt-get install ttf-mscorefonts-installer Just checking.. Edward Date: Fri, 25 Nov 2011 10:53:41 + From: pedrocostaa...@sapo.pt To: geoserver-users@lists.sourceforge.net. Subject: [Geoserver-users] size of the labels don't change

Re: [Geoserver-users] size of the labels don't change

2011-11-25 Thread Edward Mac Gillavry
On 25-11-2011 11:11, Edward Mac Gillavry wrote: I presume you have installed the font Arial on your server? apt-get install ttf-mscorefonts-installer Just checking.. Edward Date: Fri, 25

Re: [Geoserver-users] size of the labels don't change

2011-11-25 Thread Edward Mac Gillavry
Pedro Costa Em 25-11-2011 12:04, Edward Mac Gillavry escreveu: Hi Pedro, Glad that worked for you. It's always a good custom to also post your confirmation back to the list, so everyone realises that you have an answer

Re: [Geoserver-users] labels are occuring more than once

2011-11-07 Thread Edward Mac Gillavry
Bram, Just wondering whether you are using a tiled map service to incorporate the map in your website? If a polygon or line crosses multiple tiles, the label is drawn on both tiles. Also, what's the nature of your data? In order to label polygons, I typically determine a center point for the

Re: [Geoserver-users] Draw circle with radius in meters

2011-11-07 Thread Edward Mac Gillavry
Lees de handleiding :-) http://docs.geoserver.org/latest/en/user/styling/sld-extensions/uom.html Graag gedaan, Edward From: hee...@covadis.nl To: geoserver-users@lists.sourceforge.net Date: Mon, 7 Nov 2011 08:02:46 + Subject: [Geoserver-users] Draw circle with radius in meters

Re: [Geoserver-users] Draw circle with radius in meters

2011-11-07 Thread Edward Mac Gillavry
3616600 Geograaf 12 f: 026 3612317 6921 EW Duiven e: hee...@covadis.nl Van: Edward Mac Gillavry [mailto:emacgilla...@hotmail.com] Verzonden: maandag 7 november 2011 11:49 Aan: Lucas Heezen - Covadis; geoserver-users@lists.sourceforge.net Onderwerp: RE: [Geoserver-users

Re: [Geoserver-users] SLD graphic angel orientation with respect to road

2011-09-17 Thread Edward Mac Gillavry
Andrea, Sounds like a plan! Didn't quite realise the bridge symbol was on a different point geometry layer separate from the line geometry layer... Then again, I have seen data sets where the bridge symbol is not one symbol on a point geometry, but where the bridge symbol actually consists of

Re: [Geoserver-users] Generate Contour Maps

2011-09-15 Thread Edward Mac Gillavry
part of GeoServer? Mike On 9/15/2011 12:09 AM, Edward Mac Gillavry wrote: See the links inline: Date: Wed, 14 Sep 2011 05:40:35 -0500 From: mdu...@austin.rr.com To: geoserver-users

Re: [Geoserver-users] Generate Contour Maps

2011-09-14 Thread Edward Mac Gillavry
See the links inline: Date: Wed, 14 Sep 2011 05:40:35 -0500 From: mdu...@austin.rr.com To: geoserver-users@lists.sourceforge.net Subject: [Geoserver-users] Generate Contour Maps Does Geoserver have the capability to generate contour maps?

Re: [Geoserver-users] Optimization of Geoserver ( database + style + ? )

2011-09-06 Thread Edward Mac Gillavry
Michael, Look into the VendorOptions labelAllGroup, repeat and maxDisplacement to fine-tune the repetition of names along your road segments. It's a lot of going back and forth, so be patient to arrive at the right values for each scale. You might also be hitting the issue, that at smaller

Re: [Geoserver-users] Optimization of Geoserver ( database + style + ? )

2011-09-06 Thread Edward Mac Gillavry
://opengeo.org/ On Tue, Sep 6, 2011 at 2:28 AM, Edward Mac Gillavry emacgilla...@hotmail.com wrote: Michael, Look into the VendorOptions labelAllGroup, repeat and maxDisplacement to fine-tune the repetition of names along your road segments. It's a lot of going back and forth, so be patient

  1   2   >