Re: [mapserver-users] data parameter in tileindex

2021-03-23 Thread Carlos Ruiz via mapserver-users
Zmitser, You have to have the following on a MAP file: LAYER ... CONNECTION "host= ... password="CONNECTIONTYPE DATA " FROM USING UNIQUE USING SRID=" ... END On DATA you must specify the name of the geometry column and the table, if you're using a database. If you are using a shape file you

Re: [mapserver-users] PostgreSQL authentication method.

2021-02-18 Thread Carlos Ruiz via mapserver-users
The key is the message "authentication method 10 not supported". It seems that PostgreSQL client library's version is older and does not support that encryption method. Versions 10 and later supports it. On Thursday, February 18, 2021, 3:49:48 PM CST, Steve Lime wrote: I wonder if

Re: [mapserver-users] PostGIS query problem

2020-06-29 Thread Carlos Ruiz
Hola, Fernando, I don't know what's really going on but despite if this is a GDAL error or something else, I suggest you to try the following in the MAP file LAYER section: PROCESSING "CLOSE_CONNECTION=DEFER" Another question: does PostgreSQL server is running in another machine ? M

[mapserver-users] Validation regex question

2020-03-02 Thread Carlos Ruiz
for "^[TRUE|FALSE]$" or "^[tT|fF]$". I understand that leaving it open is more flexible and it's ok, but perhaps adding these flags can be easier to use. I don't know, what do you think ? MSc. Carlos Ruiz ___ mapserver-users mailing list mapserver-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Copy mapserv.exe problem

2019-10-30 Thread Carlos Ruiz
Stefan, If you have several URLs then you have to assign the map CGI variable based on the URL request, this is done in http.conf (Apache). On Wednesday, October 30, 2019, 9:01:24 AM CST, StefanWebViewer wrote: Hey! I had already formulated an entry recently in which I asked for the

Re: [mapserver-users] dynamic line pattern

2019-03-27 Thread Carlos Ruiz
Perhaps you should define different classes in the LAYER section and draw the right one through the CLASSITEM tag. Carlos Ruiz On Wednesday, March 27, 2019, 11:10:33 AM CST, Sven Schroeter wrote: Hi, I have a line Layer and want to change the pattern dynamicly from

Re: [mapserver-users] Strange performance problem in mapserver

2018-09-05 Thread Carlos Ruiz
Ahlah, Mapserver does the following that should take some additional time:encode(ST_AsBinary(ST_Force_2D("point"),'NDR'),'hex') as geomYou can execute the whole query in PostgreSQL and notice the increase of time. One question: s.notice_radius FROM (SELECT * FROM roronline.settings LIMIT 1) AS

Re: [mapserver-users] php mapscript problem

2017-11-24 Thread Carlos Ruiz
Sven, I haven't worked with Mapscript and IIS. However, I always free the map before unsetting it on PHP $oMap->free();unset($oMap); Why don't you try this and see what happens On Friday, November 24, 2017, 9:04:16 AM CST, Sven Schroeter wrote: Hi, I write many

Re: [mapserver-users] php Mapscript queryByAttributes

2017-10-11 Thread Carlos Ruiz
erator I should have remembered that MapServer doesn’t support that operator, try a regex instead:    queryByAttributes("municipio", "(‘[municipio]’ ~ 'G.*')", MS_MULTIPLE);   Steve   From: Carlos Ruiz [mailto:boolean10...@yahoo.com] Sent: Wednesday, October 11,

Re: [mapserver-users] php Mapscript queryByAttributes

2017-10-11 Thread Carlos Ruiz
ens in a list.    queryByAttributes("municipio", "([municipio] LIKE 'G%')", MS_MULTIPLE); // query error   This is close, it’s a logical expression but you’re comparing a number against a string. It should bequeryByAttributes("municipio", "(‘[municipio]’ LIKE 'G%'

Re: [mapserver-users] map server error message loadSymbol(): Unknown identifier. Parsing error near (GAP):(line33)

2017-09-19 Thread Carlos Ruiz
You can get older QGIS versions just by browsing the downloads folder Index of /downloads | | | | Index of /downloads | | | QGIS 1.4 for Windows and QGIS 1.6 source code (tar.gz) are the oldest versions you can find there. On Monday, September 18, 2017, 3:30:24 PM CDT,

