Difference between revisions of "African great ape layers"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
     <div id="map" style="width: 100%; height: 500px;"></div>
 
     <div id="map" style="width: 100%; height: 500px;"></div>
  
 +
<script src="berlin.js" type="text/javascript"></script>
 
     <script>
 
     <script>
 
       // GEOJSON FILES  
 
       // GEOJSON FILES  
var berlin = {
+
 
    "type": "Feature",
 
    "properties": {
 
        "name": "Coors Field",
 
        "amenity": "Baseball Stadium",
 
        "popupContent": "This is where the Rockies play!"
 
    },
 
    "geometry": {
 
        "type": "Point",
 
        "coordinates": [-104.99404, 39.75621]
 
    }
 
};
 
 
       // Create map  
 
       // Create map  
 
       var map = L.map('map').setView([-0, 6], 4);  
 
       var map = L.map('map').setView([-0, 6], 4);  

Revision as of 04:56, 15 June 2022

Spatial Layers > African great ape layers