afourmy / pyNMS

A vendor-agnostic NMS for carrier-grade network simulation and automation
GNU General Public License v3.0
83 stars 15 forks source link

openstreetmap tiles visualization #21

Closed afourmy closed 7 years ago

afourmy commented 7 years ago

Use Open Street Map tiles to display the map: http://tile.openstreetmap.org/{z}/{x}/{y}.png.format(...)

afourmy commented 7 years ago

We can pass the name of a KML file on the command line 'googleearth.exe "path\to\kml.file"' Instead of OSM, autoload KML and autostart GE via command line. The KML will contain only the current selection, or everything if nothing is selected.