Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
  <title>Get started with MapView - Create a 2D map - 4.0</title>
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
  <style>
    html,
    body,
    #viewDiv {
      padding: 0;
      margin: 0;
      height: 100%;
      width: 100%;
      font-family: 'Source Sans Pro', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Vera Sans', 'Helvetica Neue', sans-serif;
      color: #293c4b;
    }
    .point-count {
      z-index: 999;
      position: absolute;
      top: 0;
      right: 0;
      padding: 1em;
      color: #000;
      font-weight: bold;
    }
  </style>
  <link rel="stylesheet" href="https://js.arcgis.com/4.0beta3/esri/css/main.css">
  <script>
    window.dojoConfig = {
      async: true,
      packages: [{
        name: "ramda",
        location: "https://cdnjs.cloudflare.com/ajax/libs/ramda/0.21.0/",
        main: "ramda.min"
      }]
    };
  </script>
  <script src="https://js.arcgis.com/4.0beta3/"></script>
</head>
<body>
  <div id="viewDiv"></div>
  <h2 class="point-count"></h2>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers