Re: [MAPSERVER-USERS] Direction on road using ARROW Image

2008-06-09 Thread Ritesh Ambastha
Please write your Layer definition and symbol definition. It would be helpful for us to gaze the problem. Arrow directions is easy to implement. I guess you might be missing a minor part. Regards, Ritesh Ambastha Ila wrote: Hello readers, As I am working on GIS application new

Re: [MAPSERVER-USERS] Direction on road using ARROW Image

2008-06-09 Thread Ila
I am getting symbol on the road, but its not coming as it was in image.gif file. The symbol get displayed in rectangular form. I am not getting where theres a problem. Please help me out. My symbol definition is as follows: SYMBOL NAME newarrow TYPE PIXMAP IMAGE 105.gif GAP -70 END

Re: [MAPSERVER-USERS] Direction on road using ARROW Image

2008-06-09 Thread Ila
Finally I got the solution. I have created an arrow(-) on roads properly. I wont be able to fine CHARACTER CODE of(-) in required FONT SET. But now i got it. For reference I m giving you the solution if anybody requires it: I have modified the symbol definition: SYMBOL NAME arrow

Re: [MAPSERVER-USERS] Direction on road using ARROW Image

2008-06-09 Thread Ila
Finally I got the solution. I have created an arrow(-) on roads properly. I wont be able to fine CHARACTER CODE of(-) in required FONT SET. But now i got it. For reference I m giving you the solution if anybody requires it: I have modified the symbol definition: SYMBOL NAME arrow

Re: [mapserver-users] mapserver wms: srs problem

2008-06-09 Thread Matthew Pettis
Thank you! I will try this, and the explanation was helpful. On Sun, Jun 8, 2008 at 1:08 PM, Barend Kobben [EMAIL PROTECTED] wrote: It looks like your datastore's SRS is 4326 (latlon on the WGS84). In other words, the data in your shapefile, database or raster image are (or are advertised to

Re: [mapserver-users] OGR doesn't grok GML3?

2008-06-09 Thread Frank Warmerdam
Burgholzer,Robert wrote: This is a re-post, perhaps my title wasn’t concise enough to grab attention. This is related to pulling WFS-base National Hydrography Dataset. Is it true that ogr2ogr only understands the GML2? If so, any ideas on the difficulty of amending this situation? More

Re: [mapserver-users] OGR doesn't grok GML3?

2008-06-09 Thread Frank Warmerdam
Burgholzer,Robert wrote: Frank, Where would I start to look (i.e., which package) if I were wishing to help along on the development of this? Robert, The bulk of my work on GML3 support for the NAS driver was implementing alternate GML geometry reading. Possibly as an extension in the

Rép. : [mapserver-users] GetFeatureInfo from Oracle Spatial

2008-06-09 Thread SIMON MERCIER
maybe you can try to limite the output field in the metadata $$$_include_items $$$_exclude_items tag : ... DATA SHAPE FROM MAPSERVER_TRIMQ USING UNIQUE MAXIMO_ID SRID 32632 VERSION 10g ... METADATA ... wms_exclude_items ALL wms_include_items MAXIMO_ID, ASSETTYPE

[MAPSERVER-USERS] mapObject serialization in C# (variant)

2008-06-09 Thread BrainDrain
Is there any 'standart' fast(!) way/method to serialize (xml/json/other markup) mapObj in C#? I need it for using server mapObj as JSON on rich client app running on browser. Look at my method (using reflection): public static ListDictionary PartialSerialize(object instance, Stack callerTypes,

[mapserver-users] Mapserver wml template

2008-06-09 Thread Stewart Nimmo
I have seen several references to persons using wml templates, but is it possible for a WAP browser to receive a wml file from Mapserv ? I've been able to display the wml template results in IE but that's because Mapserv is returning the result as html. I suspect to get a WAP browser to display a

Re: [mapserver-users] mapserver wms: srs problem

2008-06-09 Thread Matthew Pettis
Hi Barend, All, I tried your suggested changes: ... PROJECTION init=epsg:4326 END # Web settings WEB IMAGEPATH C:/ms4w/Apache/htdocs/tmp/ IMAGEURL/tmp/ METADATA

Re: [MAPSERVER-USERS] help! agg palette quantize algorithmimperfection

2008-06-09 Thread Steve Lime
I choose my sample image carefully and have mosaic'd a couple of them together to make sure I get most all colors. For example: http://maps.dnr.state.mn.us/compass/compass_color_master.gif Those missing colors will be assigned the closest match if there is no room in the palette. I can't

Re: [mapserver-users] Mapserver wml template

2008-06-09 Thread Steve Lime
Is this a standard pan/zoom application or are you feeding mapserver query urls? Depending on which you can use something like: WEB BROWSEFORMAT ' text/vnd.wap.wml' QUERYFORMAT 'text/vnd.wap.wml' END Steve On 6/9/2008 at 3:36 PM, in message [EMAIL PROTECTED], Stewart Nimmo [EMAIL

Re: [mapserver-users] mapserver wms: srs problem

2008-06-09 Thread Jeff McKenna
Maybe you could attach your entire .map file for the mailing list to see. --- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ On 9-Jun-08, at 4:44 PM, Matthew Pettis wrote: Hi Barend, All, I tried your suggested changes:

Re: [mapserver-users] mapserver wms: srs problem

2008-06-09 Thread Matthew Pettis
Will do. Here it is below: === MAP # http://localhost/cgi-bin/mapserv.exe?map=C:\ms4w\Apache\htdocs\ol\wms.mapSERVICE=WMSVERSION=1.1.1REQUEST=GetCapabilities #

Re: [mapserver-users] mapserver wms: srs problem

2008-06-09 Thread Rahkonen Jukka
Hi, I have not followed this discussion closely, but at least map extents and map level projection do not match. It may not have any effect on WMS but it does not harm if they were correct. EXTENT 184056.505 4809728.25 767381.245 5478975.75 ... PROJECTION init=epsg:4326 END