Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<meta name="description" content="superficie que engloba los edificios de Paradigma ">
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyCvK5VBQk4wRZ0CNircRSBZZsFjLL3J0Lo">
  </script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript">
  function initMaps() {
    var latlng = new google.maps.LatLng(40.44059460782266, -3.7860989570617676);
    var mapDiv3 = document.getElementById('map_canvas_3');
    var myOptions3 ={
      center: latlng,
      zoom: 17
    };
    var map3 = new google.maps.Map(mapDiv3, myOptions3);
    map3.data.loadGeoJson('https://api.myjson.com/bins/57enm');
    map3.data.setStyle({
      fillColor: '#ff550e',
      strokeWeight: 1
    });
  }
</script>
</head>
<body onload="initMaps()">
  <h3>Superficie que engloba los edificios de Paradigma</h3>
  <div id="map_canvas_3" style="width:100%; height:100%"></div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
jescacenapro
0viewers