Re: [mapserver-users] display map on aspx page

2009-05-22 Thread sunny74
meenu wrote: > > hi friend check this link...may helpful for u.. > http://n2.nabble.com/how-can-i-create-mapserver-website-in-VS-2005-%28VB%29-td2516841.html#a2567804 > Thanks for your reply. I am trying to display a map using paolo corti's tutorial for the last 2 days but haven't succeeded s

Re: [mapserver-users] openlayers in vs2005 website

2009-05-23 Thread sunny74
Paolo Corti wrote: > > > > meenu wrote: >> >> dears,i created one website using mapserver in vs2005 ...now i need to >> know how can i do openlayers in this same websiteis it possible?in >> this same website i need to display one map with tooltip(hotspot) >> informationfor that pur

Re: [mapserver-users] display map on aspx page

2009-05-24 Thread sunny74
Jeff McKenna wrote: > > Luke Kateregga wrote: >> Hello there, >> Iam new to mapserver. I have installed mapserver plus the demo >> applications - chameleon, p_mapper etc and they are all working fine. >> The problem is I just cant load my own data. I've tried the mapserver >> generator in m

[mapserver-users] coloring features on the basis of query

2009-06-18 Thread sunny74
Hi, I am trying to implement something called "Find Feature" on a map. The user will select parameters for a query which will be executed on the DB and the DB will return some geometry's. For eg, the query could be like " Select the_geom from india_state where pop_tot01 > 100" Now I need to k

[mapserver-users] map not available over the Lan or internet

2009-08-12 Thread sunny74
Hi, I am displaying map using mapserver and openlayers in aspx(ASP.NET) page. But problem is that the map is displayed only on local machine and not from a remote machine on the Lan or Internet. On doing some r&D i found that if the url is given as in a local machine i.e http://localhost:8085/cg

Re: [mapserver-users] map not available over the Lan or internet

2009-08-12 Thread sunny74
uld read > Listen 172.16.128.173:8085 > > -Jukka Rahkonen- > > sunny74 wrote: > >> Hi, >> >> I am displaying map using mapserver and openlayers in >> aspx(ASP.NET) page. >> But problem is that the map is displayed only on local >> machine and not fr

Re: [mapserver-users] map not available over the Lan or internet

2009-08-12 Thread sunny74
(8085). If next to it you see 0.0.0.0, it means the server > is listening on all interfaces. If you see 127.0.0.1, it means the > server is listening only on loopback. > > Good luck. > > > sunny74 wrote: >> Hi, >> >> I am displaying map using mapserver an

[mapserver-users] layers not getting separated

2009-08-26 Thread sunny74
Dear Friends, I am displaying a map using mapserver and openlayers.The map is displayed using a map file kept within a folder containing shape files. Although the map is getting displayed, if I add more than one layer the layers are not getting separated. i.e I can see the layer in the Layer swit

Re: [mapserver-users] layers not getting separated

2009-08-26 Thread sunny74
ewPortPx(e.xy); // alert("You clicked near " + lonlat2.lat + " N, " + // lonlat2.lon + " E"); // var msg = getmessage();

Re: [mapserver-users] layers not getting separated

2009-08-28 Thread sunny74
ec, Qc G1V 5B3 > Tél.: (418) 650-5115 #5281 > Fax.: (418) 654-3144 > steve.tout...@inspq.qc.ca > http://www.inspq.qc.ca > > > > > > Pavel Iacovlev @lists.osgeo.org > Envoyé par : mapserver-users-boun...@lists.osgeo.org > 26/08/2009 09:35 AM > > A

[mapserver-users] turning on layers at a particular zoom level

2009-08-28 Thread sunny74
DEar Friends, I have 12 layers in my map and it is taking to long to load.Therefore I decided to turn on only 2 layers at Page Load. Rest of the layers I want to turn on at a particular zoom level.How can I check the zoom level and turn on these layers. How can make the map load faster esp

Re: [mapserver-users] turning on layers at a particular zoom level