Re: [mapserver-users] rotate and fit based on polygon

2017-09-08 Thread Carlos Ruiz
Travis, Do you have the polygons in PostGIS ? Maybe you can get the extent by using st_extent(geom) and retrieve it on PHP/Python to set the map extent. You could also get a margin by multiplying extent b 1.1 (10%). On Thursday, September 7, 2017, 1:27:06 PM CDT, Travis Kirstine

Re: [mapserver-users] Mapserver data point on map

2017-01-06 Thread Carlos Ruiz
If you have PIXMAP symbols defined in your MAP file, be sure to assign them to the points by adding the following in your code: $style->set("symbolname", ""); I remember that when adding points in a static MAP file I have to add a POINTS 1 1 END symbol for the points to be drawn. Perhaps this

Re: [mapserver-users] Uncaught exception 'MapScriptException'

2016-08-29 Thread Carlos Ruiz
Ankur, Did you check the values that the $extent_to_set array have ? Are they numbers ? Because the error message explains "mapObj::setExtent() expects parameter 1 to be double, string given". From: ankur chitranshi To: mapserver-users

Re: [mapserver-users] WFS Client...

2016-02-18 Thread Carlos Ruiz
=image%2Fpng=true=Estaciones%20Tren%20Ligero%20-%20Tipo=EPSG%3A4326==2025=962=20.624878406524658%2C-103.43881130218506%2C20.707404613494873%2C-103.26500415802002 [HTTP/1.1 200 OK 361ms] From: "Lime, Steve D (MNIT)" <steve.l...@state.mn.us> To: Carlos Ruiz <boolean10...@yah

[mapserver-users] WMS layer name with spaces

2016-02-04 Thread Carlos Ruiz
I just have read about the problem when calling a WMS layer from a map file which has spaces in the layer's name and I want to help. I already have a local WMS server with Mapserver, I have several layers with spaces in their name, and I have made a .MAP file to test as as a WMS client. It

Re: [mapserver-users] display only one district

2015-03-20 Thread Carlos Ruiz
without FILTER and another with FILTER) and you have to configure each project to point to the right MAP file.  Mtro. Carlos Ruiz From: rishi rish...@gmail.com To: jmcke...@gatewaygeomatics.com; mapserver-users@lists.osgeo.org mapserver-users@lists.osgeo.org Sent: Friday, March 20, 2015 6

Re: [mapserver-users] change htdocs directory

2015-01-30 Thread Carlos Ruiz
1.1 404 error. That is why I prefeer to remove it from alias. Try this ! Mtro. Carlos Ruiz From: geo.grae...@web.de geo.grae...@web.de To: TC Haddad tchad...@gmail.com; mapserver-users@lists.osgeo.org Sent: Friday, January 30, 2015 12:10 PM Subject: Re: [mapserver-users] change htdocs

Re: [mapserver-users] erros llamar mapinfo

