<%--
 * Copyright (c) Rogue Wave Software, Inc. 1997, 2015
 * All rights reserved.
 *
 * This source code is an addition to the Rogue Wave JViews Reference Manual
 * delivered with the Rogue Wave JViews library.
 * It is supplied as an example to show you how to code with Rogue Wave JViews Charts Faces.
 * Feel free to use, copy, or modify it within the framework of your
 * Rogue Wave JViews license agreement.
 --%>
<%@ page language="javacontentType="text/html; charset=ISO-8859-1pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="f"  uri="http://java.sun.com/jsf/core"%>
<%@ taglib prefix="h"  uri="http://java.sun.com/jsf/html"%>
<%@ taglib uri="http://www.ilog.com/jviews/tlds/jviews-maps-faces.tld" prefix="jvmf"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Typecontent="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<f:view>
  <h:form id="jviewsForm">
        <jvmf:mapView id="mapID"  width="1280height="800data="/world.idpr"/>
  </h:form>
</f:view>
</body>
</html