5.3.0 • Published 5 months ago

@itwin/geo-tools-react v5.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

5 months ago

5.2.0

8 months ago

5.1.0

2 years ago

4.1.0

2 years ago

5.0.0

2 years ago

5.0.0-dev.2

2 years ago

0.3.0-dev.6

2 years ago

0.3.0-dev.4

3 years ago

0.3.0-dev.3

3 years ago

0.3.0-dev.5

3 years ago

0.3.0-dev.2

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago