1map Spatial Solutions (Pty) Ltd

Results 13 comments of 1map Spatial Solutions (Pty) Ltd

@kitsunde Thanks, Problem is that I do not know what format the CSV is in that the client upload (UTF-16, UTF-8, etc). This can be any of these.

Any feedback on this?

I should really suggest you add a new Field to: `org.mapfish.print.attribute.map.PagingAttribute.PagingProcessorValues` Currently the only options for Paging are: ``` aoiDisplay aoiStyle overlap scale ``` There are no option to set...

I am having the same issue. It use to work 100% in my older Geoserver Instance (2.2.4). But just installed the latest stable Geoserver (2.10.2), and suddenly my Mapfish does...

@chrismeteu Did you resolve this issue?

PLEASE NOTE: I carry my color value (hex value - for example: #000000) in a **property** and is not a **literal**.

Yes, Note: the Unit-of-Measure in the SLD uom="http://www.opengeospatial.org/se/units/metre"

Just a question. How will you handle memory for 'image/tiff' images ? Is the following correct for NodeJS ? ``` const jimpJPEG = require('jpeg-js') const jimpTIFF = require('utif') jimp.decoders['image/jpeg'] =...

For the clip: In postrender ``` var vectorContext = ol.render.getVectorContext(event); var ctx = event.context; var size = me.map.getSize(); var height = size[1]; var width = size[0]; var geometry = me.circleInteraction.getGeometry();...