Re: [mapserver-users] Point between 2 tiles disappearing

2014-01-20 Thread Geo-6
Hello, I forgot to say that Leaflet access to MapServer via WMS. Here is a copy of the MAP file : MAP NAME SEVESO STATUS ON SIZE 500 500 EXTENT -50 -50 50 50 IMAGECOLOR 255 255 255 SYMBOLSET C:/Program Files/Apache

[mapserver-users] Mapserver WMS time support with Oracle

2014-01-20 Thread D. Nappo
Hi there, I couldn't figure out how to solve this. I have a layer so configured: LAYER NAME layer TYPE point CONNECTION conn_string CONNECTIONTYPE ORACLESPATIAL TEMPLATE templates/hotspot_template.html DATA SHAPE FROM (SELECT POINT as SHAPE, ACQ_DATE,

Re: [mapserver-users] featureInfo data mapping

2014-01-20 Thread Lime, Steve D (MNIT)
The templating supports some basic functionality like this, for example: [item name=foo pattern=1 value=bar] so where foo=1 we see bar. If the pattern doesn't march nothing is output. You can have multiple occurrences to mimic an if-then-else construct. Steve

Re: [mapserver-users] Mapserver WMS time support with Oracle

2014-01-20 Thread Umberto Nicoletti
On Mon, Jan 20, 2014 at 2:44 PM, D. Nappo domenico.na...@gmail.com wrote: Hi there, I couldn't figure out how to solve this. I have a layer so configured: LAYER NAME layer TYPE point CONNECTION conn_string CONNECTIONTYPE ORACLESPATIAL TEMPLATE

Re: [mapserver-users] Point between 2 tiles disappearing

2014-01-20 Thread Lime, Steve D (MNIT)
MapServer expands the search extent slightly based on feature definitions (e.g. marker size, etc...) so that partial features are captured and rendered. That should take care of a case like this. What are you using to do the tiling (i.e. mapcache, tilecache, mode=tile)? Steve