Skip to main content
1-Visitor
March 15, 2018
Solved

Thingworx utilities google map extension.

  • March 15, 2018
  • 2 replies
  • 2052 views

How do i add a google map to my asset and locate it in asset manager?Should i add any extensions to the corresponding thing or template?

Best answer by PaiChung

The standard way to customize would be

1. If the property of basetype location doesn't exist yet, add that to your custom Template that implements the Asset Advisor Template (or implements all necessary ThingShapes)

If you want to then extend the Asset Advisor mashup, you would duplicate it and customize it and then change the configuration to use your custom mashup.

There is a Configuration in which you can replace that, so that the standard Tile goes to your new mashup.

 

You could optionally also add a new tile.

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
March 15, 2018

The standard way to customize would be

1. If the property of basetype location doesn't exist yet, add that to your custom Template that implements the Asset Advisor Template (or implements all necessary ThingShapes)

If you want to then extend the Asset Advisor mashup, you would duplicate it and customize it and then change the configuration to use your custom mashup.

There is a Configuration in which you can replace that, so that the standard Tile goes to your new mashup.

 

You could optionally also add a new tile.

se11-VisitorAuthor
1-Visitor
March 16, 2018

Thank You chung 🙂