PyroGeoBlazor.Leaflet
This is a Blazor UI Component library spcifically for wrapping Leaflet.js functionality.
It provides a set of reusable components that allow developers to easily add interactive maps, geospatial data visualization, and spatial analysis features to their web applications.
Components
- LeafletMap
A component that encapsulates the Leaflet.js map, allowing developers to create interactive maps with various layers and controls.
- GeoJSONLayer
A component for displaying GeoJSON data on the map, enabling easy integration of geospatial data sources.
- VectorLayer
A component for rendering vector data on the map, allowing for advanced visualization and interaction with geospatial features.
- VectorTileLayer
A component for displaying vector tiles, providing efficient rendering of large datasets on the map.
- LayerControl
A component for managing map layers, allowing users to toggle visibility and switch between different layers.
- MapMarker
A component for adding markers to the map, enabling the display of specific locations and points of interest.
- MapPopup
A component for displaying popups on the map, providing additional information about specific locations or features.