2014-12-02 Thread Carlos Ruiz
LAYER debes de tener una etiqueta TEMPLATE, la cual debe hacer referencia a un archivo HTML. LAYER ... TEMPLATE FOO.HTML... END  Mtro. Carlos Ruiz From: Eduardo Arévalo eareval...@gmail.com To: mapserver-users@lists.osgeo.org Sent: Monday, December 1, 2014 2:44 PM Subject: [mapserver

Re: [mapserver-users] PostGIS Connection Failure

2014-06-26 Thread Carlos Ruiz
? Both applications (the one that works and the one that doesn´t) are using the same version of Mapserver ? Both applications (the one that works and the one that doesn´t) are hosted in the same machine/VM ? Mtro. Carlos Ruiz ___ mapserver-users mailing

Re: [mapserver-users] color attribute question

2014-06-26 Thread Carlos Ruiz
To achieve more flexibility as you want, you have to code a function with PL/pgSQL in PostgreSQL or with PHP/Python/Java/C# with Mapscript to define which is the base color (red, green, blue, yellow ...) and then to calculate the percent in the right RGB channel. Cheers Mtro. Carlos Ruiz

Re: [mapserver-users] color attribute question

2014-06-23 Thread Carlos Ruiz
Do, If you want to do this without using mapscript, you can pull the gradient calculation as an attribute from your data table. ALTER TABLE mytable ADD COLUMN gradient_color VARCHAR; UPTATE mytable SET gradient_color = floor(gradient * 255)::text || ' 0 0'; Cheers  Mtro. Carlos Ruiz

Re: [mapserver-users] QGIS vs Mapserver someone use wrong scale ?

2013-02-13 Thread Carlos Ruiz
. Cheers from México IC Carlos Ruiz From: Andrea Peri aperi2...@gmail.com To: mapserver-users@lists.osgeo.org Sent: Monday, February 11, 2013 4:40 PM Subject: [mapserver-users] QGIS vs Mapserver someone use wrong scale ? Hi, I set a class rule to show the label

Re: [mapserver-users] MapServer and 24bit Images

2012-12-07 Thread Carlos Ruiz
tried to work with this. Cheers from México   IC Carlos Ruiz From: José Pedro Santos zpsant...@hotmail.com To: steve.l...@state.mn.us; mapserver-users@lists.osgeo.org Sent: Friday, December 7, 2012 8:35 AM Subject: Re: [mapserver-users] MapServer and 24bit Images

Re: [mapserver-users] Problem with Mapserver 6.0.1 and PHP Mapscript

2012-02-16 Thread Carlos Ruiz
Nick, Try the mapObj-save method to see what Mapserver dumps. Cheers from México   IC Carlos Ruiz From: Nick Friedrich nick.friedr...@geolock.de To: mapserver-users@lists.osgeo.org Sent: Thursday, February 16, 2012 10:25 AM Subject: [mapserver-users

Re: [mapserver-users] PostGIS query

2012-02-03 Thread Carlos Ruiz
data source of your layers in the .MAP file. IC Carlos Ruiz From: Julien Cigar jci...@ulb.ac.be To: Carlos Ruiz boolean10...@yahoo.com Cc: mapserver-users@lists.osgeo.org mapserver-users@lists.osgeo.org Sent: Wednesday, February 1, 2012 2:59 AM Subject: Re

Re: [mapserver-users] PostGIS query

2012-01-31 Thread Carlos Ruiz
Julien, Have you tried with views ? When I need to map complex queries I build a view to just handle the where clauses. Cheers from México   IC Carlos Ruiz From: Julien Cigar jci...@ulb.ac.be To: mapserver-users@lists.osgeo.org mapserver-users

Re: [mapserver-users] MS4W with an external Apache

2012-01-19 Thread Carlos Ruiz
to match the MS4W httpd.conf configuration file (loaded modules, environment variables, etc) located at /ms4w/Apache/conf. Cheers from México IC Carlos Ruiz From: Juan Jesús Cremades Monserrat relic...@gmail.com To: mapserver-users@lists.osgeo.org Sent

Re: [mapserver-users] PHP mapscript - how to add label style

2011-09-28 Thread Carlos Ruiz
Ian, Why don't you post your script ?   IC Carlos Ruiz From: Ian Walberg ian.walb...@airborne.aero To: mapserver-users@lists.osgeo.org Sent: Tuesday, September 27, 2011 5:51 PM Subject: RE: [mapserver-users] PHP mapscript - how to add label style We have

Re: [mapserver-users] PHP Mapscript - debugging help

2011-09-27 Thread Carlos Ruiz
name) method to see the differences between them. Cheers from México IC Carlos Ruiz From: Ian Walberg ian.walb...@airborne.aero To: mapserver-users@lists.osgeo.org Sent: Monday, September 26, 2011 12:54 PM Subject: [mapserver-users] PHP Mapscript - debugging

[mapserver-users] Parsing error in LAYER's DATA

2011-09-15 Thread Carlos Ruiz
5.6.6) but I've noticed that with the 6 versions stills the same.I know that this could sound as a silly thing but it took me to much time to catch and solve this simple thing.   IC Carlos Ruiz ___ mapserver-users mailing list mapserver-users

Re: [mapserver-users] zoom out factor as int

2011-08-30 Thread Carlos Ruiz
Puneet, You have to handle negative integers. For example, to zoom in x2 you have to use +2, to zoom out you have to use -2. Cheers from México IC Carlos Ruiz - Original Message - From: Mr. Puneet Kishor punk.k...@gmail.com To: MapServer mapserver-users@lists.osgeo.org Cc: Sent

