er2-map-baselayers
v0.1.11
Published
Base layers component for catena map
Downloads
3
Readme
er2-map-baselayers
er2-map-baselayers is an npm package for use with eRAMS 2.0 web apps.
What is this repository for?
er2-map-baselayers is a React component for selecting a base layer from a list. The component relies on slick-carousel, so you will need to add the following to your html in order to get the styling to work.
<link rel="stylesheet" type="text/css" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" />
Contribution guidelines
Feel free to submit a pull request for patches, bug reports, or feature requests. If committing code, please peruse the style guidelines before submitting a pull request.