";
for (let ecoregion of level3Eco) {
items.innerHTML += `
${ecoregion.name}
`;
}
div.insertAdjacentHTML(
"beforeend",
""
);
return div;
};
//requested that legend be hidden, so it's commented out
// level3legend.addTo(map);
// if (params.eco3Show !== true && params.eco4Show !== true) {
// const legend = document.querySelector(".legend-items");
// legend.style.display = "none";
// }
}
/*
*eco3Load* will load the level 3 ecoregion data. Must be TRUE in order for eco3Show to work.
*eco3Show* will automatically populate the map with the level 3 ecoregions. If not selected, the ecoregions & legend will load, but will be toggled off & minimized respectively.
*/
if (params.eco3Load === true) {
//initialize ecoregion layer
const level3Layer = new L.layerGroup();
//add loading spinner while ecoregions load
document.querySelector("#ecoregion_map").insertAdjacentHTML(
"afterend",
`
Level 3 Ecoregions Loading
`
);
const loadLevel3Ecos = async () => {
const promises = [];
for (let eco of level3Eco) {
try {
let res = await fetch(
`https://geodata.epa.gov/arcgis/rest/services/ORD/USEPA_Ecoregions_Level_III_and_IV/MapServer/11/query?where=US_L3CODE+%3D+%27${eco.id}%27&f=geojson`
);
let json = await res.json();
//add ecoregion name so it can be bound to tooltip
json.name = eco.name;
json.style = eco.style;
json.info = eco.info;
promises.push(json);
} catch (error) {
console.log(error);
}
}
Promise.all(promises).then((res) => {
document.querySelector(".spinner-container").hidden = true;
document.querySelector("#level-3-loading").style.display = "none";
for (let ecoregion of res) {
L.geoJSON(ecoregion, {
className: "l3-layer-overlay",
fillOpacity: 0.2,
weight: 1,
color: ecoregion.style,
})
//TODO currently uses unsplash filler images, needs to be updated in future with actual ecoregion pictures
.bindTooltip(ecoregion.name, { className: "ecoregion-popup" })
.on("click", function (e) {
l3sidebar.setContent(`
${ecoregion.name}
Level 3 Ecoregion
${ecoregion.info}
Reference: Griffith, Bryce, Omernick & Rodgers (2007). Ecoregions of Texas.`);
l3sidebar.show();
})
.addTo(level3Layer);
}
//add the layer to the map
if (params.eco3Show === true) {
map.addLayer(level3Layer);
}
//add layer to overlay so it can be toggled
layerControl.addOverlay(level3Layer, "Level 3 Ecoregions");
});
};
loadLevel3Ecos();
//initialize sidebar
const l3sidebar = L.control.sidebar("l3sidebar", {
position: "left",
});
//add controls to sidebar
map.addControl(l3sidebar);
}
/*
*eco4Load* will load the level 3 ecoregion data. Must be TRUE in order for eco4Show to work.
*eco4Show* will automatically populate the map with the level 4 ecoregions. If not selected, the ecoregions & legend (for level 3 ecoregions) will load, but will be toggled off & minimized respectively.
*/
if (params.eco4Load === true) {
//initialize ecoregion layer
const level4Layer = new L.layerGroup();
//add loading spinner while ecoregions load
document.querySelector("#ecoregion_map").insertAdjacentHTML(
"afterend",
`
Level 4 Ecoregions Loading
`
);
const loadLevel4Ecos = async () => {
const lvl4Promises = [];
for (let eco of level4Eco) {
try {
let res = await fetch(
`https://geodata.epa.gov/arcgis/rest/services/ORD/USEPA_Ecoregions_Level_III_and_IV/MapServer/7/query?where=US_L4CODE+%3D+%27${eco.id}%27&f=geojson`
);
let json = await res.json();
//add ecoregion name so it can be bound to tooltip
json.name = eco.name;
json.style = eco.style;
json.info = eco.info;
lvl4Promises.push(json);
} catch (error) {
console.log(error);
}
}
Promise.all(lvl4Promises).then((res) => {
if (params.eco3Load === false && params.eco4Load === true) {
document.querySelector(".spinner-container").hidden = true;
}
document.querySelector("#level-4-loading").style.display = "none";
for (let ecoregion of res) {
L.geoJSON(ecoregion, {
className: "l4-layer-overlay",
fillOpacity: 0.4,
weight: 1,
color: ecoregion.style,
})
//TODO currently uses unsplash filler images, needs to be updated in future with actual ecoregion pictures
.bindTooltip(ecoregion.name, { className: "ecoregion-popup" })
.on("click", function (e) {
l4sidebar.setContent(`
${ecoregion.name}
Level 4 Ecoregion
${ecoregion.info}
Reference: Griffith, Bryce, Omernick & Rodgers (2007). Ecoregions of Texas.`);
l4sidebar.show();
})
.addTo(level4Layer);
}
if (params.eco4Show === true) {
//add the layer to the map
map.addLayer(level4Layer);
}
//add layer to overlay so it can be toggled
layerControl.addOverlay(level4Layer, "Level 4 Ecoregions");
});
};
loadLevel4Ecos();
const l4sidebar = L.control.sidebar("l4sidebar", {
position: "right",
});
map.addControl(l4sidebar);
}
/*
*chapterLoad* will load the chapter location pins & chapter counties to create a "heatmap". Must be TRUE in order for chapterShow to work.
*chapterShow* will automatically populate the map with the chapter location pins & chapter counties. If not selected, the chapter location pins & chapter counties will load but will be toggled off.
*/
if (params.chapterLoad === true) {
const loadChapters = async () => {
const chapterOptions = { ...iconOptions };
chapterOptions.borderColor = "#3c5799";
chapterOptions.textColor = "#3c5799";
chapterOptions.icon = "users";
//initialize layer for chapter pins
const chapterPins = new L.LayerGroup();
//initialize layer for chapter counties
const chapterCounties = new L.LayerGroup();
//storage for chapter counties
const countyArr = [];
//add loading spinner while ecoregions load
document.querySelector("#ecoregion_map").insertAdjacentHTML(
"afterend",
`
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.
Fort Worth Botanic Gardens in the Rose Room 3220 Botanic Garden Blvd, Fort Worth, Texas 76107 6:15 pm Socializing & snacks 6:30 pm Business meeting and announcementsGuest speaker presentation follows our […]
SummaryLearn about the benefits of native plants, desirable plants for your area and design considerations for your landscape. NLCP is a state-wide program, but classes focus on the characteristics and plants in the region in which they are taught. NOTE: This class involves a Zoom presentation and in-person plant walk at Ladybird Johnson Wildflower Center. […]
Our next chapter meeting is on Tuesday June 6 at 6:30. The meeting will be virtual and registration is required. The speaker will be Kim Conrow, past President of the Native Plant Society of Texas, speaking on the Benbrook Environmentally Sensitive Area in Crowley. Kim will be discussing the Area’s uniqueness as one of the […]
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.
Join NPSOT-Williamson County on Thursday, June 8, 2023, when our featured topic will be Living Soil: The World Beneath Our Feet with Jim Williams. Free and open to the public. Attend via Zoom or in-person. The meeting begins at 7:00 PM. Our guest speaker's presentation follows a short business meeting. About our topic: Most of the […]
Open to any members who help manage content on their chapter or committee website. No registration required. To start Zoom meeting, click here. Join Zoom Meeting Meeting ID: 883 1830 5023 Passcode: 9mF0qL^N
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.
Sponsored by the Wise County Horticultural Club, Wise County Fairgrounds, Women's Building, 3101 FM 51, Decatur Pretty much everyone loves Monarch butterflies, but did you know they are designated a threatened species, meaning action is needed to protect them from going extinct? Loss of habitat along the Monarch migration routes is to blame, those routes […]
We'll have a booth at the Denton County Master Gardener Association Fruit, Vegetable, Herb & Flower Show! We'll have knowledgeable volunteers, so stop in for a visit, grab some handouts and ask your questions!
Please join the Lindheimer Chapter for our June Chapter Meeting where Andy Blair will be giving his presentation titled “Central Texas Prairie – Understanding and Re-creating a (Nearly) Lost Biome.” This presentation will be in-person, but also available over Zoom. Click here for Zoom meeting information.
Please join us for our Chapter meeting. This event is open to the public. The meeting site will open for socializing at 6:30 p.m. The presentation will begin at 7:00, followed by announcements. If you are interested in becoming more involved in the chapter, please stick around for the business meeting so you can meet […]
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.
The monthly meeting will be live at TWU (see link to map below) and simultaneously broadcast via Zoom (see Zoom link below) 6:30 pm Refreshments & socializing7:00 pm brief business meeting with program to follow. Our June program will be presented by Jerry Hamby. Jerry is a Texas Master Naturalist, a Texas Master Gardener and […]
Chapter meeting: Our own chapter member, Eric Strickland, will present program "Paradise Lost and Found, from Construction Lot to Blooming Garden." Social 5:45 pm, Business 6:15 pm, Program at 6:30 pm at New Braunfels Public library meeting room. Join Zoom Meetinghttps://npsot-org.zoom.us/j/5035794714, passcode NPSOT123!Meeting ID: 503 579 4714One tap mobile+13462487799,,5035794714# US (Houston)+17209289299,,5035794714# US (Denver)Dial by your location […]
Butterflies of Bexar County - Zachary Tonzetich will discuss some of the basics about how to get started in butterfly watching, describe some identification tips, and share photographs of his personal experiences finding butterflies in Bexar County and some of the native plants that serve as both nectar and larval hosts for butterflies in Texas. […]
Open to any members who help manage content on their chapter or committee website. No registration required. To start Zoom meeting, click here. Join Zoom Meeting Meeting ID: 883 1830 5023 Passcode: 9mF0qL^N
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.
Open to any members who help manage content on their chapter or committee website. No registration required. To start Zoom meeting, click here. Join Zoom Meeting Meeting ID: 883 1830 5023 Passcode: 9mF0qL^N
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.
Open to any members who help manage content on their chapter or committee website. No registration required. To start Zoom meeting, click here. Join Zoom Meeting Meeting ID: 883 1830 5023 Passcode: 9mF0qL^N
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.
The monthly meeting will be live at TWU (see link to map below) and simultaneously broadcast via Zoom (see Zoom link below) 6:30 pm Refreshments & socializing7:00 pm brief business meeting with program to follow. Our June program-Sex in the Garden-will be presented by Janet Smith. Janet is a Texas Master Gardener, a Master Naturalist […]
The monthly meeting will be live at TWU (see link to map below) and simultaneously broadcast via Zoom (see Zoom link below) 6:30 pm Refreshments & socializing7:00 pm brief business meeting with program to follow. Our June program-Sex in the Garden-will be presented by Janet Smith. Janet is a Texas Master Gardener, a Master Naturalist […]
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.
Speaker: Sarah Ziomek More details coming soon! Fort Worth Botanic Gardens in the Rose Room 3220 Botanic Garden Blvd, Fort Worth, Texas 76107 6:15 pm Socializing & snacks 6:30 pm Business meeting and announcementsThe presentation will follow our business meeting. This meeting is hybrid; in person with a virtual Zoom option.
Chapter members are welcome, but not everyone may vote. Voting members include chapter presidents and Executive Board officers. Registration information will be added when available.
Open to any members who help manage content on their chapter or committee website. No registration required. To start Zoom meeting, click here. Join Zoom Meeting Meeting ID: 883 1830 5023 Passcode: 9mF0qL^N
If you enjoy getting your hands dirty for a good cause, we could use your help in preserving the native habitat throughout the park. Weed Warriors meet every Wednesday at various locations. To join the email list, please sign up to learn more.