[mapserver-users] Problem compiling with Mapserver 6 and GEOS 3.3.0

2011-08-08 Thread Carlos Ruiz
. Is there an error with the make file ? Thanks in advance ! IC Carlos Ruiz ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] how does mapserver determine shapefile encoding?

2011-08-02 Thread Carlos Ruiz
= 'LATIN1' Hope this helps Cheers from Guadalajara, México IC Carlos Ruiz From: Lars Lingner gislars+l...@googlemail.com To: 'mapserver-users@lists.osgeo.org' mapserver-users@lists.osgeo.org Sent: Tuesday, August 2, 2011 2:45 PM Subject: [mapserver-users] how does

Re: [mapserver-users] how does mapserver determine shapefile encoding?

2011-08-02 Thread Carlos Ruiz
Lars, Looking at the shp2pgsql documentation, it is possible to specify the shape attributes encoding with the -W parameter.   IC Carlos Ruiz From: Lars Lingner gislars+l...@googlemail.com To: 'mapserver-users@lists.osgeo.org' mapserver-users@lists.osgeo.org

Re: [mapserver-users] It takes more than 2 minutes for my map server to generate a world map

2011-07-28 Thread Carlos Ruiz
JK (?), One question: did you use gdaltindex ? IC Carlos Ruiz From: jk jk.c...@sdl.usu.edu To: mapserver-users@lists.osgeo.org Sent: Wednesday, July 27, 2011 6:20 PM Subject: [mapserver-users] It takes more than 2 minutes for my map server to generate

Re: [mapserver-users] mapscript - java exception

2011-07-20 Thread Carlos Ruiz
Ahmet, What are you trying to do ? Are you trying to store a mapObj into the user's session ? This exception is thrown when an object doesn't implements the serializable interface. IC Carlos Ruiz From: ahmet temiz ahmettemi...@gmail.com To: mapserver-users

Re: [mapserver-users] RE: mapserver-users Digest, Vol 42, Issue 39

2011-07-18 Thread Carlos Ruiz
Amr, 1 - You can show and hide a layer changing its status:oLayer-set(STATUS, MS_ON | MS_OFF) 2 - Yes, you can create and build a map dynamically. The third one I don't know. I never have used Mapserver as tile server.   IC Carlos Ruiz From: Amr Zakaria

Re: [mapserver-users] Using unique

2011-07-14 Thread Carlos Ruiz
Pena, Can you post your query ? You can use: DATA the_geom FROM tablein the traditional way Or, if you're using a query or a view datasource, you can use: DATA the_geom FROM query|view AS alias USING UNIQUE column USING SRID=SRC Cheers from México IC Carlos Ruiz

Re: [mapserver-users] how to create from xyz file poloygon and display as layer

2011-07-12 Thread Carlos Ruiz
Zakaria, You can do it with a Virtual Data Source. Take a look at http://www.mapserver.org/input/vector/VirtualSpatialData.html Cheers from México IC Carlos Ruiz From: Amr Zakaria amrzakari...@hotmail.com To: mapserver mapserver-users@lists.osgeo.org Sent

Re: [mapserver-users] Re: Installing PHP MapScript with MapServer 6.0.0-3 and PHP 5.3.6 on Mac OS X 10.6.8

2011-07-06 Thread Carlos Ruiz
happens. Cheers from México IC Carlos Ruiz From: Léo D. leo_dum...@yahoo.fr To: mapserver-users@lists.osgeo.org Sent: Tuesday, July 5, 2011 11:19 AM Subject: [mapserver-users] Re: Installing PHP MapScript with MapServer 6.0.0-3 and PHP 5.3.6 on Mac OS X

Re: [mapserver-users] pie/bar graphs with labels?

2011-07-05 Thread Carlos Ruiz
labels with chart type layers. I've been trying with LABELITEM and LABEL but it doesn't work. I don't know if there's a PROCESSING directive to draw a label. Cheers from Guadalajara, México   IC Carlos Ruiz From: pelin pelin...@gmail.com To: mapserver-users

Re: [mapserver-users] mapserver6 (was 5) postgis connection problem

