Skip to content

Commit

Permalink
Tiles are fully supported
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed May 12, 2022
1 parent 3b82742 commit e77df01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ function Map(props) {
setColor={setColor}
/>
<LayersControl position="bottomleft" collapsed={false}>
<LayersControl.Overlay checked={false} name="Tiles (experimental)">
<LayersControl.Overlay checked={false} name="Tiles">
<TileLayer
ref={tileRef}
url={dataTileURL_with_params}
Expand Down

0 comments on commit e77df01

Please sign in to comment.