Skip to content

Commit e96da55

Browse files
authored
Merge pull request #72 from linkeal/bugfix/wfs-service-url
Properly point WFS Service Capabilities to /mapserver in example.map
2 parents 40a6664 + b46d2fb commit e96da55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ MAP
143143
"wfs_namespace_prefix" "example"
144144
"wfs_namespace_uri" "http://example.unknown.org"
145145
"wfs_maxfeatures" "1000"
146-
"wfs_onlineresource" "http://localhost"
146+
"wfs_onlineresource" "http://localhost/mapserver"
147147

148148
"wms_allow_getmap_without_styles" "true"
149149
"wms_getmap_formatlist" "image/png,image/jpeg,image/png; mode=8bit,image/vnd.jpeg-png,image/vnd.jpeg-png8,image/svg+xml"

0 commit comments

Comments
 (0)