Skip to content

Commit

Permalink
Update for combined trails tileset
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 1, 2024
1 parent 411632c commit df3ece5
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 240 deletions.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function buildFocusAreaGeoJson() {
if (poiResults.length && poiResults[0].properties?.name) {
geoJson.properties = poiResults[0].properties;
} else {
poiResults = map.querySourceFeatures('trails_poi', {
poiResults = map.querySourceFeatures('trails', {
filter: [
"all",
["==", ["get", "OSM_ID"], focusedEntityInfo.id],
Expand Down
Loading

0 comments on commit df3ece5

Please sign in to comment.