[PATCH] (issue1023) Start returning more useful information
Wald Commits
scm-commit at wald.intevation.org
Fri Aug 30 12:32:26 CEST 2013
# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1377858728 -7200
# Node ID 8d983cc183bb24591452735e0ef31a342f60c855
# Parent 733c35239fe7d8e31724e91ebbb8382c937df9e1
(issue1023) Start returning more useful information
With this url QGIS starts to query layers but currently
in the wrong extent.
diff -r 733c35239fe7 -r 8d983cc183bb artifacts/doc/conf/mapserver/mapfile.vm
--- a/artifacts/doc/conf/mapserver/mapfile.vm Fri Aug 30 12:33:50 2013 +0200
+++ b/artifacts/doc/conf/mapserver/mapfile.vm Fri Aug 30 12:32:08 2013 +0200
@@ -19,23 +19,27 @@
WEB
METADATA
"wms_title" "FLYS Web Map Service"
- "wms_onlineresource" "$MAPSERVERURL"
+ "wms_onlineresource" "$MAPSERVERURL/user-wms?"
"wms_encoding" "UTF-8"
"wms_accessconstraints" "none"
"wms_fees" "none"
"wms_addresstype" "postal"
- "wms_address" "Any Street"
- "wms_city" "Any City"
- "wms_stateorprovince" "Any state"
- "wms_postcode" "My Postalcode"
- "wms_country" "Any Country"
- "wms_contactperson" "Any Person"
- "wms_contactorganization" "Any Orga"
- "wms_contactelectronicmailaddress" "any-email at example.com"
- "wms_contactvoicetelephone" "Any's telephone number"
- "wms_srs" "EPSG:4326 EPSG:31466 EPSG:31467"
+ "wms_address" ""
+ "wms_city" ""
+ "wms_stateorprovince" ""
+ "wms_postcode" ""
+ "wms_country" ""
+ "wms_contactperson" ""
+ "wms_contactorganization" ""
+ "wms_contactelectronicmailaddress" ""
+ "wms_contactvoicetelephone" ""
+ "wms_srs" "EPSG:31467"
"wms_feature_info_mime_type" "text/html"
+ "wms_getmap_formatlist" "image/png,image/png; mode=24bit,image/jpeg"
"ows_enable_request" "*"
+ "ows_sld_enabled" "false"
+ "ows_title" "FLYS Web Map Service"
+ "ows_extent" "3233232 5303455 3421524 5585825"
END
END
More information about the Dive4elements-commits
mailing list