Team,
I’d like to be able to show the location of stationary devices on a map widget for a large ranch. There could be 100s of these devices, but they will not move.
What do all of you think the best strategy would be?
- Store location data, per device in immutable location bucket/device
- Still have to get it into the bucket and the best way would be scripting, maybe a daily script?
- Advantage is single device for the map widget (is that good?)
- Store location data in parameters - do a query when map widget starts
- Seems to be very logical.
- It would be sort of real-time- optimizes storage
- Store location data in parameters - but COPY infrequently to device store
- Seems to fit better with idea of map widget
- Requires a copy over analysis script which wouldn’t be horrible.
- Store location data in TAGS
- Doesn’t seem like the way TAGS wants to be used, but TAGS are easier than parameters
- Similar to options above for parameters.
Opinions SOUGHT!!!
Thanks everyone.
Cheers,
Marlan