Skip to content

Commit

Permalink
don't use fcgi; add metadata title
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsln committed Dec 6, 2017
1 parent 43a6d86 commit d46396a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions mapcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</params>
</getmap>
<http>
<url>http://127.0.0.1/cgi-bin/mapserv.fcgi?map=/opt/basemaps/osm-nb.map</url>
<url>http://127.0.0.1/cgi-bin/mapserv?map=/opt/basemaps/osm-nb.map</url>
</http>
</source>
<source name="osm" type="wms">
Expand All @@ -25,7 +25,7 @@
</params>
</getmap>
<http>
<url>http://127.0.0.1/cgi-bin/mapserv.fcgi?map=/opt/basemaps/osm-default.map</url>
<url>http://127.0.0.1/cgi-bin/mapserv?map=/opt/basemaps/osm-default.map</url>
</http>
</source>
<source name="osm-hq" type="wms">
Expand All @@ -38,7 +38,7 @@
</params>
</getmap>
<http>
<url>http://127.0.0.1/cgi-bin/mapserv.fcgi?map=/opt/basemaps/osm-default.map</url>
<url>http://127.0.0.1/cgi-bin/mapserv?map=/opt/basemaps/osm-default.map</url>
</http>
</source>
<source name="osm-epsg3857" type="wms">
Expand All @@ -50,7 +50,7 @@
</params>
</getmap>
<http>
<url>http://127.0.0.1/cgi-bin/mapserv.fcgi?map=/opt/basemaps/osm-default.map</url>
<url>http://127.0.0.1/cgi-bin/mapserv?map=/opt/basemaps/osm-default.map</url>
</http>
</source>

Expand Down Expand Up @@ -138,6 +138,9 @@

<default_format>PNG</default_format>

<metadata>
<title>Openbasiskaart</title>
</metadata>
<service type="wms" enabled="true">
<full_wms>assemble</full_wms>
<resample_mode>bilinear</resample_mode>
Expand Down

0 comments on commit d46396a

Please sign in to comment.