1.0.0 • Published 10 months ago

@douglastecnologia/pannellum-measurement-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Pannellum Measurement Plugin for MapStore2

License: MIT GitHub stars

Advanced panorama measurement tools for MapStore2 with distance, area measurement, and calibration features.

Plugin Demo

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.