@douglastecnologia/pannellum-measurement-plugin
v1.0.0
Published
Pannellum Panorama Viewer with Measurement Tools for MapStore2
Maintainers
Readme
Pannellum Measurement Plugin for MapStore2
Advanced panorama measurement tools for MapStore2 with distance, area measurement, and calibration features.
Features
- 🌎 Integrated Pannellum panorama viewer
- 📏 Spherical distance measurements
- 📐 Polygon area calculations
- 🎯 Cross-image calibration
- 💾 Measurement persistence
- 📤 JSON/CSV export
- 🖥️ Responsive design
Installation
npm install mapstore-pannellum-plugin
Usage
import PannellumMeasurement from 'mapstore-pannellum-plugin';
// Add to MapStore2 plugins
{
plugins: {
desktop: ['PannellumMeasurement']
}
}
Documentation
Full documentation available at: Documentation Wiki
Development
# Clone repository
git clone https://github.com/DouglasTecnologia1977/mapstore-pannellum-plugin.git
# Install dependencies
npm install
# Build plugin
npm run build
License This project is licensed under the MIT License - see the LICENSE file for details.
