https://github.com/vaadin-component-factory/enhanced-map
Vaadin map with geofencing capabilities
https://github.com/vaadin-component-factory/enhanced-map
Last synced: 3 months ago
JSON representation
Vaadin map with geofencing capabilities
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/enhanced-map
- Owner: vaadin-component-factory
- License: other
- Created: 2023-06-26T17:20:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T12:54:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T00:36:36.292Z (4 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enhanced Map for Vaadin Flow
This project is an extension of Vaadin Map component that includes geofencing capabilities.
This component is part of Vaadin Component Factory.
## Running the component demo
Run from the command line:
- `mvn -pl vcf-enhanced-map-demo -Pwar install jetty:run`Then navigate to `http://localhost:8080/`
## Installing the component
Run from the command line:
- `mvn clean install -DskipTests`## Profiles
### Profile "directory"
This profile, when enabled, will create the zip file for uploading to Vaadin's directory### Profile "production"
This profile, when enabled, will execute a production build for the demo## Using the component in a Flow application
To use the component in an application using maven,
add the following dependency to your `pom.xml`:
```org.vaadin.addons.componentfactory
vcf-enhanced-map
${component.version}```
## License
Vaadin Commercial License