Skip to content

Commit

Permalink
Merge pull request #1061 from OpenGeoscience/change-wms-server
Browse files Browse the repository at this point in the history
Change the WMS server used in the example.
  • Loading branch information
manthey authored May 29, 2020
2 parents 589ab07 + 4b5ac3e commit 9460111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Features
- Added a marker feature (#1035)
- The mapInteractor cancelOnMove option can now take a movement threshold (#1058)
- GCS can now be specified in pointSearch, boxSearch, and polygonSearch (#1051)

## Version 0.19.8

Expand Down
2 changes: 1 addition & 1 deletion examples/wms/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(function () {
};

// OpenGeo Demo Web Map Service
var baseUrl = 'https://demo.boundlessgeo.com/geoserver/ows';
var baseUrl = 'https://ahocevar.com/geoserver/wms';
return baseUrl + '?' + $.param(params);
}
);
Expand Down

0 comments on commit 9460111

Please sign in to comment.