CSBP-CPSE / web-mapping-components

Other
2 stars 2 forks source link

Promise library is duplicated in viewers and web-mapping-components core library #22

Closed roikle closed 3 years ago

roikle commented 3 years ago

Issue: Two copies of the promise.min.js library dependency exists with each viewer. Each viewer has a copy in their /src/reference/ directory, but the same library exists in the src/basic-tools/polyfill/ directory of the web-mapping-components library.

Dependencies should only be loaded once.