Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.55 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.55 KB

Web Map Tile Service (WMTS) 1.0 Conformance Test Suite

Summary

This Executable Test Suite (ETS) checks WMTS implementations for conformance against the following specification(s):

  • OpenGIS Web Map Tile Service Implementation Standard, Version 1.0.0 OGC 07-057r7

Detailed information about this test suite is available here

License

Apache 2.0 License

Building

This test is build using Apache Maven To build the test suite run maven from the root directory.

mvn install

Follow the TEAM ENGINE instructions to install and run the tests in TEAM

Mailing Lists

The CITE forum is where software developers and testers discuss issues and solutions related to OGC test suites.

More Information

Visit the CITE website to for more information about OGC compliance program.

How to contribute

If you would like to get involved, you can:

  • Report an issue such as a defect or an enhancement request
  • Help to resolve an open issue
  • Fix a bug: Fork the repository, apply the fix, and create a pull request
  • Add new tests: Fork the repository, implement (and verify) the tests on a new topic branch, and create a pull request