Re: [mapserver-users] entities one upon the other

2009-11-13 Thread Thomas Bonfort
if you're using the AGG rendering backend, you can set an opacity on your polygon styles, in which case you should see varying opacity the more features are piled one upon another. STYLE COLOR r g b OPACITY 50 END regards, thomas www.camptocamp.com +33 5 16 57 01 02 On Thu, Nov 12, 2009

[mapserver-users] Questions on deploying PHP MapScript, IMAGEPATH, and file locations

2009-11-13 Thread kreshna_icehe...@yahoo.com
I have made a web map application using PHP MapScript, and now I'm supposed to deploy it on the production server. The production server is using Red Hat Linux (2.6.9-22.ELsmp kernel, buildcen...@louisa.home.local, gcc version 3.4.4 20050721, Red Hat 3.4.4-2). It already has Apache 2.0.52 and

[mapserver-users] Fwd: Dynamically changing SLD via URL

2009-11-13 Thread James Perrins
Hi, I have Mapserver running and a map file producing a WMS service. I can successfully provide an SLD either directly on the URL (URL_BODY) or remotely (URL) What I'm trying to do is have the user drag a bounding box and have mapserver return a list of record ids found in the bounding box and

[mapserver-users] FOSS4G tools - dependency map

2009-11-13 Thread Eduardo Kanegae
Source: http://anthologis.com/2009/11/13/foss4g-tools-dependency-map/ In 2008 after some GIS setup tasks, I decided to map package dependencies in order to help me on future setup tasks. So, after discovering the great GraphViz tool (http://www.graphviz.org/), I created some scripts to map these

RE: [mapserver-users] only one SYMBOLSET ?????

2009-11-13 Thread Fawcett, David (MPCA)
I believe that you can only specify one symbolset. The behavior that you describe seems to back that up. I don't know your use case and don't have any idea how it would perform (but that has never stopped me before...) Since you can define a symbol explicitly in the map file and you can use

[mapserver-users] labels - road shields and road names

2009-11-13 Thread Mark Volz
Hello, What is the best way to label a road displaying both the road number in a shield and the road name along the line. The following does not seem to work The following is an attachment for my roads file. Layer #road annotation Data '.roads' Type annotation

Re: [mapserver-users] labels - road shields and road names

2009-11-13 Thread Brent Fraser
Mark, Here's how I do it... Brent LAYER NAME 'Hwy' TYPE ANNOTATION : : LABELITEM 'NUMBER_1' LABELCACHE ON CLASS STYLE # Hiway number circle SYMBOL circle SIZE 23 COLOR 254 254 254 # Off-white so not considered as transparent

[mapserver-users] fyi: solved road sheilds and road names

2009-11-13 Thread Mark Volz
FYI with help from Brent Fraser's I was able to get road shields AND road names to label. LAYER #sheilds . CLASS TEXT ([ROAD_NUM]) SYMBOL '../../symbols/USHWY.png' LABEL

[mapserver-users] Projection question

2009-11-13 Thread Helen Eskina
Hello, I have just started working with MapServer and MapScript. I would really appreciate any help! I tried to create a point on the map using GMap Demo. My point is presented by latlong coordinates. Below is the code. $map =