OpenStreetMapExample

Package: inet.examples.openstreetmap

OpenStreetMapExample

network

(no description)

IntegratedCanvasVisualizer SimpleGeographicCoordinateSystem

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Properties

Name Value Description
isNetwork

Unassigned submodule parameters

Name Type Default value Description
coordinateSystem.sceneLatitude double

latitude coordinate of the scene origin

coordinateSystem.sceneLongitude double

longitude coordinate of the scene origin

coordinateSystem.sceneAltitude double 0m

altitude coordinate of the scene origin

Source code

network OpenStreetMapExample
{
    submodules:
        visualizer: IntegratedCanvasVisualizer {
            parameters:
                @display("p=100,100");
        }
        coordinateSystem: SimpleGeographicCoordinateSystem {
            parameters:
                @display("p=100,200");
        }
}
File: examples/openstreetmap/OpenStreetMapExample.ned