[mapserver-users] PostGIS / pgRouting error in mapfile

2017-01-06 Thread Stefanos Anastasiou
Hi list. Happy new year. :-) I want to perform pgRouting with MapServer so I've create a function in postgis which I'll then be passing parameters with Runtime Substitution (or mapscript is a better idea?) which is the following: CREATE OR REPLACE FUNCTION routing(source integer, target

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] Mapserver data point on map

2017-01-06 Thread Lime, Steve D (MNIT)
Are the points displayed? -Original Message- From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of newmapserver Sent: Wednesday, January 04, 2017 8:02 AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] Mapserver data point on map Hello and