Maps
The SVG maps use REST to populate their data. This is the interface for doing that.
GETs (reading data)
| Resource | Description | 
|---|---|
| /maps | Get the list of maps. | 
| /maps/{id} | Get the map with the given ID. | 
| /maps/{id}/mapElements | Get the elements (nodes, links, and so on) for the map with the given ID. |