We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, hoping you can help out here please. Getting there error above, not sure if its me doing something wrong.
Importing like so:
import { LMap, LTileLayer, LWMSTileLayer, LGeoJson } from 'vue2-leaflet' import VEditableCircleMarker from 'vue2-leaflet-editablecirclemarker'
Loading components:
components: { LMap, LTileLayer, LGeoJson, 'l-wms-tile-layer': LWMSTileLayer, VEditableCircleMarker }
Rendering component (inside l-map):
<v-editable-circle-marker v-for="(point, $index) in pointsWithRadius " :key="$index" :latLng="point.latLng" :rad="point.radius" :options="point.options" />`
<v-editable-circle-marker
and here is my pointsWithRadius:
this.pointsWithRadius = [ { latLng: L.latLng(-26, 28), radius: 1000, options: {} } ]
The text was updated successfully, but these errors were encountered:
Apologies, this is acually for the vue2 plugin vue2-leaflet-editablecirclemarker
Sorry, something went wrong.
No branches or pull requests
Hello, hoping you can help out here please. Getting there error above, not sure if its me doing something wrong.
Importing like so:
import { LMap, LTileLayer, LWMSTileLayer, LGeoJson } from 'vue2-leaflet'
import VEditableCircleMarker from 'vue2-leaflet-editablecirclemarker'
Loading components:
Rendering component (inside l-map):
<v-editable-circle-marker
v-for="(point, $index) in pointsWithRadius " :key="$index" :latLng="point.latLng" :rad="point.radius" :options="point.options" />`and here is my pointsWithRadius:
The text was updated successfully, but these errors were encountered: