Skip to content

Commit

Permalink
fix: remove min scale so that results always show on the map
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Feb 11, 2025
1 parent cac5017 commit 2003218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ export default function MapComponent() {
layer[fieldNames.queryLayers.tableName]
}`;
featureLayer.popupEnabled = false;
featureLayer.minScale = 0;

const extentQuery = featureLayer.createQuery();
extentQuery.where = where;
Expand Down

0 comments on commit 2003218

Please sign in to comment.