@inovitas/infra3dapi v1.1.2
Installation
NPM Package
The API can be installed as a package using npm. To install it from the npm package repository, simply type:
npm install @inovitas/infra3dapi
CDN Download
Alternatively, you can obtain the API from a CDN. To get the latest version, add the following script to your HTML file:
<script src="https://cdn.jsdelivr.net/npm/@inovitas/infra3dapi@latest/infra3dapi.js"></script>
We recommend using a specific version in your project. To get a specific version, use the following script and adjust the version accordingly:
<script src="https://cdn.jsdelivr.net/npm/@inovitas/infra3dapi@1.0.1/infra3dapi.js"></script>
Note: Please do not name the <div>
in which the viewer is initialized as "infra3d" as this may cause internal conflicts.
Core Concept
To use the API, you can call the init functions in infra3dapi. After loggin in and initializing the view (with manager.initView()
), you will get a viewer object. This viewer object can then be used to add event-listeners to different events emitted by the viewer (like viewer.geoframechanged
) or to call some functions (like viewer.getRoutes()
or viewer.movePosition()
).
Authentication
- Register your OAuth 2.0 application with our sales team to obtain credentials (client_id and client_secret).
- Develop a server-side component to securely use these credentials, obtaining an access token from infra3D.
- Your server-side component fetches the access token using client credentials, which can then be shared with your client app.
- Your client app uses this token to authenticate with infra3D for requested services, refreshing it via the server component when expired. Remember to treat the client_secret like a password, avoiding exposure in client-side environments for enhanced security.
Changelog
1.1.2 - 21.10.2024
Bugfixes
- viewer.getRoutes() resulted in an error
1.1.1 - 14.10.2024
Bugfixes
- Layer export not working for non-memory layers
- Duplicate layers when exporting directly after importing layers (without reloading)
1.1.0 - 09.10.2024
Bugfixes
- Bug in viewer.getRoutesOutline() when using as migrated user.
- Same default EPSG-Code (4326) when using start-position for (un)-migrated users.
Added
- ProjectScope is available to restrict the access inside a project accordingly.
- New concept for routes abstraction in the map, using hexagons
- viewer.getRouteLines() and viewer.getRouteHexes()
- PointCloudExport
- Support of EPSG-Code in start-position
1.0.3 - 17.09.2024
Bugfixes
- Fixed pilegate URL for migrated users.
- Using the profiletool, added an information and reset the tool when changing the image while performing a measurement.
- Fix the bug when using jest for testing.
- Added missing bounding box parameter to viewer.getRoutes().
1.0.2 - 06.08.2024
Bugfixes
- Fixed bug in the layer tree view. The layer tree is visible again.
1.0.1 - 23.07.2024
Bugfixes
- Fixed a bug in the campaign change event in the viewer.
1.0.0 - 17.05.2024
Bugfixes
- Restoration of toolbar and top bar functionality: They can now be shown and hidden smoothly.
Added
- Introduction of machine authentication and a new corresponding example.
- Added: Option for access token in the init function.
- Added: Refresh token for the init function.
- Typings
Changed
- Examples have been updated to accommodate the new authentication process.
Deleted
- Interactive login functions.
- Removed: Two options from the init function:
- demoAccess
- redirectPath
0.2.8 - 08.04.2024
Added
- Integrated and documented functions
- moveToPosition
- moveToCampaign
- lookAtPosition
- getRoutes
0.2.7 - 04.04.2024
Added
- Improved documentation
- Description of the event types
- Description of further settings
Changed
- Adaptation to the existing examples
0.2.4 - 14.03.2024
Bugfixes
- Troubleshooting with internal module
0.2.3 - 09.02.2024
Added
- Demo Access Login
- Documenation
Changed
- Adoption of adjustments to the UI base of infra3D Edit
Bugfixes
- Various minor adjustments
0.2.0 - 30.01.2024
Added
- Edit functionality
9 months ago
9 months ago
9 months ago
10 months ago
11 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago