Skip to content

Update README with build instructions for POINT example#197

Merged
kylebarron merged 2 commits intogeoarrow:mainfrom
C-Loftus:patch-1
Apr 20, 2026
Merged

Update README with build instructions for POINT example#197
kylebarron merged 2 commits intogeoarrow:mainfrom
C-Loftus:patch-1

Conversation

@C-Loftus
Copy link
Copy Markdown

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!

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!
Comment thread examples/point/README.md
@kylebarron kylebarron enabled auto-merge (squash) April 20, 2026 14:28
@kylebarron
Copy link
Copy Markdown
Member

Thanks!

@kylebarron kylebarron merged commit 972831e into geoarrow:main Apr 20, 2026
2 checks passed
@kylebarron
Copy link
Copy Markdown
Member

I'd like to refresh the other examples too but haven't gotten there yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants