New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@itwin/geo-tools-react

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itwin/geo-tools-react

React Geospatial Tools

latest
Source
npmnpm
Version
6.0.1
Version published
Maintainers
5
Created
Source

@itwin/geo-tools-react

Copyright © Bentley Systems, Incorporated. All rights reserved.

The geo-tools-react provides various React components and iTwin.js tools to support GIS workflows.

Usage

What to add in your iTwin AppUI based application

With a few short lines, you can add the Geo Address Search tool to your app.

Call GeoTools.initialize() before making use of the providers

import { GeoTools } from "@itwin/geo-tools-react";
...
await GeoTools.initialize(IModelApp.localization);

Register Provider

import { UiItemsManager } from "@itwin/appui-abstract";
import { GeoToolsAddressSearchProvider } from "@itwin/geo-tools-react";
...
UiItemsManager.register(new GeoToolsAddressSearchProvider());

Keywords

Bentley

FAQs

Package last updated on 07 Jul 2025

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