JViews Maps project

The easiest way to configure the content of a map view is to set a Map Builder IVL file or a JViews Diagrammer project to the map view component. This is done with the map attribute of the tag that points to a .ivl file or a .idpr file, as shown in the following example.
Building a Map Builder project
<jvmf:mapView id="map"
      map="data/usa.ivl"
      style="width:800;height:400" />
For more information about the Map Builder, see Using the Map Builder.