WorldWindEarth / explorer

WorldWindExplorer: A 3D virtual globe geo-browser app framework based on WorldWindJS, Bootstrap and KnockoutJS. Includes 3D globe and 2D map projections, imagery, terrain, markers, plus solar and celestial data.
https://worldwind.earth/explorer
MIT License
75 stars 24 forks source link

URL builders generate invalid URLs #111

Closed emxsys closed 6 years ago

emxsys commented 6 years ago

The URL builders for WMS, WCS and row/column layers generate invalid URLs if multiple spaces are encountered in a layer name.

emxsys commented 6 years ago

Added global replace space expressions to WorldWindFixes.js

PJHogan commented 6 years ago

Well that was quick! An open and shut case to make harmless that extra space!