@worldwideview/wwv-plugin-borders
v1.0.4
Published
WorldWideView plugin that displays political borders and country labels as a globe overlay
Maintainers
Readme
@worldwideview/wwv-plugin-borders
WorldWideView plugin that displays political borders and country labels as a globe overlay.
Features
- 🗺️ Country border outlines rendered on the 3D globe
- 🏷️ Country name labels
- ⚡ Zero-polling — static layer with no data fetching overhead
Installation
npm install @worldwideview/wwv-plugin-bordersPeer Dependencies
@worldwideview/wwv-plugin-sdk
Usage
import { BordersPlugin } from "@worldwideview/wwv-plugin-borders";
const plugin = new BordersPlugin();Register the plugin with the WorldWideView plugin engine to display borders on the globe. Border rendering is managed by the host application's BordersManager.
Changelog
- v1.0.3 — Added README with feature list and usage docs.
- v1.0.2 — Package metadata updates.
- v1.0.1 — Package configuration fixes.
- v1.0.0 — Initial release with GeoJSON-based political boundaries.
License
ISC
