Skip to content

Commit

Permalink
Simplify map attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
andygup committed Apr 26, 2024
1 parent 7974302 commit e4ab875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `next` version of 4.30 is now available. Planned release date is June 2024.
- In `@arcgis/map-components@next`, `Zoom` and other navigation components have been removed as defaults in the `arcgis-map` and `arcgis-scene` components. The only default component will be `Attribution`. All others need to be added manually, for example:

```html
<arcgis-map basemap="dark-gray-vector" center="-90.1994,38.6270" zoom="4.5">
<arcgis-map basemap="dark-gray-vector" center="-90,38" zoom="5">
<arcgis-zoom position="top-left"></arcgis-zoom>
<arcgis-home position="top-right"></arcgis-home>
</arcgis-map>
Expand Down

0 comments on commit e4ab875

Please sign in to comment.