Re: [mapserver-users] Segfault - LINE layer

2017-08-18 Thread Dave Barter
[mailto:mapserver-users-boun...@lists.osgeo.org > <mailto:mapserver-users-boun...@lists.osgeo.org>] Puolesta Dave Barter > Lähetetty: 18. elokuuta 2017 16:05 > Vastaanottaja: mapserver-users@lists.osgeo.org > <mailto:mapserver-users@lists.osgeo.org> > Aihe: Re: [mapserv

Re: [mapserver-users] Segfault - LINE layer

2017-08-18 Thread Dave Barter
I have tracked it down to a specific geometry:- 010200 = ‘LINESTRING EMPTY’ > > From: mapserver-users <mapserver-users-boun...@lists.osgeo.org > <mailto:mapserver-users-boun...@lists.osgeo.org>> on behalf of Dave Barter > <d...@phased.co.uk <mailto:d...@p

[mapserver-users] Segfault - LINE layer

2017-08-18 Thread Dave Barter
called. [Fri Aug 18 11:09:39 2017].94 So it seems to segfault during msPostGISReadShape. I’ve checked the query and it is pulling 3110 linestrings from the database. But I am not sure why is is segfaulting? Is this a bug? Dave Barter d...@phased.co.uk @citizenfishy www.phased.co.uk

Re: [mapserver-users] International Fonts - OSM Data

2017-08-10 Thread Dave Barter
> > Dave, > The Noto font aims at resolving this issue: https://www.google.com/get/noto/ > > > Aside from that mapserver supports language specific fonts. This needs > documenting aside from what can be found in the RFC >

[mapserver-users] International Fonts - OSM Data

2017-08-09 Thread Dave Barter
I’ve done a planet load of OSM and when I view countries in the database using PGADMIN I can see them correctly encoded as per the image below:- http://imgbox.com/Z5SJ911X My Mapfile looks like this:- CLASS EXPRESSION 'country' LABEL FONT sc TYPE TRUETYPE

[mapserver-users] Fixed positioning

2017-08-08 Thread Dave Barter
Is it possible for me to have a layer that places a symbol at the centre of the generated tile and text at a fixed position from the bottom? My aim is to make a single WMS tile call to get back a map image with marker at centre and text at bottom. ___

[mapserver-users] Creating a ZXY tileset via mapcache

2017-05-17 Thread Dave Barter
Can anyone help with this:- https://gis.stackexchange.com/questions/240740/mapcache-template-or-grid-directive <https://gis.stackexchange.com/questions/240740/mapcache-template-or-grid-directive> Thanks Dave Barter d...@phased.co.uk @citizenfishy www.phased

[mapserver-users] Mapcache to generate TMS?

2017-02-15 Thread Dave Barter
This is probably a daft question, but can mapcache be used to generate a static tile set for use by a TMS service? I was thinking this would be achieved using the tile seeder at zoom levels 0 - 20 and then pointing the TMS at the cache directory

[mapserver-users] Kernel density layer tile clipping

2016-12-13 Thread Dave Barter
AUTO" OFFSITE 0 0 0 CLASS STYLE COLORRANGE "#" "#FFFF" DATARANGE 0 255 END END #MAXSCALE 2 DEBUG 0 END Any ideas appreciated. Dave Barter d...@phased.co.uk @citizenfishy www.phased.co.uk __

Re: [mapserver-users] Kernel Density

2016-12-01 Thread Dave Barter
Figured it out. My bad as the map file was correct. Turns out the values were set the same across the points down to a bug in our application editor!! Thansk for helping me get to this point. Dave Barter d...@phased.co.uk @citizenfishy www.phased.co.uk > On 1 Dec 2016, at 14:56, tho

Re: [mapserver-users] Kernel Density

2016-12-01 Thread Dave Barter
Thanks, this has got to the nub of it as:- SIZE 1 and SIZE 100 and SIZE 255 show no difference so SIZE is not making it in to the Kernelt density layer at all? Dave Barter d...@phased.co.uk @citizenfishy www.phased.co.uk > On 1 Dec 2016, at 14:56, thomas bonfort <thomas.bonf...@gma

[mapserver-users] Kernel Density

2016-12-01 Thread Dave Barter
Can anyone on the list help with this:- http://gis.stackexchange.com/questions/219669/mapserver-kernel-density-layer-weight <http://gis.stackexchange.com/questions/219669/mapserver-kernel-density-layer-weight> Dave Barter d...@phased.co.uk @citizenfishy www.phased

[mapserver-users] Single image mapfile

2016-10-10 Thread Dave Barter
jpg/tif/png would be returned with the point marked in the correct position on the raster This url could then be used on a webpage to show a small map snippet for the feature’s location. Dave Barter d...@phased.co.uk @citizenfishy www.phased.co.uk

[mapserver-users] Postgis Tile Index

2014-08-20 Thread Dave Barter
, 'geor: user/pass@tns, raster_table_DATA,'||r.raster.rasterid location, R.RASTER.spatialextent shape from rasters_table r; I don’t properly understand which attribute links to the raster in the tile index? TIA Dave  --  Dave Barter Web: http://www.phased.co.uk Email:d...@phased.co.uk Twitter

Re: [mapserver-users] Postgis Tile Index

2014-08-20 Thread Dave Barter
..just needed to read the documentation a little harder, I’m assuming it is:- CREATE MATERIALIZED VIEW mapping_raster.streetview_tileindex AS SELECT rid as location, ST_ConvexHull(rast) as shape from mapping_raster.streetview  --  Dave Barter Web: http://www.phased.co.uk Email:d

Re: [mapserver-users] Postgis Tile Index

2014-08-20 Thread Dave Barter
'streetview'. msDrawRasterLayerLow(): Unable to access file. Corrupt, empty or missing file '654016' for layer 'street view’. I set SHAPEFILE “” at the top of the file, but am unclear as to how the streetview layer will retrieve the tile ? --  Dave Barter Web: http://www.phased.co.uk

Re: [mapserver-users] Postgis Tile Index

2014-08-20 Thread Dave Barter
, but I cannot find any documentation as to how to construct this for postgres So nearly there? On 20 August 2014 at 11:34:03, Dave Barter (dave.bar...@gmail.com) wrote: Final question. How should my map file look in order to get the raster tile from the database not the file system? LAYER

Re: [mapserver-users] [EXTERNAL] Re: Postgis Tile Index

2014-08-20 Thread Dave Barter
this working, please update this for the other PostGIS users. Mike --  Michael Smith US Army Corps Remote Sensing GIS/Center From: Rahkonen Jukka (Tike) jukka.rahko...@mmmtike.fi Date: Wednesday, August 20, 2014 at 6:56 AM To: Dave Barter dave.bar...@gmail.com, mapserver-users@lists.osgeo.org

[mapserver-users] Postgis Raster Layer

2014-08-20 Thread Dave Barter
One final question for today! When I use mapserver wms to serve the raster tiles from the file system, they look fine. But doing it from the database gives me problems with the black labels as can be seen by the image at 

Re: [mapserver-users] Postgis Raster Layer

2014-08-20 Thread Dave Barter
with points and with other colors. Not only black. A. Il 20/ago/2014 17:04 Dave Barter dave.bar...@gmail.com ha scritto: Yes, it appears to be related to the black colour On 20 August 2014 at 16:03:15, Andrea Peri (aperi2...@gmail.com) wrote: AFAIK The same problem of the label is also on lines. See

[mapserver-users] Symbols at tile edges

2014-03-17 Thread Dave Barter
Is there any way to prevent symbols being clipped/rendered at tile edges using just mapserver? I have created direction arrows as a filled vector symbol and placed these as follows:- SYMBOL                 NAME arrow                 TYPE vector                 FILLED true