2011-05-27 Thread Carlos Ruiz
. Cheers from México IC Carlos Ruiz From: Richard Duivenvoorde rdmaili...@duif.net To: mapserver-users@lists.osgeo.org Sent: Friday, May 27, 2011 4:18 AM Subject: Re: [mapserver-users] mapserver6 (was 5) postgis connection problem Sorry for wrong subject, I'm

Re: [mapserver-users] Please help

2011-05-16 Thread Carlos Ruiz
Jude, This is how I have it configured in my server:     WEB         IMAGEURL /temp/         IMAGEPATH /var/www/html/temp/     END As you can see, I'm using the abolute path. Cheers from México IC Carlos Ruiz From: Worth Lutz w...@mindspring.com

[mapserver-users] Problem with raster file and layer's getExtent method

2011-05-09 Thread Carlos Ruiz
, 2243914.668) (103d10'18.51W, 20d17'0.75N) Center  (  689048.570, 2245714.668) (103d11'22.27W, 20d17'59.94N) ... But $layer-getExtent() has the following extent: -2500, -2500, 2500, 2500 Is there another way to get the raster file extent ? Thanks in advance   IC Carlos Ruiz

Re: [mapserver-users] Client-side applications for visualizing mapfiles

2011-02-18 Thread Carlos Ruiz
Apostlolos, If you just want to render mapfiles to learn how to configure a map file, there's an utility program called shp2img which takes a map file as input and produces the GIF/JPG/PNG output file. Cheers from México IC Carlos Ruiz From: ΑΠΟΣΤΟΛΟΣ

Re: [mapserver-users] WCS

2011-02-02 Thread Carlos Ruiz
David, I got several WCS working. Remember that EXTENT must be specified as: MinX MinY MaxX MaxY Like this: EXTENT 667850.414115 2160714.942368 672400.414115 2165844.942368 Cheers IC Carlos Ruiz From: David Hildebrand david.hildebr

Re: [mapserver-users] long-running postgres queries initiated by mapserver

2010-12-21 Thread Carlos Ruiz
been modified with PostGIS, you must recompute statistics to have the index updated. Check if you have a spatial index in your table. Cheers from México IC Carlos Ruiz From: mattmendick matt.mend...@pictometry.com To: mapserver-users@lists.osgeo.org Sent

Re: [mapserver-users] long-running postgres queries initiated by mapserver

2010-12-21 Thread Carlos Ruiz
LOCALE to speed up the LIKE matching. Also, if the data doesn't change at all, you can CLUSTER the table to improve the query speed. IC Carlos Ruiz From: Matt Mendick matt.mend...@pictometry.com To: Carlos Ruiz boolean10...@yahoo.com; mapserver-users

Re: [mapserver-users] WMS image doesn't shows at major scales

2010-12-16 Thread Carlos Ruiz
After several tests, spliting in 4 file the original ECW file and using gdaltindex, solved the problem. The original ECW sizes 1.99 GB (2147420380 bytes) so I guess it was a memory matter. Thanks to all Cheers from Guadalajara, México IC Carlos Ruiz From

[mapserver-users] WMS image doesn't shows at major scales

2010-12-06 Thread Carlos Ruiz
' 'EPSG:32613' 'wms_fees' 'none' 'wms_contactperson' 'IC Carlos Ruiz' 'wms_contactelectronicmailaddress' 'crui...@gmail.com' END

Re: [mapserver-users] Join from SHP file to PostgreSQL table

2010-11-29 Thread Carlos Ruiz
Flavio, Column names are case sensitive, have you checked this ? Cheers from México IC Carlos Ruiz From: flaviocarmo flavio.o.ca...@gmail.com To: mapserver-users@lists.osgeo.org Sent: Mon, November 29, 2010 8:43:44 AM Subject: [mapserver-users] Join from SHP

Re: [mapserver-users] Raster Data from PostGIS

2010-11-29 Thread Carlos Ruiz
Florencia, As far as I know, Mapserver only works with vectorial data on PostGIS. So having a kind of BLOB (bytea) column doesn't work. I guess you will have to had those TIF files as a file to be able to load it using a RASTER layer. Cheers from México IC Carlos Ruiz From

Re: [mapserver-users] Re: Raster Data from PostGIS

