https://github.com/sgpinkus/vue-leaflet-ng
Like vue-leaflet but minier
https://github.com/sgpinkus/vue-leaflet-ng
Last synced: 2 months ago
JSON representation
Like vue-leaflet but minier
- Host: GitHub
- URL: https://github.com/sgpinkus/vue-leaflet-ng
- Owner: sgpinkus
- Created: 2023-07-24T09:38:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T21:07:15.000Z (6 months ago)
- Last Synced: 2025-03-23T19:51:23.482Z (3 months ago)
- Language: TypeScript
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VUE LEAFLET NG
Port of [@vue-leaflet/vue-leaflet](https://www.npmjs.com/package/@vue-leaflet/vue-leaflet) to *try* and stop it or Vue or both blowing up (seems to work). Only ported components I needed:```
$ ls src/*.vue -1
src/LCircleMarker.vue
src/LCircle.vue
src/LControl.vue
src/LMap.vue
src/LMarker.vue
src/LPolygon.vue
src/LPolyline.vue
src/LRectangle.vue
src/LTileLayer.vue
```Implementing LPopup or any container components where parent/child interaction is required turns out to be hard to do AFAICT. Currently it's too flaky and a wont-fix. As a work around you can set `popup-text` prop of any Layer object.