🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@geowiki/map

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geowiki/map

Mapping and geospatial visualization components for GeoWiki, built on Leaflet and React Leaflet.

latest
npmnpm
Version
0.16.9
Version published
Weekly downloads
212
360.87%
Maintainers
1
Weekly downloads
 
Created
Source

@geowiki/map

Mapping and geospatial visualization components for GeoWiki, built on Leaflet and React Leaflet.

Installation

npm install @geowiki/map
# or
pnpm add @geowiki/map

Peer Dependencies

npm install react react-dom next next-auth leaflet react-leaflet @react-leaflet/core @tanstack/react-query react-hook-form react-hotkeys-hook zod leaflet-draw ih-leaflet-canvaslayer-field @geowiki/core @geowiki/cms-proxy @geowiki/evoland-api-proxy @geowiki/ui

CSS Setup

Import the pre-built CSS file, which includes Tailwind utilities and custom map styles (popup styling, cluster icons, tooltips):

import "@geowiki/map/styles.css";

You also need Leaflet's CSS:

import "leaflet/dist/leaflet.css";

Usage

import { BasicMap, GeoWikiMap } from "@geowiki/map";

function MapPage() {
  return <BasicMap center={[48.2, 16.3]} zoom={5} />;
}

What's Included

  • Map components -- BasicMap, GeoWikiMap, BasfMap, GeoTreesMap, CanopyMap, WaybackTimelineMap
  • Layer management -- CustomWMS, GeoJsonLayer, OverlayLayer, TimeSeries
  • EvoLand integration -- TiffImage, Annotation, EvolandContainer for satellite imagery
  • Utilities -- BingLayer, marker clustering, area selection, polyline measurement

License

MIT

FAQs

Package last updated on 15 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts