This package has been deprecated

Author message:

0.x and 1.x versions are no longer supported. Please move to the latest 2.x version.

@bentley/hypermodeling-plugin

1.14.1 • Public • Published

Geotag Photo Viewer Example Plugin

Copyright © Bentley Systems, Incorporated. All rights reserved.

An iModel.js Plugin that interrogates Project Share for geoTagged jpeg files, displays markers at their position in the iModel, and opens them in another window when the marker is clicked.

This plugin is an example of a plugin that can be added to iModel.js host applications. See http://imodeljs.org for comprehensive documentation on the iModel.js API and the various constructs used in this sample.

Development Setup

  1. Select and prepare an iModel.js host application. You can use the Simple Viewer App, for example.

  2. The dependencies are installed as part of "rush install" in the iModel.js repository.

  3. Build the plugin as part of the "rush build" in the iModel.js repository, or separately build using the npm build command.

npm run build
  1. Copy all the output files in the lib/build directory tree to imjs_plugins/geoPhoto directory in the web resources of the host application.

  2. Start the host application - go to its directory and run:

npm run start:servers
  1. Open a web browser (e.g., Chrome or Edge), and browse to localhost:3000.

  2. Start the plugin using the PluginTool - PluginTool.run("localhost:3000/geoPhoto");

Contributing

Contributing to iModel.js

Package Sidebar

Install

npm i @bentley/hypermodeling-plugin

Weekly Downloads

9

Version

1.14.1

License

MIT

Unpacked Size

299 kB

Total Files

7

Last publish

Collaborators

  • aruniverse
  • wgoehrig
  • cshafer
  • colinkerr
  • imodeljs