2009-08-28 Thread sunny74
t; Mapserver does not do caching but you can use for examply TileCache or > GeoWebCache between your clients and Mapserver. > > -Jukka Rahkonen- > > > >> -Alkuperäinen viesti- >> Lähettäjä: mapserver-users-boun...@lists.osgeo.org >> [mailto:mapserver-

RE: [mapserver-users] turning on layers at a particular zoom level

2009-08-29 Thread sunny74
:20, you would set: both MINSCALEDENOM 10 and MAXSCALEDENOM > 20 > > These values go in either a LAYER or CLASS of LAYER in your MapServer map > file. > > > -Original Message- > From: mapserver-users-boun...@lists.osgeo.org > [mailto:mapserver-users-boun...@lists

RE: [mapserver-users] turning on layers at a particular zoom level

2009-09-02 Thread sunny74
of MapServer). So, it looks like they > are in an appropriate place. The real test is to use MapServer to draw > the layer for you. Does it turn on and off at the scales that you want it > to? > > 2. Yes, it can apply to both the layer or class properties. I assume > that you loo

Re: [mapserver-users] turning on layers at a particular zoom level

2009-09-02 Thread sunny74
NAME "scale1" > MAXSCALEDENOM 10 > . > . > . > END > > LAYER > GROUP "group" > NAME "scale2" > TYPE POLYGON > MAXSCALEDENOM 100 > MINSCALEDENOM 10 > . > . &g

[mapserver-users] check if a layer exists and remove it

2009-09-02 Thread sunny74
Hi, I am declaring a layer at PageLoad in the following way: choice_features = new OpenLayers.Layer.Vector("choice_features", { style: v_style }); Then I am adding the layer in a different function as below: map.addLayer(new OpenLayers.Layer.GML("choice_features", "XML1/FeatureGML.xml")); But

Re: [mapserver-users] turning on layers at a particular zoom level

2009-09-06 Thread sunny74
so at higher zoom levels bec' in that case it is overlapping the other layers mandated to be visible at that level. So how to tackle the problem. Can it be solved by changing the z-index of the first group at initial PageLoad. Pls provide some solution to this problem. Bill Thoen wrote: &g

[mapserver-users] display feature name beside feature

2009-09-18 Thread sunny74
Hi, I have a number of features(Layers) in my map.One of the feature is a Water Body. How can I display the feature name beside the feature? Is there anything in the map file which can do this or do I have to do this thru' coding in js? I am using mapserver v 5.0.0 with openlayers. If anybody

[mapserver-users] display feature name beside feature

2009-09-18 Thread sunny74
Hi, I have a number of features(Layers) in my map.One of the feature is a Water Body. How can I display the feature name beside the feature? Is there anything in the map file which can do this or do I have to do this thru' coding in js? I am using mapserver v 5.0.0 with openlayers. If anybody

Re: [mapserver-users] display feature name beside feature

2009-09-20 Thread sunny74
> Read on here: > - http://mapserver.org/introduction.html#label > - http://mapserver.org/mapfile/label.html > > If you want to have the labeling as a separate layer, that can be > turned on and off, you should have a look at the annotation layer > type. > > Cheers,

Re: [mapserver-users] display feature name beside feature

2009-09-21 Thread sunny74
c3' NAME 'Bridges_Minor' TYPE POINT DATA 'C:\ms4w\Apache\cgi-bin\Shape\Bridges_Minor.shp' METADATA 'wms_title' 'Bridges_Minor' END STATUS OFF TRANSPARENCY 100 PROJECTION 'proj=longlat' 'ellps=WGS84'

Re: [mapserver-users] display feature name beside feature

2009-09-22 Thread sunny74
? Thanks again. Steve Lime wrote: > > And you can see the railway points? > >>>> On 9/21/2009 at 7:34 AM, in message >>>> <1253536453758-3684929.p...@n2.nabble.com>, > sunny74 wrote: > >> Hi Lars, >> >> I have added the fontset file

Re: [mapserver-users] SV: display feature name beside feature

2009-09-23 Thread sunny74
lass does not match. I also expect a warning for > this in the log file. > > /Lars > > -Ursprungligt meddelande- > Från: mapserver-users-boun...@lists.osgeo.org > [mailto:mapserver-users-boun...@lists.osgeo.org] För sunny74 > Skickat: 23 September 2009 06:58 > Ti

Re: [mapserver-users] SV: display feature name beside feature

2009-09-30 Thread sunny74
Hi, Thanks for your reply. Thanks to all of you for the support. Warm Regards, sunny. Mads Helgi Poulsen wrote: > > Read this: http://mapserver.org/mapfile/label.html > > <http://mapserver.org/mapfile/label.html>and note the FORCE parameter. > > On Wed, Sep 23,

[mapserver-users] maploading problem

2009-10-06 Thread sunny74
Dear Friends, The map from a mapserver takes enormously long time to load about 5 mins when the server machine on which it works is set to accept public IP i.e uses DHCP. Most of the time it does not load at all - only a pink background is seen in place of the map. After changing a machine IP to

[mapserver-users] mapserver not showing symbols

2009-10-29 Thread sunny74
Dear Friends, I have created a map file using QGIS and after that the symbols had to be changed once.So I imported the symbols into QGIS and created a fresh map file. But now again the symbols need to be changed and I followed the above process. But this time although symbols r getting imported

[mapserver-users] symbol problem

2009-11-02 Thread sunny74
Dear Friends, I have created a map file using QGIS and after that the symbols had to be changed once.So I imported the symbols into QGIS and created a fresh map file. But now again the symbols need to be changed and I followed the above process. But this time although symbols r getting imported

[mapserver-users] shapefile manipulation

2009-12-22 Thread sunny74
to convert the srid value from -1 to 4326. How can I do this using QGIS? I know this is possible using GEOMEDIA Web 6.0. If anybody has any idea or tutorial regarding .shp manipulation using Geomedia pls send it across. Thanks for ur replies. sunny74 -- View this message in context: http://n2

[mapserver-users] getting Feature Info data directly from .shp files

2010-03-19 Thread sunny74
Dear Friends, I want to get the Feature Info data directly from .shp files i.e shape files. Previously I had put all data into the database (postgres) then ran queries on the DB and the data returned is shown in a pop up. But now I want to get all the column information of all the layers by dire

[mapserver-users] mapserver not generating proper map

2010-03-22 Thread sunny74
Hi, I am generating a simple map but mapserver is not generating a proper map. In fact initially it produced a proper one but after that due to code changes or some other reason started producing this one. My code to call mapserver is: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

[mapserver-users] Re: mapserver not generating proper map

2010-03-22 Thread sunny74
Hi BrainDrain, Thanks for your reply. Your solution doesn't work. the code relating to the info control is the culprit. It started giving errors, then I commented it but after that the map was not getting displayed. Finally after a lot of effort I got the map but with problems stated earlier. Af

[mapserver-users] WFS GetFeature on Mapserver doesn't work

2010-04-14 Thread sunny74
Dear Friends, I am trying to get WFS working on Mapserver but both Getcapabilities and GetFeature are giving me errors. I am firing the following urls directly in the browser: Getcapabilities(map from DB ) http://localhost:81/cgi-bin/mapserv.exe?map=d:/Delhi1_wfs_postgres.map&SERVICE=WFS&VERSI

[mapserver-users] Re: WFS GetFeature on Mapserver doesn't work

2010-04-15 Thread sunny74
Hi Rahkonen, Thanks for your reply. You had rightly pointed out that DUMP TRUE was missing. On inserting it The output of GetFeature changed to the following: http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd http://mapserver.gis.umn.edu/mapser

[mapserver-users] Re: WFS GetFeature on Mapserver doesn't work

2010-04-15 Thread sunny74
Hi Rahkonen, Thanks for your reply. You are right again.The Getcapabilities is showing the layer and there is one layer only. But Getfeature is showing the same thing it had shown earlier i.e it is NOT showing the features and the details of those features. GetFeatures O/p http://www.opengis.ne

[mapserver-users] Re: WFS GetFeature on Mapserver doesn't work

2010-04-15 Thread sunny74
Hi Rahkonen, I finally got two map files to work. The first one I created using your technique i.e copy paste sample code from wfs_server.html and then made necessary changes. The first which uses shape file as data source is as follows: NAME "Rail_WFS" STATUS ON SIZE 600 600 SYMBOLSET "symbols