Ramya,
 
Here is an example that allows me to display a rectangle in a custom
coordinate system.
Start from there using your own coordinate system.
 
  LAYER
 
    PROJECTION
      "init=epsg:42105"
    END
    METADATA
      wms_title           "Fond de carte"
    END
 
    NAME                  "fond_carte"
    STATUS                ON
    DUMP                  TRUE
 
    EXTENT                30000 75000 1700000 2120000
    TYPE                  POLYGON
 
    FEATURE
      POINTS
        -8000 57150
        -8000 2111000
        1773200 2111000
        1773200 57150
        -8000 57150
      END
    END
 
    CLASS
      COLOR               240 230 175 
    END
 
  END

 
 

______________________________________________________

JAMES LÉVEILLÉ
Service des systèmes de Mission
Direction des technologies de l'information
Ministère des Transports du Québec

5833, boul. Pierre-Bertrand, 2ième étage
Québec (Québec) G2K 1K7
Téléphone:   (418) 380-2005 poste 227
Télécopieur: (418) 644-6653
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 


 

        -----Message d'origine-----
        De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de ramya
srinivasan
        Envoyé : 20 août 2008 06:09
        À : [email protected]
        Objet : [mapserver-users] Displaying a point given its latitude
andlongitude
        
        
        Hello,
         How to display a point in the map given its latitude and
longitude.R there any methods under php/mapscript to do this?

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to