A web application to explore OGC WMS (Web Map Service) layers from different servers.
Built with Bootstrap 5, OpenLayers, and DataTables for a responsive and interactive UI.
- 🔗 Select from multiple WMS servers (VEDAS, Bhuvan, etc.)
- 📡 Fetch available layers using GetCapabilities
- 🗺️ View layers on an interactive OpenLayers map
- 🔍 Zoom to a layer’s bounding box
- ➕ Add/remove layers dynamically
- 👁️ Toggle visibility of active layers
- 📖 View legends for each active layer
- 🖱️ Click map to fetch feature info (via GetFeatureInfo)
- Bootstrap 5 – UI framework
- OpenLayers – Map rendering
- DataTables – Interactive layer table
- jQuery – DOM handling