Skip to content

Commit

Permalink
Merge pull request #4631 from camptocamp/GSGMF-696
Browse files Browse the repository at this point in the history
Add missing OGC server
  • Loading branch information
sbrunner committed Feb 12, 2019
2 parents 5200ab3 + ae815a7 commit 69c3891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contribs/gmf/examples/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports.MAPSERVER_WFS_FEATURE_NS = 'http://mapserver.gis.umn.edu/mapserver';
* MapServer proxy
* @type {string}
*/
exports.MAPSERVER_PROXY = `${exports.GMF_DEMO}mapserv_proxy`;
exports.MAPSERVER_PROXY = `${exports.GMF_DEMO}mapserv_proxy?ogcserver=Main+PNG`;

/**
* MapServer proxy
Expand Down
2 changes: 1 addition & 1 deletion examples/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const MAPSERVER_WFS_FEATURE_NS = 'http://mapserver.gis.umn.edu/mapserver'
* @type {string}
* @hidden
*/
export const MAPSERVER_PROXY = `${GMF_DEMO}mapserv_proxy`;
export const MAPSERVER_PROXY = `${GMF_DEMO}mapserv_proxy?ogcserver=Main+PNG`;

/**
* MapServer proxy
Expand Down

0 comments on commit 69c3891

Please sign in to comment.