RE: [mapserver-users] Web interface

2009-12-13 Thread Pano Voudouris
Hi Patricio, I see you are talking about php mapscript so this may not be what you are after- but just in case- we have released a Silverlight interface for mapserver in codeplex (http://slmapviewer.codeplex.com ). Its developed using csharp mapscript. If you download the compiled app all you

RE: [mapserver-users] Impossible to draw SDO Geometries fromOraclewhen SDO_GTYPE is 2007 and the interpretation is2(connectivity by arcs : SDO_ELEM_INFO(1, 1003, 2, [...]) )

2009-07-31 Thread Pano Voudouris
Julien, I know you said you verified the geometries by Mapviewer but have you tried the sdo_validate layer routine? Just to be sure... Example from the manual: -- Is a layer valid? (First, create the result table.) CREATE TABLE val_results (sdo_rowid ROWID, result varchar2(1000)); --

RE: [mapserver-users] Object reference not set to an instance of an object

2009-07-09 Thread Pano Voudouris
Hi Suman, Check your web.config file- You probably have an entry similar to: appSettings add key=mapfile value=C:\ms4w\Apache\htdocs\...addison.map/ . In your code you want to create the mapfile object by reading the mapfile path from web.config. So what you need to do is:

RE: [mapserver-users] problems with 'MapServer Itasca Application (ms v5.0)'

2009-05-28 Thread Pano Voudouris
Which version of MapServer are you using? You can find it by running in a command prompt: mapserv -v Think that in the latest versions all Mapserver templates must have in their first line the string MapServer Template even if it is as a comment. In your case this would be the itasca_basic.html

RE: [mapserver-users] Silverlight Interface for Mapserver

2009-05-22 Thread Pano Voudouris
.nabble.com] Sent: 21 May 2009 15:44 To: Pano Voudouris Subject: Re: [mapserver-users] Silverlight Interface for Mapserver Hi, I have seen your application. It sounds great. I need a bit of clarity on this piece of application. How can we use mapscript C# with silverlight. Please let me know

RE: [mapserver-users] Get the nearest layer with mapscript...

2009-05-20 Thread Pano Voudouris
Probably don’t understand what exactly you are trying to achieve here but it is not as simple as map.getLayer(0) to get the topmost layer? And once you have the layer object use one of the query function to select the record? E.g. myLayerObj.queryByPoint ? Pano From:

[mapserver-users] Silverlight Interface for Mapserver

2009-05-05 Thread Pano Voudouris
Hi all, This is just for info in case anyone is interested and working with these technologies. We have created a silverlight front-end to Mapserver using mapscript c#. The map serving logic is based on the excellent MapFlash Viewer Framework demo done by Paolo Corti

RE: [mapserver-users] PHP Mapscript - Displaying only image colour except the existing layers

2009-05-05 Thread Pano Voudouris
Both your layer have their STATUS set to OFF. Try setting them to ON or DEFAULT Pano -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of zizu Sent: 05 May 2009 14:00 To: mapserver-users@lists.osgeo.org Subject:

RE: [mapserver-users] PHP Mapscript - Displaying only image colour except the existing layers

2009-05-05 Thread Pano Voudouris
/htdocs/test.php on line 7 what should i do now? On Tue, May 5, 2009 at 6:00 PM, Pano Voudouris pvoudou...@gaiocorp.com wrote: Both your layer have their STATUS set to OFF. Try setting them to ON or DEFAULT Pano -Original Message- From: mapserver-users-boun...@lists.osgeo.org

[mapserver-users] PointM shapefile not displaying outside its extent

2008-06-13 Thread Pano Voudouris
Hi All, I have a pointM shapefile that justs refuse to display as soon as I pan the map (same scale) so part of the shapes go beyond the map extent. It will only display if all points are within the view window. I dropped and recreated the spatial index, used the shptree to create the *qix file