Skip to content

Commit

Permalink
update example layer to more authoritative version
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr authored Aug 12, 2021
1 parent 0b1a152 commit ff92cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ The easiest way to get started is to load Esri Leaflet via [CDN](https://unpkg.c
const map = L.map('map').setView([34.39, -117.189], 6);
L.esri.basemapLayer("Gray").addTo(map);
// https://www.arcgis.com/home/item.html?id=8b98df1300b749eabc3142864bb9a119
// https://www.arcgis.com/home/item.html?id=c8d60ffcbf5c4030a17762fe10e81c6a
const parks = L.esri.featureLayer({
url: "https://services2.arcgis.com/FiaPA4ga0iQKduv3/arcgis/rest/services/NPS_Park_Unit_Boundaries/FeatureServer/0",
url: "https://services1.arcgis.com/fBc8EJBxQRMcHlei/ArcGIS/rest/services/NPS_Land_Resources_Division_Boundary_and_Tract_Data_Service/FeatureServer/2",
style: function () {
return { color: "#70ca49", weight: 2 };
}
Expand Down

0 comments on commit ff92cc9

Please sign in to comment.