Re: [Gdal-dev] mapserver c#mapscript with mapinfo data folder

2009-04-02 Thread meenu
hi tamas...great answer...wt u said is correct..it was the problem with the extent value...i forgot to change that valuenow i foundout extend value using ogrinfo.exechange the values in map file...lt is working fine ..thank u so much regards meenu -- View this message in context:

Re: [Gdal-dev] mapserver c#mapscript with mapinfo data folder

2009-04-02 Thread Tamas Szekeres
meenu, I assume the layer is read correctly but the map is to be drawn with wrong extent without specifying that in the mapfile. You should also specify the projection of the layer and the map to be able to set the extent correctly. Use ogrinfo.exe to find out the actual extent and projection of

Re: [Gdal-dev] mapserver c#mapscript with mapinfo data folder

2009-04-01 Thread meenu
hi friend wt u said is right...my problem is how can i add that layer to this map file...for example i have one table POI...this layer indicating 4 files such as POI.DAT,POI.ID,POI.MAP,POI.TAB..how can i add this layer to this existing map file...i added the coding is as follows...no error

Re: [Gdal-dev] mapserver c#mapscript with mapinfo data folder

2009-04-01 Thread Chaitanya kumar CH
Meenu, You have to specify the layers in the .map file (as in csharptutorial.map). The .MAP files in the data folder are probably something else; check that. You need to have the "mapserver format mapfile" to specify the layers you want to display. So you can move the file "csharptutorial.map" to

Re: [Gdal-dev] mapserver c#mapscript with mapinfo data folder

2009-04-01 Thread meenu
ii -- View this message in context: http://n2.nabble.com/mapserver-c-mapscript-with-mapinfo-data-folder-tp2568756p2573422.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists

Re: [Gdal-dev] mapserver c#mapscript with mapinfo data folder

2009-04-01 Thread meenu
hi thanks for the reply...let me describe in detaili did one website using vs2005 C# using the available project TutorialMapServer(http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/)in that project i am calling gis data in web.config file like as follows

Re: [gdal-dev] mapserver c#mapscript with mapinfo data folder

2009-04-01 Thread Tamas Szekeres
What did you mean by "calling a data folder"? Do you intend to construct a new map in C# mapscript? Best regards, Tamas 2009/4/1 meenu monu > dear friend > > i created one mapserver website using vs2005 c# mapscript ...gis data is > based on some sample data available in netnow everything

[gdal-dev] mapserver c#mapscript with mapinfo data folder

2009-04-01 Thread meenu monu
dear friend i created one mapserver website using vs2005 c# mapscript ...gis data is based on some sample data available in netnow everything is working fine...now the mapfile is "c:\data\gisdata.map"...now my requirement is i have a data folder which is done based on mapinfo professional...i