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

[mapserver-users] Mapserver data point on map

2017-01-04 Thread newmapserver
Hello and happy new year ! Currently, I place points (lat / lon) on a map using a mysql query. At each point is associated an image according to the type of places considered. Today, I would like to retrieve my information either thanks to Mysql but thanks to an API. I use the function