Update README with build instructions for POINT example#197
Merged
kylebarron merged 2 commits intogeoarrow:mainfrom Apr 20, 2026
Merged
Update README with build instructions for POINT example#197kylebarron merged 2 commits intogeoarrow:mainfrom
kylebarron merged 2 commits intogeoarrow:mainfrom
Conversation
Thank you for your great work on geoarrow.
I wanted to run the point example but I found that the instructions are they are listed did not work for me. I got this error from a fresh install.
```
8:12:32 PM [vite] (client) Pre-transform error: Failed to resolve import "@geoarrow/deck.gl-geoarrow" from "src/App.tsx". Does the file exist?
Plugin: vite:import-analysis
File: /Users/cloftus/github/deck.gl-geoarrow/examples/point/src/App.tsx:4:41
1 | import { MapboxOverlay } from "@deck.gl/mapbox";
2 | import { GeoArrowScatterplotLayer } from "@geoarrow/deck.gl-geoarrow";
| ^
3 | import * as arrow from "apache-arrow";
4 | import "maplibre-gl/dist/maplibre-gl.css";
```
However, once I ran `pnpm build` it did work.
Feel free to close if this is not an error and just a misunderstanding on my part.
Thanks!
kylebarron
reviewed
Apr 20, 2026
Member
|
Thanks! |
Member
|
I'd like to refresh the other examples too but haven't gotten there yet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for your great work on geoarrow.
I wanted to run the point example but I found that the instructions are they are listed did not work for me. I got this error from a fresh install.
However, once I ran
pnpm buildit did work.Feel free to close if this is not an error and just a misunderstanding on my part.
Thanks!