Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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?
Solved! Go to Solution.
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.
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.
Thank You chung :)