2010-11-29 Thread Carlos Ruiz
la etiqueta GROUP dentro de cada sección LAYER a cada uno de los archivos raster que quieras mostrar para encenderlos o apagarlos en grupo. IC Carlos Ruiz From: florencia.bujan florita...@gmail.com To: mapserver-users@lists.osgeo.org Sent: Mon, November 29

Re: [mapserver-users] how to disappear Warning: session_start() in the page?

2010-08-18 Thread Carlos Ruiz
IC Carlos Ruiz From: elisabeth theresia dbee_ka...@yahoo.com To: mapserver-users@lists.osgeo.org Sent: Wed, August 18, 2010 2:48:58 PM Subject: Re: [mapserver-users] how to disappear Warning: session_start() in the page? Hello Mr. Sumariva, i already did wht u

Re: [mapserver-users] UMN + Postsgis, features skipped

2010-07-12 Thread Carlos Ruiz
, it means that the expression type doesn't exists and then, it's not rendered. I've noticed that expressions are case sensitive, and sometimes, it doesn't works with special characters, maybe this could be happening too. Cheers from México IC Carlos Ruiz From

Re: [mapserver-users] WFS Error column = 1 on msPostGISLayerGetShape

2010-07-09 Thread Carlos Ruiz
The cell_id column is of the integer type ? or character varying type ? It must be integer to be able to compare. IC Carlos Ruiz From: Andy Colson a...@squeakycode.net To: Benoit PESTY tch...@hotmail.com Cc: mapserver-users@lists.osgeo.org Sent: Fri, July

Re: [mapserver-users] about thematics maps

2010-06-08 Thread Carlos Ruiz
No, puedes hacer uso de un mismo archivo .MAP pero definiendo diferentes secciones LAYER con nombres diferentes para que puedas encender o apagar el temático que desees presentar. Saludos desde México IC Carlos Ruiz From: salas fsa...@geocuba.cu

Re: [mapserver-users] Escape caracter on Mapfile

2010-06-08 Thread Carlos Ruiz
(desde el archivo MAP) sino de manera dinámica (Haciendo uso de Mapscript). Saludos desde México IC Carlos Ruiz From: Cristiano Sumariva sumar...@gmail.com To: mapserver-users@lists.osgeo.org Sent: Tue, June 8, 2010 2:24:35 PM Subject: [mapserver-users] Escape

Re: [mapserver-users] numeric label without decimal ?

2010-06-04 Thread Carlos Ruiz
Tonton, This is because de data domain,there's no way to apply a format with the LABEL tag, you have to change the data domain from the data source directly IC Carlos Ruiz From: Tonton to.ton...@gmail.com To: mapserver-users@lists.osgeo.org Sent: Fri, June

Re: [mapserver-users] mapserver.org down?

2010-04-26 Thread Carlos Ruiz
Hi, Me neither. Cheers from México IC Carlos Ruiz From: Jan Hartmann j.l.h.hartm...@uva.nl To: mapserver-users@lists.osgeo.org Sent: Mon, April 26, 2010 10:38:55 AM Subject: [mapserver-users] mapserver.org down? Hi all, Am I the only one that doesn't get

Re: [mapserver-users] Multiples shapefiles, one LAYER

2010-03-19 Thread Carlos Ruiz
+PostGIS y ha resultado una excelente opción. Con afán de que conozcas un poco más de mi proyecto y veas si existe alguna relación hasta cierto punto en lo que estás trabajando, te hago llegar el siguiente vínculo: http://www.postgis.org/documentation/casestudies/sitel/ Saludos ! IC Carlos Ruiz

Re: [mapserver-users] Something odd with queries in 5.6.1

2010-03-11 Thread Carlos Ruiz
that the order of the arguments is reversed since tileindex is optional in getFeature(). But I didn't look the Mapserver RFC 52. Thanks once again ! IC Carlos Ruiz From: Daniel Morissette dmorisse...@mapgears.com To: mapserver-users mapserver-users

Documentation - Re: [mapserver-users] Something odd with queries in 5.6.1

