Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 672 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 672 Bytes

The documentation is available on docs.rs and the demo on docs.3liz.org.

Contributing

Modify

Any Rust file you wish to modify can be found in src/ with some tests in tests/proj4js_tests.rs. In order to test your new code, you need to build it thanks to WASM. More information on how to build it can be found in README_WASM.md.

Test

If you want to test your code, you can ron locally some demos by reading this README in ol-proj4rs-demo-app/. You can create another demo page with a HTML file + JavaScript file combo.