npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@trapar-waves/react-visgl-maplibre

v1.1.23

Published

A React-based geospatial visualization template integrating Three.js, Deck.gl, and MapLibre for 3D map interactions and rich geospatial data rendering.

Downloads

191

Readme

@trapar-waves/react-visgl-maplibre

npm version npm dm License GitHub last commit GitHub Actions Workflow Status Renovate


中文 | 日本語 | Русский язык

A React-based geospatial visualization template integrating Three.js, Deck.gl, and MapLibre for 3D map interactions and rich geospatial data rendering.

✨ Features

  • Integrated Geospatial Stack: Combines MapLibre GL JS for vector maps, Deck.gl for high-performance WebGL-based visualization layers, and Three.js for custom 3D objects, all within a React environment.
  • React Three Fiber & react-three-map: Uses @react-three/fiber for declarative Three.js scenes and react-three-map to synchronize Three.js objects with MapLibre map movements and terrain.
  • Deck.gl Layers & Effects: Supports a wide range of Deck.gl layers (e.g., HexagonLayer for aggregations) and effects (e.g., lighting) for advanced data visualization.
  • Data Loading: Incorporates @loaders.gl for efficient loading and parsing of various data formats like CSV and 3D Tiles.
  • Modern Development Experience:
    • Built with Rsbuild for fast HMR and optimized builds.
    • Styled with Tailwind CSS for rapid UI development.
    • Fully typed with TypeScript for improved code quality and developer experience.
    • Linting and formatting with ESLint.
    • Git hooks with Husky for code quality checks.

💻 Tech Stack

  • Core Libraries:
    • React (v18+)
    • MapLibre GL JS
    • Deck.gl
    • Three.js
    • React Three Fiber (@react-three/fiber)
    • React Three Map (react-three-map)
  • UI & Styling:
    • Tailwind CSS
  • Build & Dev Tools:
    • Rsbuild
    • TypeScript
    • ESLint
    • Husky
  • Data Loading:
    • @loaders.gl/core
    • @loaders.gl/csv

(See package.json for a complete list of dependencies)

🚀 Getting Started

This template is designed to be used with create-trapar-waves, but you can also clone and run it directly.

Prerequisites

  • Node.js (>= 18.x recommended)
  • pnpm (recommended), npm, or yarn
node -v
pnpm -v # or npm -v

Running the Template Directly

  1. Clone the repository:

    git clone https://github.com/Trapar-waves/react-visgl-maplibre.git
    cd react-visgl-maplibre
  2. Install dependencies:

    pnpm install
    # or
    # npm install
    # yarn install
  3. Start the development server:

    pnpm dev
    # or
    # npm run dev
    # yarn dev

    This will start the Rsbuild dev server and open the app in your default browser.

Using the Template via create-trapar-waves

pnpm create trapar-waves

Follow the prompts to select this template.

🧱 Project Structure

src/
├── App.tsx          # Main application component
├── index.tsx        # Entry point for React app
├── deckgl/          # Deck.gl layer and overlay configuration
├── source/          # MapLibre map source components
└── global.css       # Global styles (Tailwind imports)
  • App.tsx: The main application component demonstrating the integration. It sets up a MapLibre map with terrain and a synchronized Three.js canvas. A Deck.gl HexagonLayer is overlaid for heatmap visualization.
  • deckgl/: Contains the configuration for Deck.gl layers (heatmapLayer) and the MapboxOverlay instance (deckOverlay) which bridges Deck.gl with MapLibre.
  • source/: Defines custom map sources for the MapLibre map, such as terrain and hillshade DEMs.

🤝 Contributing

Contributions are welcome and greatly appreciated!

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Please ensure your code adheres to the existing style and passes linting checks.

👤 Author

🔗 Links