2010-03-11 Thread Carlos Ruiz
getFeature() instead (note that the order of the arguments is reversed since tileindex is optional in getFeature()) IC Carlos Ruiz From: Daniel Morissette dmorisse...@mapgears.com To: mapserver-users mapserver-users@lists.osgeo.org Sent: Wed, March 10, 2010 4:54:09

[mapserver-users] Something odd with queries in 5.6.1

2010-03-10 Thread Carlos Ruiz
-values[$values[$value]]; } // php crash because $element is a non object $element-free(); } $theme-close(); ... } Any help or idea will be appreciated. Thanks in advance IC Carlos Ruiz

Re: [mapserver-users] VRT / CSV data sources are not displayed in a layer

2010-01-21 Thread Carlos Ruiz
it ! Greetings from México IC Carlos Ruiz From: Stefan Schantz sscha...@bfs.de To: Carlos Ruiz boolean10...@yahoo.com Cc: mapserver-users@lists.osgeo.org Sent: Thu, January 21, 2010 1:31:43 AM Subject: Re: [mapserver-users] VRT / CSV data sources are not displayed

Re: [mapserver-users] VRT / CSV data sources are not displayed in a layer

2010-01-20 Thread Carlos Ruiz
/GeometryType LayerSRS[YOUR SRS]/LayerSRS GeometryField encoding=PointFromColumns x=Lng y=Lat/ /OGRVRTLayer /OGRVRTDataSource IC Carlos Ruiz From: Stefan Schantz sscha...@bfs.de To: mapserver-users@lists.osgeo.org Sent: Wed, January 20, 2010 9:32:12 AM Subject

Re: [mapserver-users] 5.6.1 version and labels

2010-01-12 Thread Carlos Ruiz
this strange behavior Thanks in advance ! IC Carlos Ruiz From: Lime, Steve D (DNR) steve.l...@state.mn.us To: Carlos Ruiz boolean10...@yahoo.com; mapserver-users@lists.osgeo.org mapserver-users@lists.osgeo.org Sent: Mon, January 11, 2010 3:55:08 PM Subject: RE

Re: [mapserver-users] 5.6.1 version and labels

2010-01-12 Thread Carlos Ruiz
Hey Alan, Using DEFRESOLUTION 99 now makes all the labels smaller than they was. Any other idea ? Thanks for helping me on this issue IC Carlos Ruiz From: Alan Boudreault aboudrea...@mapgears.com To: mapserver-users@lists.osgeo.org Cc: Carlos Ruiz

Re: [mapserver-users] 5.6.1 version and labels

2010-01-12 Thread Carlos Ruiz
Oh, I tought it was one or the other. Adding DEFRESOLUTION fixes the label's visual size. Why do I need now to add this tag if I never used before ? Thanks for all, Alan IC Carlos Ruiz From: Alan Boudreault aboudrea...@mapgears.com To: Carlos Ruiz boolean10...@yahoo.com Cc: mapserver

[mapserver-users] 5.6.1 version and labels

2010-01-11 Thread Carlos Ruiz
Hi all, I have updated my Mapserver version from 5.4 to 5.6.0 (and later to 5.6.1 because the queries). There's something odd with the labels because appears bigger than i had defined. Does anybody knows why ? Thanks in advance IC Carlos Ruiz

[mapserver-users] Polygon filled and with an image in the center ?

2008-12-09 Thread Carlos Ruiz
Hi list, Does someone knows how to fill a polygon and put an image in the centroid within the same layer ? Thanks in advance IC Carlos Ruiz  ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [mapserver-users] Postgis query

2008-12-02 Thread Carlos Ruiz
I guess the problem resides in the use of INNER and LEFT joins. Also, the order of the tables is important. The first tables specified in a query within the joins must be the ones which stablish the records agrupation or discrimination. IC Carlos Ruiz   --- On Tue, 12/2/08, mark balman

[mapserver-users] Mapserver doesn't compile for WMS/WFS client support

2008-11-13 Thread Carlos Ruiz
this ? Thanks in advance IC Carlos Ruiz  --- On Thu, 9/18/08, Steve Lime [EMAIL PROTECTED] wrote: From: Steve Lime [EMAIL PROTECTED] Subject: Re: [mapserver-users] Mapserver (CGI/FastCGI) crashes when querying amap To: mapserver-users@lists.osgeo.org, [EMAIL PROTECTED] Date: Thursday, September

