[mapserver-users] create wms service with mapserver
Rahkonen Jukka (MML)
jukka.rahkonen at maanmittauslaitos.fi
Mon Nov 23 02:22:01 PST 2015
I guess that something went wrong but saving mapserv.exe into file and reading it with text editor is the right thing to do. Jörg and Jeff should have noticed that the GetCapabilities request was made without &VERSION which means the highest version 1.3.0 for Mapserver and then the normal GetCapabilities document will be sent with mime type that most browsers understand. Try it:
http://demo.mapserver.org/cgi-bin/wms?SERVICE=WMS&REQUEST=GetCapabilities
I may be wrong but I would rather believe that mapserv.exe contains an error message about unknown projection epsg:900913. Use epsg:3857 instead. And I prefer using an explicit parameter &VERSION= always instead of relying on what version comes from the lottery when version in not defined in the query.
-Jukka Rahkonen-
Jörg Thomsen wrote:
Hi,
nothing went wrong. The problem under windows is, that apache(?) names the capabilities-document mapserv.exe. Save it, open it in an editor and see your capabilities!
Perhaps anyone reading this can tell us how to configure the windows-instrallation, so that the capabilities-doc is not named .exe? I don't know.
Jörg
Am 23.11.2015 um 10:30 schrieb rishi:
i am trying to create wms service using postgres data in mapserver my map file(wms.map) is
MAP EXTENT 8240841.450745 2400319.900386 9218007.463612 3107183.406947 TRANSPARENT on IMAGETYPE png size 150 500
web
metadata
"wms_title" "Customer Airports" "wms_onlineresource" "http://localhost:8085/cgi-bin/mapserv.exe?" "wms_enable_request" "*" "wms_srs" "EPSG:4326 EPSG:900913" "wms_feature_info_mime_type" "text/html" "wms_format" "image/png"
end
end
LAYER CONNECTIONTYPE postgis
CONNECTION "user=postgres password=abcd dbname=sample port=5432 host=localhost" DATA "geom FROM district_old using unique gid"
STATUS Default
TYPE polygon
PROJECTION
"init=epsg:900913"
END
labelitem 'district'
class
style
#color 55 230 51
outlinecolor 90 90 90
width 2
end
LABEL
#color 255 255 255
size 2
BACKGROUNDCOLOR 255 201 14
position auto
END
end
END
END
in the browser when i paste the url "http://localhost/cgi-bin/mapserv.exe?map=c://ms4w/apps/webgis/wms.map&SERVICE=WMS&REQUEST=GetCapabilities"
it is not displaying the xml file instead it is downloading the mapserv.exe file
please correct my code also tell me the requirements to work with wms
_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org<mailto:mapserver-users at lists.osgeo.org>
http://lists.osgeo.org/mailman/listinfo/mapserver-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20151123/5179b57d/attachment.htm>
More information about the MapServer-users
mailing list