diff --git a/README.md b/README.md index 044e304..c2acedd 100644 --- a/README.md +++ b/README.md @@ -1,70 +1,115 @@ -# OverlappingGeoJSON_Panes_Template -Using panes and zindex to layer overlapping geojsons +# Layering overlapping polygon geoJSON files using panes and zindex. [HTML] + +In the image below, it can be see that there are 3 rectangle polygons (green, blue, and red). In the HTML code, one must indicate the layer order of these polygons so users are able to click the smaller red rectangle even though there are two encompassing polygons ‘overlapping’ it. ![Alt text](/TemplatePNGreadme.png "Overlapping GeoJSON Polygons") +## [Step 1] Panes create layers that have and ordering sequence which can be manufactured. + +In the