It would be great to be able to add/remove/update world map objects via the API. I have multiple instances where devices are constantly being added and removed and it would be much easier to have the world map automatically updated based on custom properties. This kind of works now with some SQL scripts but is not fully functional (devices close together break the tooltips and require manual intervention in the World Map). For some of these instances there are 500+ different locations and it would be an admin nightmare to fix this individually.
I'm thinking something along the lines of:
- AddWorldMapPoint (groups, nodes - add coordinates and location)
- RemoveWorldMapPoint (remove based on any of the object properties)
- ModifyWorldMapPoint (update coordinates or location name)