@itwin/geo-tools-react
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

@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());

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 5.0.0
    282
    • latest

Version History

Package Sidebar

Install

npm i @itwin/geo-tools-react

Weekly Downloads

862

Version

5.0.0

License

MIT

Unpacked Size

1.67 MB

Total Files

103

Last publish

Collaborators

  • wgoehrig
  • cshafer
  • aruniverse
  • imodeljs
  • colinkerr