Skip to content

Commit

Permalink
Restore geo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
anaximander committed Mar 25, 2024
1 parent 061e8f6 commit 6fec037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/Layers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const Layers = ({
return (
<>
<FeatureLayer
url="https://tempgeo.mapc.org/arcgis/rest/services/Zoning_Atlas/MapServer/1"
url="https://geo.mapc.org/server/rest/services/gisdata/Zoning_Atlas_v01/MapServer/2"
// url={zoom < 11 ? 'https://geo.mapc.org/server/rest/services/gisdata/Zoning_Atlas_v01/MapServer/1' : 'https://geo.mapc.org/server/rest/services/gisdata/Zoning_Atlas_v01/MapServer/2'}
pane="tilePane"
simplifyFactor={setSimplifyFactor(zoom)}
Expand Down

0 comments on commit 6fec037

Please sign in to comment.