Direction on #4088 #4214
kleenkanteen
started this conversation in
General
Replies: 1 comment 4 replies
-
npm run start Look for imageSource to dive into how image source work. There are also the guides in the docs and the readme scattered in this repo. I would recommend opening PRs to update the docs and readmes if you see some information that could help future newcomers. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is my first ticket and I'm new to the codebase. Wondering what approch I should take to debug?
test/examples
showing.'../../dist/maplibre-gl.css'
. I believe after I make code changes, I should runnpm run build-dev
and reload the test.html file I am looking at to observe the library changes?src/ui/control/terrain_control.ts
, link to it, and found line 58 sayingthis._map.setTerrain(this.options)
. So I went into the functionsetTerrain()
but there's a lot going on. The word image is not found in the function. What should I look at next to find the interaction it has with an image?pinging @HarelM @sbachinin
Beta Was this translation helpful? Give feedback.
All reactions