Which layer to use for KML files? #5449
vivek091195
started this conversation in
General
Replies: 2 comments 8 replies
-
You should be able to use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I am using react-dropzone for uploading the KML file. Previously, I was trying to read the content of the file like this,
Can you please help me in understanding how can I use KMLLoader here, I tried using it, but ended up in an error of Failed to fetch, because I guess it accepts a URL as the first parameter. How can I use it here? I tried using KMLLoader like this,
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to render KML files, I tried rendering the polygons using GeoJSON layer but the result seems to be different when compared with rendering the same file on GoogleMaps. Which layer to use when rendering KML in deck.gl?
Beta Was this translation helpful? Give feedback.
All reactions