RE: [mapserver-users] Mapserver doesn't compile for WMS/WFS clientsupport

2008-11-13 Thread Carlos Ruiz
--with-postgis=/usr/local/pgsql/bin/pg_config --with-curl-config=/usr/bin/curl-config --with-httpd=/usr/local/apache2/bin/httpd --with-php=/usr/local/php-5.2.6 IC Carlos Ruiz  --- On Thu, 11/13/08, Kralidis,Tom [Ontario] [EMAIL PROTECTED] wrote: From: Kralidis,Tom [Ontario] [EMAIL PROTECTED

[mapserver-users] Mapserver (CGI/FastCGI) crashes when querying a map

2008-09-18 Thread Carlos Ruiz
Hi list, I have Mapserver 5.0.2 installed on Win32, when I do some queries to my map, the response takes so long and then a window appears saying that CGI/FastCGI crashes. Can someone have some idea why the hell is crashing ? Thanks in advance IC Carlos Ruiz

RE: [mapserver-users] Doubt

2008-08-12 Thread Carlos Ruiz
Ramya, Please check the FEATURE section within LAYER section. LAYER ... FEATURE POINTS x y END END ... END OR LAYER ... FEATURE WKT POINT(2000 2500)END ... END Greetings from México IC Carlos Ruiz  --- On Tue, 8/12/08, Venkat Rao Tammineni [EMAIL PROTECTED] wrote: From: Venkat Rao

Re: [mapserver-users] Still cannot display postGIS layers using ms4w(MapServer 5.0.2 on WinXP).

2008-08-06 Thread Carlos Ruiz
It seems that if you specify an empty filter like FILTER , Mapserver take it instead to ignore it. That means Mapserver construct a SQL statement with the WHERE clause empty (without conditionants). IC Carlos Ruiz --- On Wed, 8/6/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: From: [EMAIL

Re: [mapserver-users] Ploblems with labels.

2008-07-31 Thread Carlos Ruiz
your .MAP file is, and then, copy the .TTF files there. Then, in the FONTS.LIST file you just put the /fonts/file_name.ttf reference. IC Carlos Ruiz  --- On Thu, 7/31/08, Stephen Woodbridge [EMAIL PROTECTED] wrote: From: Stephen Woodbridge [EMAIL PROTECTED] Subject: Re: [mapserver-users

[mapserver-users] Problems with Postgres table's name in LAYER'S DATA

2008-07-22 Thread Carlos Ruiz
this ? Thanks in advance IC Carlos Ruiz ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] cannot get data from postgis by querybypoint

2008-07-21 Thread Carlos Ruiz
Do you set the TEMPLATE item within that LAYER ? Because queries doesn't work if you don't have set it. A template is an HTML file wich allows you to format the result of the queries you made. IC Carlos Ruiz --- On Sun, 7/20/08, orkun [EMAIL PROTECTED] wrote: From: orkun [EMAIL PROTECTED

Re: [mapserver-users] queryByPoint + PostGIS layers + USING statement

2008-07-21 Thread Carlos Ruiz
sets to -1. If you're an expert user, you can alter the values of the geometry_columns table. IC Carlos Ruiz  --- On Mon, 7/21/08, Stefan Schwarzer [EMAIL PROTECTED] wrote: From: Stefan Schwarzer [EMAIL PROTECTED] Subject: [mapserver-users] queryByPoint + PostGIS layers + USING statement

RE: [MAPSERVER-USERS] Connection parameter errors while using Postgres DB Schema

2008-07-16 Thread Carlos Ruiz
is the owner of the schema, and if it's not, then check if it haves the USAGE privilege on it.   Hope this information helps IC Carlos Ruiz   --- On Wed, 7/16/08, Ritesh Ambastha [EMAIL PROTECTED] wrote: From: Ritesh Ambastha [EMAIL PROTECTED] Subject: RE: [MAPSERVER-USERS] Connection parameter errors

[mapserver-users] Problems with simboloy using fonts

2008-07-08 Thread Carlos Ruiz
ers_infraestructures_stage_01 is an alias of the ers_v2_infraestructures_st1.ttf file.   Can someone knows what's happening and how to solve this ?   Thanks in advance     IC Carlos Ruiz   ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http