Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ===========================hola.map=============================================
- MAP
- #This is our "Hello World" mapfile
- NAME "Hello_world"
- SIZE 400 300
- IMAGECOLOR 249 245 186
- IMAGETYPE png
- EXTENT -1.00 -1.00 1.00 1.00
- WEB
- TEMPLATE "/var/www/mapserver/plantilla.html"
- IMAGEPATH "/var/www/mapserver/ms_tmp/"
- IMAGEURL "/mapserver/ms_tmp/"
- END
- LAYER
- STATUS default
- TYPE point
- FEATURE
- POINTS 0.0 0.0 END
- TEXT "Hello Carlos"
- END
- CLASS
- STYLE
- COLOR 255 0 0
- END
- LABEL
- TYPE bitmap
- END
- END
- END
- END
- ===============================inicio.html====================================================
- <html>
- <head><title>MapServer Hello World</title></head>
- <body>
- <form method=POST action="/cgi-bin/mapserv">
- <input type="submit" value="Click Me">
- <input type="hidden" name="map" value="/var/www/mapserver/hola.map">
- </form>
- </body>
- </html>
- ===============================plantilla.html====================================================
- <!-- MapServer Template -->
- <html>
- <head> <title>MapServer Plantilla</title></head>
- <body>
- <img src="[img]" width=400 height=300 border=0>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement