mirror of
				https://github.com/KevinMidboe/OverlappingGeoJSON_Panes_Template.git
				synced 2025-10-29 17:50:29 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		@@ -89,11 +89,10 @@ Finally, ‘pane: ‘pane250’’ tells the geoJSON is told which pane to live
 | 
				
			|||||||
### [Step 4] Add the remaining polygons and repeat step 3 with the appropriate pane:
 | 
					### [Step 4] Add the remaining polygons and repeat step 3 with the appropriate pane:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> var MEDIUMGEOJ;
 | 
					> var MEDIUMGEOJ;
 | 
				
			||||||
 | 
					 | 
				
			||||||
> $.getJSON("https://raw.githubusercontent.com/ect123/Des-Barres-findingaid/master/maps/2-2a-31.geojson",function(data){
 | 
					> $.getJSON("https://raw.githubusercontent.com/ect123/Des-Barres-findingaid/master/maps/2-2a-31.geojson",function(data){
 | 
				
			||||||
    
 | 
					 | 
				
			||||||
> MEDIUMGEOJ = L.geoJson(data, {onEachFeature: onEachFeaturestylemediumgeoj, pane: 'pane251'}).addTo(map);
 | 
					> MEDIUMGEOJ = L.geoJson(data, {onEachFeature: onEachFeaturestylemediumgeoj, pane: 'pane251'}).addTo(map);
 | 
				
			||||||
> });
 | 
					> });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> var SMALLGEOJ;
 | 
					> var SMALLGEOJ;
 | 
				
			||||||
> $.getJSON("https://raw.githubusercontent.com/ect123/Des-Barres-findingaid/master/maps/2-2a-34.geojson",function(data){
 | 
					> $.getJSON("https://raw.githubusercontent.com/ect123/Des-Barres-findingaid/master/maps/2-2a-34.geojson",function(data){
 | 
				
			||||||
> SMALLGEOJ = L.geoJson(data, {onEachFeature: onEachFeaturestylesmallgeoj, pane: 'pane252'}).addTo(map);
 | 
					> SMALLGEOJ = L.geoJson(data, {onEachFeature: onEachFeaturestylesmallgeoj, pane: 'pane252'}).addTo(map);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user