-
**NOTE:** Just before submitting this issue I found out why it was happening and how to easily fix it. I decided to open the issue anyway because the mistake seems easy to make and someone else might …
-
I'm unable to import either MapboxDrawGeodesic or MapboxDrawWaypoint into a Quasar project which uses the webpack bundler.
yarn add mapbox-gl-draw-geodesic
// seems to install fine, all fi…
jaybo updated
4 years ago
-
HTAN requirements from the rendering libraries are:
1) tilesource should to be customizable, i.e.: retrieve frames (load tiles) via DICOMweb WADO-RS.
2) be able to process tile layers for applying c…
Punzo updated
3 years ago
-
![3](https://user-images.githubusercontent.com/21305978/66736620-44e9e980-ee9c-11e9-94ea-03146dbbf350.gif)
import {
Deck
} from "@deck.gl/core";
import {
ScatterplotLayer
} from '@deck…
-
I'm trying to get the hexagon layer/heatmap chart working with a height column. So my csv has 3 columns: lng,lat,height. Each lng/lat value will only occur once in the csv, but the height value is the…
-
Hi. I am currently working on transferring my website from Google Maps to Mapbox GL JS. One problem I had on Google Maps and one I noticed here is: if I need to draw path of ~2px width, it is basicall…
-
Would it be possible to add an option to draw a mapboxGL tile layer in a custom pane?
I know this was discussed (and closed) in #67, that would be some three years ago. Fixing this would not really…
-
Hello,
Thanks for your replay. I really get confused so I have few questions.
1) What's relation of this library (mapbox-gl-draw-geodesic) and Leaflet.Geodesic? Since I have my existing code based…
-
I want to get data feature from backend, use it to create a feature on the map. After that I want modify this feature and send the the new data to backend. Can I use this package for doing it ?
-
**mapbox-gl-js version**: 1.10.1
**mapbox-gl-draw version**: 1.2.0
### Steps to Trigger Behavior
I'm using react-rails w/ webpack and seem to be unable to require or import this package in…